Interface ExtensionSchemaField

All Superinterfaces:
ExtensionSchemaObject, Object, XMPObject
All Known Implementing Classes:
AXLExtensionSchemaField

public interface ExtensionSchemaField extends ExtensionSchemaObject
Extension schema field definition
  • Method Details

    • getisDescriptionValidText

      Boolean getisDescriptionValidText()
      true if field description (’pdfaField:description’ property) is of type Text
    • getisNameValidText

      Boolean getisNameValidText()
      true if field name (’pdfaField:name’ property) is of type Text
    • getisValueTypeValidText

      Boolean getisValueTypeValidText()
      true if field value type (’pdfaField:valueType’ property) is of type Text
    • getisValueTypeDefined

      Boolean getisValueTypeDefined()
      true if field value type (’pdfaField:valueType’ property) is defined
    • getdescriptionPrefix

      String getdescriptionPrefix()
      namespace prefix for the description field
    • getnamePrefix

      String getnamePrefix()
      namespace prefix for the name field
    • getvalueTypePrefix

      String getvalueTypePrefix()
      namespace prefix for the value type field