public final class AttributeKey extends Object
Represents Standard Attribute Keys.
Modifier and Type | Field and Description |
---|---|
static AttributeKey |
BackgroundColor
BackgroundColor attribute (Layout attribute owner).
|
static AttributeKey |
BaselineShift
BaselineShift attribute (Layout attribute owner).
|
static AttributeKey |
BBox
BBox attribute (Layout attribute owner).
|
static AttributeKey |
BlockAlign
BlockAlign attribute (Layout attribute owner).
|
static AttributeKey |
BorderColor
BorderColor attribute (Layout attribute owner).
|
static AttributeKey |
BorderStyle
BorderStyle attribute (Layout attribute owner).
|
static AttributeKey |
BorderThickness
BorderThickness attribute (Layout attribute owner).
|
static AttributeKey |
Checked
Checked attribute (PrintField attribute owner).
|
static AttributeKey |
Color
Color attribute (Layout attribute owner).
|
static AttributeKey |
ColSpan
ColSpan attribute (Table attribute owner).
|
static AttributeKey |
ColumnCount
ColumnCount attribute (Layout attribute owner).
|
static AttributeKey |
ColumnGap
ColumnGap attribute (Layout attribute owner).
|
static AttributeKey |
ColumnWidths
ColumnWidths attribute (Layout attribute owner).
|
static AttributeKey |
Desc
Desc attribute (PrintField attribute owner).
|
static AttributeKey |
EndIndent
EndIndent attribute (Layout attribute owner).
|
static AttributeKey |
GlyphOrientationVertical
GlyphOrientationVertical attribute (Layout attribute owner).
|
static AttributeKey |
Headers
Headers attribute (Table attribute owner).
|
static AttributeKey |
Height
Height attribute (Layout attribute owner).
|
static AttributeKey |
InlineAlign
InlineAlign attribute (Layout attribute owner).
|
static AttributeKey |
LineHeight
LineHeight attribute (Layout attribute owner).
|
static AttributeKey |
ListNumbering
ListNumbering attribute (List attribute owner).
|
static AttributeKey |
Padding
Padding attribute (Layout attribute owner).
|
static AttributeKey |
Placement
Placement attribute (Layout attribute owner).
|
static AttributeKey |
Role
Role attribute (PrintField attribute owner).
|
static AttributeKey |
RowSpan
RowSpan attribute (Table attribute owner).
|
static AttributeKey |
RubyAlign
RubyAlign attribute (Layout attribute owner).
|
static AttributeKey |
RubyPosition
RubyPosition attribute (Layout attribute owner).
|
static AttributeKey |
Scope
Scope attribute (Table attribute owner).
|
static AttributeKey |
SpaceAfter
SpaceAfter attribute (Layout attribute owner).
|
static AttributeKey |
SpaceBefore
SpaceBefore attribute (Layout attribute owner).
|
static AttributeKey |
StartIndent
StartIndent attribute (Layout attribute owner).
|
static AttributeKey |
Summary
Summary attribute (Table attribute owner).
|
static AttributeKey |
TBorderStyle
TBorderStyle attribute (Layout attribute owner).
|
static AttributeKey |
TextAlign
TextAlign attribute (Layout attribute owner).
|
static AttributeKey |
TextDecorationColor
TextDecorationColor attribute (Layout attribute owner).
|
static AttributeKey |
TextDecorationThickness
TextDecorationThickness attribute (Layout attribute owner).
|
static AttributeKey |
TextDecorationType
TextDecorationType attribute (Layout attribute owner).
|
static AttributeKey |
TextIndent
TextIndent attribute (Layout attribute owner).
|
static AttributeKey |
TPadding
TPadding attribute (Layout attribute owner).
|
static AttributeKey |
Width
Width attribute (Layout attribute owner).
|
static AttributeKey |
WritingMode
WritingMode attribute (Layout attribute owner).
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get Attribute Key.
|
AttributeOwnerStandard |
getOwner()
Get Attribute Owner.
|
int |
hashCode() |
static AttributeKey |
to_AttributeKey(String key)
Performs an explicit conversion from
String to AttributeKey . |
String |
toString()
Returns a string that represents the current object.
|
public static final AttributeKey Placement
Placement attribute (Layout attribute owner).
public static final AttributeKey WritingMode
WritingMode attribute (Layout attribute owner).
public static final AttributeKey BackgroundColor
BackgroundColor attribute (Layout attribute owner).
public static final AttributeKey BorderColor
BorderColor attribute (Layout attribute owner).
public static final AttributeKey BorderStyle
BorderStyle attribute (Layout attribute owner).
public static final AttributeKey BorderThickness
BorderThickness attribute (Layout attribute owner).
public static final AttributeKey Padding
Padding attribute (Layout attribute owner).
public static final AttributeKey Color
Color attribute (Layout attribute owner).
public static final AttributeKey SpaceBefore
SpaceBefore attribute (Layout attribute owner).
public static final AttributeKey SpaceAfter
SpaceAfter attribute (Layout attribute owner).
public static final AttributeKey StartIndent
StartIndent attribute (Layout attribute owner).
public static final AttributeKey EndIndent
EndIndent attribute (Layout attribute owner).
public static final AttributeKey TextIndent
TextIndent attribute (Layout attribute owner).
public static final AttributeKey TextAlign
TextAlign attribute (Layout attribute owner).
public static final AttributeKey BBox
BBox attribute (Layout attribute owner).
public static final AttributeKey Width
Width attribute (Layout attribute owner).
public static final AttributeKey Height
Height attribute (Layout attribute owner).
public static final AttributeKey BlockAlign
BlockAlign attribute (Layout attribute owner).
public static final AttributeKey InlineAlign
InlineAlign attribute (Layout attribute owner).
public static final AttributeKey TBorderStyle
TBorderStyle attribute (Layout attribute owner).
public static final AttributeKey TPadding
TPadding attribute (Layout attribute owner).
public static final AttributeKey BaselineShift
BaselineShift attribute (Layout attribute owner).
public static final AttributeKey LineHeight
LineHeight attribute (Layout attribute owner).
public static final AttributeKey TextDecorationColor
TextDecorationColor attribute (Layout attribute owner).
public static final AttributeKey TextDecorationThickness
TextDecorationThickness attribute (Layout attribute owner).
public static final AttributeKey TextDecorationType
TextDecorationType attribute (Layout attribute owner).
public static final AttributeKey RubyAlign
RubyAlign attribute (Layout attribute owner).
public static final AttributeKey RubyPosition
RubyPosition attribute (Layout attribute owner).
public static final AttributeKey GlyphOrientationVertical
GlyphOrientationVertical attribute (Layout attribute owner).
public static final AttributeKey ColumnCount
ColumnCount attribute (Layout attribute owner).
public static final AttributeKey ColumnGap
ColumnGap attribute (Layout attribute owner).
public static final AttributeKey ColumnWidths
ColumnWidths attribute (Layout attribute owner).
public static final AttributeKey ListNumbering
ListNumbering attribute (List attribute owner).
public static final AttributeKey Role
Role attribute (PrintField attribute owner).
public static final AttributeKey Checked
Checked attribute (PrintField attribute owner).
public static final AttributeKey Desc
Desc attribute (PrintField attribute owner).
public static final AttributeKey RowSpan
RowSpan attribute (Table attribute owner).
public static final AttributeKey ColSpan
ColSpan attribute (Table attribute owner).
public static final AttributeKey Headers
Headers attribute (Table attribute owner).
public static final AttributeKey Scope
Scope attribute (Table attribute owner).
public static final AttributeKey Summary
Summary attribute (Table attribute owner).
public final String getKey()
Get Attribute Key.
Value: Attribute Key.public final AttributeOwnerStandard getOwner()
Get Attribute Owner.
Value: Attribute Owner.public static AttributeKey to_AttributeKey(String key)
Performs an explicit conversion from String
to AttributeKey
.
key
- The attribute key.