public final class AttributeOwnerStandard extends Object
Represents Standard Attribute Owners.
Modifier and Type | Field and Description |
---|---|
static AttributeOwnerStandard |
CSS_100
CSS-1.00 attribute owner.
|
static AttributeOwnerStandard |
CSS_200
CSS-2.00 attribute owner.
|
static AttributeOwnerStandard |
HTML_320
HTML-3.20 attribute owner.
|
static AttributeOwnerStandard |
HTML_401
HTML-4.01 attribute owner.
|
static AttributeOwnerStandard |
Layout
Layout attribute owner.
|
static AttributeOwnerStandard |
List
List attribute owner.
|
static AttributeOwnerStandard |
OEB_100
OEB-1.00 attribute owner.
|
static AttributeOwnerStandard |
PrintField
PrintField attribute owner.
|
static AttributeOwnerStandard |
RTF_105
RTF-1.05 attribute owner.
|
static AttributeOwnerStandard |
Table
Table attribute owner.
|
static AttributeOwnerStandard |
XML_100
XML-1.0.0 attribute owner.
|
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
String |
getOwner()
Get Attribute Owner.
|
int |
hashCode() |
static AttributeOwnerStandard |
to_AttributeOwnerStandard(String owner)
Performs an explicit conversion from
String to AttributeOwnerStandard . |
String |
toString()
Returns a string that represents the current object.
|
public static final AttributeOwnerStandard Layout
Layout attribute owner.
public static final AttributeOwnerStandard List
List attribute owner.
public static final AttributeOwnerStandard PrintField
PrintField attribute owner.
public static final AttributeOwnerStandard Table
Table attribute owner.
public static final AttributeOwnerStandard XML_100
XML-1.0.0 attribute owner.
public static final AttributeOwnerStandard HTML_320
HTML-3.20 attribute owner.
public static final AttributeOwnerStandard HTML_401
HTML-4.01 attribute owner.
public static final AttributeOwnerStandard OEB_100
OEB-1.00 attribute owner.
public static final AttributeOwnerStandard RTF_105
RTF-1.05 attribute owner.
public static final AttributeOwnerStandard CSS_100
CSS-1.00 attribute owner.
public static final AttributeOwnerStandard CSS_200
CSS-2.00 attribute owner.
public static void clear()
public final String getOwner()
Get Attribute Owner.
Value: Attribute Owner.public static AttributeOwnerStandard to_AttributeOwnerStandard(String owner)
Performs an explicit conversion from String
to AttributeOwnerStandard
.
owner
- The owner.