Package org.apache.xmpbox.type
Class FontType
- java.lang.Object
-
- org.apache.xmpbox.type.AbstractField
-
- org.apache.xmpbox.type.AbstractComplexProperty
-
- org.apache.xmpbox.type.AbstractStructuredType
-
- org.apache.xmpbox.type.FontType
-
public class FontType extends AbstractStructuredType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCHILD_FONT_FILESstatic java.lang.StringCOMPOSITEstatic java.lang.StringFONT_FACEstatic java.lang.StringFONT_FAMILYstatic java.lang.StringFONT_FILE_NAMEstatic java.lang.StringFONT_NAMEstatic java.lang.StringFONT_TYPEstatic java.lang.StringVERSION_STRING-
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
-
Constructor Summary
Constructors Constructor Description FontType(XMPMetadata metadata)
-
Method Summary
-
Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
-
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
-
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
-
-
-
Field Detail
-
CHILD_FONT_FILES
public static final java.lang.String CHILD_FONT_FILES
- See Also:
- Constant Field Values
-
COMPOSITE
public static final java.lang.String COMPOSITE
- See Also:
- Constant Field Values
-
FONT_FACE
public static final java.lang.String FONT_FACE
- See Also:
- Constant Field Values
-
FONT_FAMILY
public static final java.lang.String FONT_FAMILY
- See Also:
- Constant Field Values
-
FONT_FILE_NAME
public static final java.lang.String FONT_FILE_NAME
- See Also:
- Constant Field Values
-
FONT_NAME
public static final java.lang.String FONT_NAME
- See Also:
- Constant Field Values
-
FONT_TYPE
public static final java.lang.String FONT_TYPE
- See Also:
- Constant Field Values
-
VERSION_STRING
public static final java.lang.String VERSION_STRING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FontType
public FontType(XMPMetadata metadata)
-
-