Package | Description |
---|---|
com.aspose.pdf.tagged.logicalstructure |
The
<b>com.aspose.pdf.tagged.logicalstructure </b> is a namespace for PDF Logical Structure classes. |
com.aspose.pdf.tagged.logicalstructure.elements |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements </b> is a namespace for PDF Logical Structure classes. |
Modifier and Type | Field and Description |
---|---|
static AttributeKey |
AttributeKey.BackgroundColor
BackgroundColor attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.BaselineShift
BaselineShift attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.BBox
BBox attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.BlockAlign
BlockAlign attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.BorderColor
BorderColor attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.BorderStyle
BorderStyle attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.BorderThickness
BorderThickness attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Checked
Checked attribute (PrintField attribute owner).
|
static AttributeKey |
AttributeKey.Color
Color attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.ColSpan
ColSpan attribute (Table attribute owner).
|
static AttributeKey |
AttributeKey.ColumnCount
ColumnCount attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.ColumnGap
ColumnGap attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.ColumnWidths
ColumnWidths attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Desc
Desc attribute (PrintField attribute owner).
|
static AttributeKey |
AttributeKey.EndIndent
EndIndent attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.GlyphOrientationVertical
GlyphOrientationVertical attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Headers
Headers attribute (Table attribute owner).
|
static AttributeKey |
AttributeKey.Height
Height attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.InlineAlign
InlineAlign attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.LineHeight
LineHeight attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.ListNumbering
ListNumbering attribute (List attribute owner).
|
static AttributeKey |
AttributeKey.Padding
Padding attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Placement
Placement attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Role
Role attribute (PrintField attribute owner).
|
static AttributeKey |
AttributeKey.RowSpan
RowSpan attribute (Table attribute owner).
|
static AttributeKey |
AttributeKey.RubyAlign
RubyAlign attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.RubyPosition
RubyPosition attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Scope
Scope attribute (Table attribute owner).
|
static AttributeKey |
AttributeKey.SpaceAfter
SpaceAfter attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.SpaceBefore
SpaceBefore attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.StartIndent
StartIndent attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Summary
Summary attribute (Table attribute owner).
|
static AttributeKey |
AttributeKey.TBorderStyle
TBorderStyle attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.TextAlign
TextAlign attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.TextDecorationColor
TextDecorationColor attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.TextDecorationThickness
TextDecorationThickness attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.TextDecorationType
TextDecorationType attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.TextIndent
TextIndent attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.TPadding
TPadding attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.Width
Width attribute (Layout attribute owner).
|
static AttributeKey |
AttributeKey.WritingMode
WritingMode attribute (Layout attribute owner).
|
Modifier and Type | Method and Description |
---|---|
AttributeKey |
AttributeName.getAttributeKey()
Gets attribute key.
|
static AttributeKey |
AttributeKey.to_AttributeKey(String key)
Performs an explicit conversion from
String to AttributeKey . |
Modifier and Type | Method and Description |
---|---|
static AttributeName |
AttributeName.fromNameAttributeKey(String name,
AttributeKey attributeKey)
Gets attribute name for attribute key.
|
StructureAttribute |
StructureAttributes.getAttribute(AttributeKey key)
Gets StructureAttribute by AttributeKey.
|
boolean |
StructureAttributes.hasAttribute(AttributeKey key) |
Modifier and Type | Method and Description |
---|---|
AttributeKey |
StructureAttribute.getKey()
Gets attribute key.
|
Constructor and Description |
---|
StructureAttribute(AttributeKey attributeKey)
Initializes a new instance of the StructureAttribute.
|
StructureAttribute(AttributeKey attributeKey,
com.aspose.pdf.engine.data.IPdfPrimitive pdfEntity) |