Package com.adobe.xfa

Class ImagingBBoxEnum

java.lang.Object
com.adobe.xfa.Attribute
com.adobe.xfa.ImagingBBoxEnum

public final class ImagingBBoxEnum extends Attribute
A type-safe enumeration class of the XFA ImagingBBox attribute. The enum also allows four comma space measurements.
  • Constructor Details

    • ImagingBBoxEnum

      public ImagingBBoxEnum(String NS, String localName, String qName, String value)
    • ImagingBBoxEnum

      public ImagingBBoxEnum(String name, String value)
      Construct an ImagingBBoxEnumfrom a string value.
      Parameters:
      name - a string corresponding to one of the enumerated values
  • Method Details

    • newAttribute

      public Attribute newAttribute(String value)
      Description copied from class: Attribute
      Create a new attribute, given a new value
      Specified by:
      newAttribute in class Attribute
      Parameters:
      value - the string to use to create the new attribute
      Returns:
      a new attribute
    • newAttribute

      public Attribute newAttribute(String NS, String localName, String qName, String value)
      Description copied from class: Attribute
      Create a new attribute, given all attribute parameters
      Specified by:
      newAttribute in class Attribute
      Parameters:
      NS - the namespace for this attribute
      localName - the local name for this attribute
      qName - the qualified name for this attribute
      value - the string to use to create the new attribute
      Returns:
      a new attribute
    • newAttribute

      public Attribute newAttribute(String NS, String localName, String qName, String value, boolean internSymbols)
      Description copied from class: Attribute
      Create a new attribute, given all attribute parameters
      Specified by:
      newAttribute in class Attribute
      Parameters:
      NS - the namespace for this attribute
      localName - the local name for this attribute
      qName - the qualified name for this attribute
      value - the string to use to create the new attribute
      internSymbols - indicates whether the symbols in other parameters need to be interned.
      Returns:
      a new attribute