Package com.adobe.xfa
Class ImagingBBoxEnum
java.lang.Object
com.adobe.xfa.Attribute
com.adobe.xfa.ImagingBBoxEnum
A type-safe enumeration class of the XFA ImagingBBox attribute.
The enum also allows four comma space measurements.
-
Constructor Summary
ConstructorsConstructorDescriptionImagingBBoxEnum(String name, String value) Construct an ImagingBBoxEnumfrom a string value.ImagingBBoxEnum(String NS, String localName, String qName, String value) -
Method Summary
Modifier and TypeMethodDescriptionnewAttribute(String value) Create a new attribute, given a new valuenewAttribute(String NS, String localName, String qName, String value) Create a new attribute, given all attribute parametersnewAttribute(String NS, String localName, String qName, String value, boolean internSymbols) Create a new attribute, given all attribute parametersMethods inherited from class com.adobe.xfa.Attribute
getAttrValue, getLocalName, getName, getNS, getPrefix, getQName, isEmpty, isNameSpaceAttr, isSchemaAttr, isXSINilAttr, normalize, toString
-
Constructor Details
-
ImagingBBoxEnum
-
ImagingBBoxEnum
Construct an ImagingBBoxEnumfrom a string value.- Parameters:
name- a string corresponding to one of the enumerated values
-
-
Method Details
-
newAttribute
Description copied from class:AttributeCreate a new attribute, given a new value- Specified by:
newAttributein classAttribute- Parameters:
value- the string to use to create the new attribute- Returns:
- a new attribute
-
newAttribute
Description copied from class:AttributeCreate a new attribute, given all attribute parameters- Specified by:
newAttributein classAttribute- Parameters:
NS- the namespace for this attributelocalName- the local name for this attributeqName- the qualified name for this attributevalue- 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:AttributeCreate a new attribute, given all attribute parameters- Specified by:
newAttributein classAttribute- Parameters:
NS- the namespace for this attributelocalName- the local name for this attributeqName- the qualified name for this attributevalue- the string to use to create the new attributeinternSymbols- indicates whether the symbols in other parameters need to be interned.- Returns:
- a new attribute
-