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 class
AdobePDFSchema
Representation of Adobe PDF Schemaclass
DublinCoreSchema
Representation of a DublinCore Schemaclass
ExifSchema
Representation of a Exif Schemaclass
PDFAExtensionSchema
Representation of a PDF/A Extension schema description schemaclass
PDFAIdentificationSchema
Representation of PDF/A Identification Schemaclass
PhotoshopSchema
class
TiffSchema
class
XMPageTextSchema
Created with IntelliJ IDEA.class
XMPBasicJobTicketSchema
class
XMPBasicSchema
Representation of XMPBasic Schemaclass
XMPMediaManagementSchema
Representation of XMPMediaManagement Schemaclass
XMPRightsManagementSchema
Representation of XMP Rights Management Schemaclass
XMPSchema
This 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 class
AbstractStructuredType
class
ArrayProperty
Object representation of a Complex XMP Property (Represents Ordered, Unordered and Alternative Arrays builder)class
CFAPatternType
class
DefinedStructuredType
class
DeviceSettingsType
class
DimensionsType
class
FlashType
class
JobType
class
LayerType
class
OECFType
class
PDFAFieldType
class
PDFAPropertyType
class
PDFASchemaType
class
PDFATypeType
class
ResourceEventType
class
ResourceRefType
class
ThumbnailType
Object representation of an Thumbnail XMP typeclass
VersionType
-
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 void
XmpSerializer. fillElementWithAttributes(org.w3c.dom.Element target, AbstractComplexProperty property)
private java.util.List<Attribute>
XmpSerializer. normalizeAttributes(AbstractComplexProperty property)
Normalize the list of attributes.
-