public class XmpPdfAExtensionField extends XmpPdfAExtensionObject
This schema describes a field in a structured type. It is very similar to the PDF/A Property Value Type schema, but defines a field in a structure instead of a property. Schema namespace URI: http://www.aiim.org/pdfa/ns/field# Required schema namespace prefix: pdfaField.
Constructor and Description |
---|
XmpPdfAExtensionField(String name,
String value,
String valueType,
String description)
Initializes object.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Field name.
|
String |
getValueType()
Field value type, drawn from XMP Specification 2004, or an embedded PDF/A value type
extension schema.
|
List<com.aspose.ms.System.Xml.XmlElement> |
getXml_(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent field in xml tree.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> |
getXmlInternal(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent field in xml tree.
|
getDescription, getValue, setValue
public String getName()
Field name. Field names must be valid XML element names.
public String getValueType()
Field value type, drawn from XMP Specification 2004, or an embedded PDF/A value type extension schema. Predefined XMP type names or names of custom types.
public com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> getXmlInternal(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent field in xml tree.
getXmlInternal
in class XmpPdfAExtensionObject
xmlDocument
- The source xml document.public List<com.aspose.ms.System.Xml.XmlElement> getXml_(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent field in xml tree.
getXml_
in class XmpPdfAExtensionObject
xmlDocument
- The source xml document.