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.
|
com.aspose.ms.System.Collections.ArrayList |
getXml(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.ArrayList 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.Copyright © 2017 Aspose. All Rights Reserved.