Modifier and Type | Class and Description |
---|---|
class |
Apev2Metadata
Represents APE v2 metadata.
|
class |
AsfAudioStreamProperty
Represents Audio stream property metadata in
DocumentType.Asf media container. |
class |
AsfBaseStreamProperty
Represents the base stream property metadata in the
DocumentType.Asf media container. |
class |
AsfCodecInfo
Represents the Asf codec information metada class.
|
class |
AsfMetadata
Represents metadata in the
DocumentType.Asf media container. |
class |
AsfMetadataDescriptorCollection
Represents the collection of metadata descriptors.
|
class |
AsfVideoStreamProperty
Represents Video stream property metadata in
DocumentType.Asf media container. |
class |
AviHeader
Represents the AVIMAINHEADER structure in
AviFormat . |
class |
CadMetadata
Represents CAD metadata.
|
class |
CanonMakerNotes
Represents Canon maker-notes.
|
class |
Cms
Represents Cryptographic Message Syntax (CMS) - IETF's standard for cryptographically protected messages class.
|
class |
CmsAttribute
Represents the CMS signer info Attribute class.
|
class |
CmsCertificate
Represents the CMS certificate class.
|
class |
CmsEncapsulatedContentInfo
Represents the signed content class, consisting of a content type identifier and the content itself.
|
class |
CmsSignerInfo
Represents the CMS per-signer information.
|
class |
DicomMetadata
Represents header in
DICOMFormat . |
class |
DigitalSignature
Represents digital signature used in documents.
|
class |
DimensionInfo
Represents dimension metadata.
|
class |
DocMetadata
Represents metadata in
DocumentType.Doc document. |
class |
DocumentInfo
Represents document info metadata.
|
class |
DocumentMetadata<T extends MetadataProperty>
Represents a collection of metadata key/value pairs.
|
class |
DublinCoreMetadata
Represents Dublin Core metadata.
|
class |
EmlMetadata
Represents Email Message metadata.
|
class |
EpubMetadata
Represents metadata in
EpubFormat . |
class |
ExifDictionaryBase
Provides an abstract base class for EXIF metadata dictionaries.
|
class |
ExifIfdInfo
Represents the Exif Image File Directory.
|
class |
ExifInfo
Represents base abstraction for EXIF data (Exchangeable image file format).
|
class |
ExifMetadata
Deprecated.
|
class |
FlvHeader
Represents a FLV format header.
|
class |
GpsInfo
Represents GPS info in EXIF data.
|
class |
Id3Tag
Represents base abstraction for ID3(v1) and ID3(v2) audio tags.
|
class |
Id3v1Tag
Represents ID3v1 tag.
|
class |
Id3v2Tag
Represents ID3v2 tag.
|
class |
ImageResourceMetadata |
class |
IptcApplicationRecord
Represents the Application Record dataset.
|
class |
IptcDataSet
Represents an IPTC DataSet.
|
class |
IptcDataSetCollection
Represents an IPTC collection of datasets.
|
class |
IptcEnvelopeRecord
Represents the Envelope Record dataset.
|
class |
IptcMetadata
Deprecated.
|
class |
Lyrics3Tag
Represents Lyrics3 v2.00 metadata.
|
class |
MakerNotesBase
Represents base abstraction of makernotes.
|
class |
MatroskaAudioTrackMetadata
Represents audio metadata in
MatroskaFormat . |
class |
MatroskaBaseMetadata
Represent base metadata class in
MatroskaFormat . |
class |
MatroskaEbmlHeaderMetadata
Represents EBML header metadata in
MatroskaFormat . |
class |
MatroskaSegmentInfoMetadata
Represents SEGMENTINFO element containing general information about the SEGMENT in
MatroskaFormat . |
class |
MatroskaSimpleTagMetadata
Represents general information about the target in
MatroskaFormat . |
class |
MatroskaSubtitle
Represents subtitle metadata in
MatroskaFormat . |
class |
MatroskaSubtitleTrackMetadata
Represents subtitle metadata in
MatroskaFormat . |
class |
MatroskaTagMetadata
Represents metadata describing Tracks, Editions, Chapters, Attachments, or the Segment as a whole in
MatroskaFormat . |
class |
MatroskaTrackMetadata
Represents track metadata in
MatroskaFormat . |
class |
MatroskaVideoTrackMetadata
Represents video metadata in
MatroskaFormat . |
class |
MetadataContainer
Represents a container for metadata properties.
|
class |
MIMEType
Represents MIME type metadata.
|
class |
MpegAudio
Represents MPEG audio info.
|
class |
MppMetadata
Represents metadata in Microsoft Project format.
|
class |
NikonMakerNotes
Represents NIKON makernotes.
|
class |
Oid
Represents the object identifier (OID) class.
|
class |
OneNoteMetadata
Represents metadata in
OneNoteFormat . |
class |
OpenTypeBaseNameRecord
Represents the base OpenType Name table record class.
|
class |
OpenTypeMacintoshNameRecord
Represents the Name record table value for the
OpenTypePlatform.Macintosh platform. |
class |
OpenTypeMetadata
Represents the metadata class in
OpenTypeFormat . |
class |
OpenTypeUnicodeNameRecord
Represents the Name record table value for the
OpenTypePlatform.Unicode platform. |
class |
OpenTypeWindowsNameRecord
Represents the Name record table value for
OpenTypePlatform.Windows platform. |
class |
OutlookMessageMetadata
Represents Outlook metadata presented in
OutlookMessage . |
class |
PanasonicMakerNotes
Represents Panasonic maker-notes.
|
class |
PdfMetadata
Represents metadata in
DocumentType.Pdf document. |
class |
PptMetadata
Represents metadata in
DocumentType.Ppt document. |
class |
PsdMetadata
Represents Photoshop metadata presented in
PsdFormat . |
class |
QuickTimeAtom
Represents QuickTime atom.
|
class |
QuickTimeMetadata
Represents QuickTime metadata
|
class |
SonyMakerNotes
Represents SONY makernotes.
|
class |
ThumbnailMetadata
Represents image thumbnail or image cover metadata (across all formats).
|
class |
TorrentFileInfo
Represents shared file information.
|
class |
TorrentMetadata
Represents torrent descriptor file metadata.
|
class |
VisioMetadata
Represents metadata of
VisioFormat . |
class |
WavAudioInfo
Represents audio metadata in
WavFormat . |
class |
XlsMetadata
Represents metadata in
DocumentType.Xls document. |
class |
XmpMetadata
Represents XMP metadata.
|
class |
ZipFileInfo
Represents archived file information.
|
class |
ZipMetadata
Represents ZIP metadata.
|
Modifier and Type | Method and Description |
---|---|
static Metadata[] |
MetadataUtility.endExtractMetadata(com.aspose.ms.System.IAsyncResult asyncResult)
Ends the extract metadata.
|
static Metadata[] |
MetadataUtility.extractMetadata(InputStream stream)
Gets array of
Metadata from the Stream . |
static Metadata[] |
MetadataUtility.extractMetadata(String path)
Gets array of
Metadata from existing file. |
static Metadata |
MetadataUtility.extractSpecificMetadata(InputStream stream,
int metadataType)
Extracts specific
Metadata from the Stream . |
static Metadata |
MetadataUtility.extractSpecificMetadata(String path,
int metadataType)
Extracts specific
Metadata from the file. |
static Metadata |
Metadata.getByType(Metadata[] array,
int type)
Gets metadata by its type from a metadata array.
|
Metadata[] |
EpubFormat.getImageCoverMetadata()
Gets the array of metadata related to the image cover.
|
Metadata[] |
FormatBase.getMetadata()
Gets array of
Metadata contained in file. |
Metadata |
PropertyValue.toMetadata()
Gets the
Metadata value. |
Metadata[] |
PropertyValue.toMetadataArray()
Gets the array of
Metadata values. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.IAsyncResult |
MetadataUtility.beginUpdateMetadata(String path,
Metadata[] metadataArray)
Begins the update metadata.
|
static Metadata |
Metadata.getByType(Metadata[] array,
int type)
Gets metadata by its type from a metadata array.
|
static void |
MetadataUtility.updateMetadata(InputStream stream,
Metadata metadata)
Updates metadata in the
Stream . |
static void |
MetadataUtility.updateMetadata(InputStream stream,
Metadata[] metadataArray)
Updates array in the
Stream . |
static void |
MetadataUtility.updateMetadata(String path,
Metadata metadata)
Updates the metadata.
|
static void |
MetadataUtility.updateMetadata(String path,
Metadata[] metadataArray)
Updates the metadata.
|
static void |
MetadataUtility.updateMetadata(String path,
Metadata[] metadataArray,
String destinationPath)
Updates the metadata.
|
static void |
MetadataUtility.updateMetadata(String path,
Metadata metadata,
String destinationPath)
Updates the metadata.
|
Copyright © 2019. All rights reserved.