com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class XmpPdfAExtensionField

  • Direct Known Subclasses:
    XmpPdfAExtensionProperty


    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 Detail

      • XmpPdfAExtensionField

        public XmpPdfAExtensionField(String name,
                                     String value,
                                     String valueType,
                                     String description)

        Initializes object.

        Parameters:
        name - The field name.
        value - The field value.
        valueType - The field value type.
        description - The field description.
    • Method Detail

      • getName

        public String getName()

        Field name. Field names must be valid XML element names.

        Returns:
        String
      • getValueType

        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.

        Returns:
        String
      • getXmlInternal

        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.

        Specified by:
        getXmlInternal in class XmpPdfAExtensionObject
        Parameters:
        xmlDocument - The source xml document.
        Returns:
        The list of fields.
      • getXml_

        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.

        Specified by:
        getXml_ in class XmpPdfAExtensionObject
        Parameters:
        xmlDocument - The source xml document.
        Returns:
        The list of fields.