Uses of Class
org.apache.xmpbox.type.AbstractComplexProperty
-
Packages that use AbstractComplexProperty Package Description org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of AbstractComplexProperty in org.apache.xmpbox.schema
Subclasses of AbstractComplexProperty in org.apache.xmpbox.schema Modifier and Type Class Description classAdobePDFSchemaRepresentation of Adobe PDF SchemaclassDublinCoreSchemaRepresentation of a DublinCore SchemaclassExifSchemaRepresentation of an Exif SchemaclassPDFAExtensionSchemaRepresentation of a PDF/A Extension schema description schemaclassPDFAIdentificationSchemaRepresentation of PDF/A Identification SchemaclassPhotoshopSchemaclassTiffSchemaclassXMPageTextSchemaCreated with IntelliJ IDEA.classXMPBasicJobTicketSchemaclassXMPBasicSchemaRepresentation of XMPBasic SchemaclassXMPMediaManagementSchemaRepresentation of XMPMediaManagement SchemaclassXMPRightsManagementSchemaRepresentation of XMP Rights Management SchemaclassXMPSchemaThis class represents a metadata schema that can be stored in an XMP document. -
Uses of AbstractComplexProperty in org.apache.xmpbox.type
Subclasses of AbstractComplexProperty in org.apache.xmpbox.type Modifier and Type Class Description classAbstractStructuredTypeclassArrayPropertyObject representation of a Complex XMP Property (Represents Ordered, Unordered and Alternative Arrays builder)classCFAPatternTypeclassDefinedStructuredTypeclassDeviceSettingsTypeclassDimensionsTypeclassFlashTypeclassJobTypeclassLayerTypeclassOECFTypeclassPDFAFieldTypeclassPDFAPropertyTypeclassPDFASchemaTypeclassPDFATypeTypeclassResourceEventTypeclassResourceRefTypeclassThumbnailTypeObject representation of an Thumbnail XMP typeclassVersionType -
Uses of AbstractComplexProperty in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type AbstractComplexProperty Modifier and Type Method Description private voidXmpSerializer. fillElementWithAttributes(org.w3c.dom.Element target, AbstractComplexProperty property)private java.util.List<Attribute>XmpSerializer. normalizeAttributes(AbstractComplexProperty property)Normalize the list of attributes.
-