AttributeKey Class
Represents Standard Attribute Keys.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.LogicalStructureAttributeKey

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class AttributeKey

The AttributeKey type exposes the following members.

Properties
  NameDescription
Public propertyKey
Get Attribute Key.
Public propertyOwner
Get Attribute Owner.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
Fields
  NameDescription
Public fieldStatic memberBackgroundColor
BackgroundColor attribute (Layout attribute owner).
Public fieldStatic memberBaselineShift
BaselineShift attribute (Layout attribute owner).
Public fieldStatic memberBBox
BBox attribute (Layout attribute owner).
Public fieldStatic memberBlockAlign
BlockAlign attribute (Layout attribute owner).
Public fieldStatic memberBorderColor
BorderColor attribute (Layout attribute owner).
Public fieldStatic memberBorderStyle
BorderStyle attribute (Layout attribute owner).
Public fieldStatic memberBorderThickness
BorderThickness attribute (Layout attribute owner).
Public fieldStatic memberChecked
Checked attribute (PrintField attribute owner).
Public fieldStatic memberColor
Color attribute (Layout attribute owner).
Public fieldStatic memberColSpan
ColSpan attribute (Table attribute owner).
Public fieldStatic memberColumnCount
ColumnCount attribute (Layout attribute owner).
Public fieldStatic memberColumnGap
ColumnGap attribute (Layout attribute owner).
Public fieldStatic memberColumnWidths
ColumnWidths attribute (Layout attribute owner).
Public fieldStatic memberDesc
Desc attribute (PrintField attribute owner).
Public fieldStatic memberEndIndent
EndIndent attribute (Layout attribute owner).
Public fieldStatic memberGlyphOrientationVertical
GlyphOrientationVertical attribute (Layout attribute owner).
Public fieldStatic memberHeaders
Headers attribute (Table attribute owner).
Public fieldStatic memberHeight
Height attribute (Layout attribute owner).
Public fieldStatic memberInlineAlign
InlineAlign attribute (Layout attribute owner).
Public fieldStatic memberLineHeight
LineHeight attribute (Layout attribute owner).
Public fieldStatic memberListNumbering
ListNumbering attribute (List attribute owner).
Public fieldStatic memberPadding
Padding attribute (Layout attribute owner).
Public fieldStatic memberPlacement
Placement attribute (Layout attribute owner).
Public fieldStatic memberRole
Role attribute (PrintField attribute owner).
Public fieldStatic memberRowSpan
RowSpan attribute (Table attribute owner).
Public fieldStatic memberRubyAlign
RubyAlign attribute (Layout attribute owner).
Public fieldStatic memberRubyPosition
RubyPosition attribute (Layout attribute owner).
Public fieldStatic memberScope
Scope attribute (Table attribute owner).
Public fieldStatic memberSpaceAfter
SpaceAfter attribute (Layout attribute owner).
Public fieldStatic memberSpaceBefore
SpaceBefore attribute (Layout attribute owner).
Public fieldStatic memberStartIndent
StartIndent attribute (Layout attribute owner).
Public fieldStatic memberSummary
Summary attribute (Table attribute owner).
Public fieldStatic memberTBorderStyle
TBorderStyle attribute (Layout attribute owner).
Public fieldStatic memberTextAlign
TextAlign attribute (Layout attribute owner).
Public fieldStatic memberTextDecorationColor
TextDecorationColor attribute (Layout attribute owner).
Public fieldStatic memberTextDecorationThickness
TextDecorationThickness attribute (Layout attribute owner).
Public fieldStatic memberTextDecorationType
TextDecorationType attribute (Layout attribute owner).
Public fieldStatic memberTextIndent
TextIndent attribute (Layout attribute owner).
Public fieldStatic memberTPadding
TPadding attribute (Layout attribute owner).
Public fieldStatic memberWidth
Width attribute (Layout attribute owner).
Public fieldStatic memberWritingMode
WritingMode attribute (Layout attribute owner).
See Also