Aspose::Pdf::LogicalStructure::AttributeKey class
Contents
[
Hide
]AttributeKey class
Represents Standard Attribute Keys.
class AttributeKey : public System::Object
Methods
Method | Description |
---|---|
get_Key() const | Get Attribute Key. |
get_Owner() const | Get Attribute Owner. |
static to_AttributeKey(System::String) | |
ToString() const override | Returns a string that represents the current object. |
Fields
Field | Description |
---|---|
static BackgroundColor | BackgroundColor attribute (Layout attribute owner). |
static BaselineShift | BaselineShift attribute (Layout attribute owner). |
static BBox | BBox attribute (Layout attribute owner). |
static BlockAlign | BlockAlign attribute (Layout attribute owner). |
static BorderColor | BorderColor attribute (Layout attribute owner). |
static BorderStyle | BorderStyle attribute (Layout attribute owner). |
static BorderThickness | BorderThickness attribute (Layout attribute owner). |
static Checked | Checked attribute (PrintField attribute owner). |
static Color | Color attribute (Layout attribute owner). |
static ColSpan | ColSpan attribute (Table attribute owner). |
static ColumnCount | ColumnCount attribute (Layout attribute owner). |
static ColumnGap | ColumnGap attribute (Layout attribute owner). |
static ColumnWidths | ColumnWidths attribute (Layout attribute owner). |
static Desc | Desc attribute (PrintField attribute owner). |
static EndIndent | EndIndent attribute (Layout attribute owner). |
static GlyphOrientationVertical | GlyphOrientationVertical attribute (Layout attribute owner). |
static Headers | Headers attribute (Table attribute owner). |
static Height | Height attribute (Layout attribute owner). |
static InlineAlign | InlineAlign attribute (Layout attribute owner). |
static LineHeight | LineHeight attribute (Layout attribute owner). |
static ListNumbering | ListNumbering attribute (List attribute owner). |
static Padding | Padding attribute (Layout attribute owner). |
static Placement | Placement attribute (Layout attribute owner). |
static Role | Role attribute (PrintField attribute owner). |
static RowSpan | RowSpan attribute (Table attribute owner). |
static RubyAlign | RubyAlign attribute (Layout attribute owner). |
static RubyPosition | RubyPosition attribute (Layout attribute owner). |
static Scope | Scope attribute (Table attribute owner). |
static SpaceAfter | SpaceAfter attribute (Layout attribute owner). |
static SpaceBefore | SpaceBefore attribute (Layout attribute owner). |
static StartIndent | StartIndent attribute (Layout attribute owner). |
static Summary | Summary attribute (Table attribute owner). |
static TBorderStyle | TBorderStyle attribute (Layout attribute owner). |
static TextAlign | TextAlign attribute (Layout attribute owner). |
static TextDecorationColor | TextDecorationColor attribute (Layout attribute owner). |
static TextDecorationThickness | TextDecorationThickness attribute (Layout attribute owner). |
static TextDecorationType | TextDecorationType attribute (Layout attribute owner). |
static TextIndent | TextIndent attribute (Layout attribute owner). |
static TPadding | TPadding attribute (Layout attribute owner). |
static Width | Width attribute (Layout attribute owner). |
static WritingMode | WritingMode attribute (Layout attribute owner). |
See Also
- Class Object
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++