com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class CmsEncapsulatedContent

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    public class CmsEncapsulatedContent
    extends CustomPackage

    Represents a signed content container, consisting of a content type identifier and the content itself.

    • Method Detail

      • getContentType

        public final Oid getContentType()

        Gets the object identifier uniquely specifies the content type.

        Returns:
        The object identifier uniquely specifies the content type.
      • getContentRawData

        public final byte[] getContentRawData()

        Gets the raw data of content info.

        Returns:
        The raw data of content info.