AttributeKey

Inheritance: java.lang.Object

public final class AttributeKey

Represents Standard Attribute Keys.

Fields

FieldDescription
PlacementPlacement attribute (Layout attribute owner).
WritingModeWritingMode attribute (Layout attribute owner).
BackgroundColorBackgroundColor attribute (Layout attribute owner).
BorderColorBorderColor attribute (Layout attribute owner).
BorderStyleBorderStyle attribute (Layout attribute owner).
BorderThicknessBorderThickness attribute (Layout attribute owner).
PaddingPadding attribute (Layout attribute owner).
ColorColor attribute (Layout attribute owner).
SpaceBeforeSpaceBefore attribute (Layout attribute owner).
SpaceAfterSpaceAfter attribute (Layout attribute owner).
StartIndentStartIndent attribute (Layout attribute owner).
EndIndentEndIndent attribute (Layout attribute owner).
TextIndentTextIndent attribute (Layout attribute owner).
TextAlignTextAlign attribute (Layout attribute owner).
BBoxBBox attribute (Layout attribute owner).
WidthWidth attribute (Layout attribute owner).
HeightHeight attribute (Layout attribute owner).
BlockAlignBlockAlign attribute (Layout attribute owner).
InlineAlignInlineAlign attribute (Layout attribute owner).
TBorderStyleTBorderStyle attribute (Layout attribute owner).
TPaddingTPadding attribute (Layout attribute owner).
BaselineShiftBaselineShift attribute (Layout attribute owner).
LineHeightLineHeight attribute (Layout attribute owner).
TextDecorationColorTextDecorationColor attribute (Layout attribute owner).
TextDecorationThicknessTextDecorationThickness attribute (Layout attribute owner).
TextDecorationTypeTextDecorationType attribute (Layout attribute owner).
RubyAlignRubyAlign attribute (Layout attribute owner).
RubyPositionRubyPosition attribute (Layout attribute owner).
GlyphOrientationVerticalGlyphOrientationVertical attribute (Layout attribute owner).
ColumnCountColumnCount attribute (Layout attribute owner).
ColumnGapColumnGap attribute (Layout attribute owner).
ColumnWidthsColumnWidths attribute (Layout attribute owner).
ListNumberingListNumbering attribute (List attribute owner).
RoleRole attribute (PrintField attribute owner).
CheckedChecked attribute (PrintField attribute owner).
DescDesc attribute (PrintField attribute owner).
RowSpanRowSpan attribute (Table attribute owner).
ColSpanColSpan attribute (Table attribute owner).
HeadersHeaders attribute (Table attribute owner).
ScopeScope attribute (Table attribute owner).
SummarySummary attribute (Table attribute owner).

Methods

MethodDescription
hashCode()
getKey()Get Attribute Key.
getOwner()Get Attribute Owner.
to_AttributeKey(String key)Performs an explicit conversion from String to AttributeKey.
toString()Returns a string that represents the current object.

Placement

public static final AttributeKey Placement

Placement attribute (Layout attribute owner).

WritingMode

public static final AttributeKey WritingMode

WritingMode attribute (Layout attribute owner).

BackgroundColor

public static final AttributeKey BackgroundColor

BackgroundColor attribute (Layout attribute owner).

BorderColor

public static final AttributeKey BorderColor

BorderColor attribute (Layout attribute owner).

BorderStyle

public static final AttributeKey BorderStyle

BorderStyle attribute (Layout attribute owner).

BorderThickness

public static final AttributeKey BorderThickness

BorderThickness attribute (Layout attribute owner).

Padding

public static final AttributeKey Padding

Padding attribute (Layout attribute owner).

Color

public static final AttributeKey Color

Color attribute (Layout attribute owner).

SpaceBefore

public static final AttributeKey SpaceBefore

SpaceBefore attribute (Layout attribute owner).

SpaceAfter

public static final AttributeKey SpaceAfter

SpaceAfter attribute (Layout attribute owner).

StartIndent

public static final AttributeKey StartIndent

StartIndent attribute (Layout attribute owner).

EndIndent

public static final AttributeKey EndIndent

EndIndent attribute (Layout attribute owner).

TextIndent

public static final AttributeKey TextIndent

TextIndent attribute (Layout attribute owner).

TextAlign

public static final AttributeKey TextAlign

TextAlign attribute (Layout attribute owner).

BBox

public static final AttributeKey BBox

BBox attribute (Layout attribute owner).

Width

public static final AttributeKey Width

Width attribute (Layout attribute owner).

Height

public static final AttributeKey Height

Height attribute (Layout attribute owner).

BlockAlign

public static final AttributeKey BlockAlign

BlockAlign attribute (Layout attribute owner).

InlineAlign

public static final AttributeKey InlineAlign

InlineAlign attribute (Layout attribute owner).

TBorderStyle

public static final AttributeKey TBorderStyle

TBorderStyle attribute (Layout attribute owner).

TPadding

public static final AttributeKey TPadding

TPadding attribute (Layout attribute owner).

BaselineShift

public static final AttributeKey BaselineShift

BaselineShift attribute (Layout attribute owner).

LineHeight

public static final AttributeKey LineHeight

LineHeight attribute (Layout attribute owner).

TextDecorationColor

public static final AttributeKey TextDecorationColor

TextDecorationColor attribute (Layout attribute owner).

TextDecorationThickness

public static final AttributeKey TextDecorationThickness

TextDecorationThickness attribute (Layout attribute owner).

TextDecorationType

public static final AttributeKey TextDecorationType

TextDecorationType attribute (Layout attribute owner).

RubyAlign

public static final AttributeKey RubyAlign

RubyAlign attribute (Layout attribute owner).

RubyPosition

public static final AttributeKey RubyPosition

RubyPosition attribute (Layout attribute owner).

GlyphOrientationVertical

public static final AttributeKey GlyphOrientationVertical

GlyphOrientationVertical attribute (Layout attribute owner).

ColumnCount

public static final AttributeKey ColumnCount

ColumnCount attribute (Layout attribute owner).

ColumnGap

public static final AttributeKey ColumnGap

ColumnGap attribute (Layout attribute owner).

ColumnWidths

public static final AttributeKey ColumnWidths

ColumnWidths attribute (Layout attribute owner).

ListNumbering

public static final AttributeKey ListNumbering

ListNumbering attribute (List attribute owner).

Role

public static final AttributeKey Role

Role attribute (PrintField attribute owner).

Checked

public static final AttributeKey Checked

Checked attribute (PrintField attribute owner).

Desc

public static final AttributeKey Desc

Desc attribute (PrintField attribute owner).

RowSpan

public static final AttributeKey RowSpan

RowSpan attribute (Table attribute owner).

ColSpan

public static final AttributeKey ColSpan

ColSpan attribute (Table attribute owner).

Headers

public static final AttributeKey Headers

Headers attribute (Table attribute owner).

Scope

public static final AttributeKey Scope

Scope attribute (Table attribute owner).

Summary

public static final AttributeKey Summary

Summary attribute (Table attribute owner).

hashCode()

public int hashCode()

Returns: int

getKey()

public final String getKey()

Get Attribute Key.

Value: Attribute Key.

Returns: java.lang.String - String value

getOwner()

public final AttributeOwnerStandard getOwner()

Get Attribute Owner.

Value: Attribute Owner.

Returns: AttributeOwnerStandard - AttributeKey instance

to_AttributeKey(String key)

public static AttributeKey to_AttributeKey(String key)

Performs an explicit conversion from String to AttributeKey.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe attribute key.

Returns: AttributeKey - The result of the conversion.

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - String that represents the current object.