com.aspose.pdf.tagged.logicalstructure

Class AttributeKey



  • public final class AttributeKey
    extends Object

    Represents Standard Attribute Keys.

    • Field Detail

      • 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).

    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getKey

        public final String getKey()

        Get Attribute Key.

        Value: Attribute Key.
        Returns:
        String value
      • getOwner

        public final AttributeOwnerStandard getOwner()

        Get Attribute Owner.

        Value: Attribute Owner.
        Returns:
        AttributeKey instance
      • to_AttributeKey

        public static AttributeKey to_AttributeKey(String key)

        Performs an explicit conversion from String to AttributeKey.

        Parameters:
        key - The attribute key.
        Returns:
        The result of the conversion.
      • toString

        public String toString()

        Returns a string that represents the current object.

        Overrides:
        toString in class Object
        Returns:
        String that represents the current object.