Aspose::Pdf::LogicalStructure::AttributeName class

AttributeName class

Represents class for Attribute Name Values.

class AttributeName : public System::Object

Methods

MethodDescription
static FromNameAttributeKey(System::String, System::SharedPtr<Aspose::Pdf::LogicalStructure::AttributeKey>)Gets attribute name for attribute key.
get_AttributeKey() constGets attribute key.
get_Name() constGets name value of attribute.
ToString() const overrideReturns a string that represents the current object.

Fields

FieldDescription
static BlockAlign_AfterAttribute BlockAlign: After - After edge of the last child’s allocation rectangle aligned with that of the table cell’s content rectangle.
static BlockAlign_BeforeAttribute BlockAlign: Before - Before edge of the first child’s allocation rectangle aligned with that of the table cell’s content rectangle.
static BlockAlign_JustifyAttribute BlockAlign: Justify - Children aligned with both the before and after edges of the table cell’s content rectangle. The first child shall be placed as described for Before and the last child as described for After, with equal spacing between the children. If there is only one child, it shall be aligned with the before edge only, as for Before.
static BlockAlign_MiddleAttribute BlockAlign: Middle- Children centered within the table cell. The distance between the before edge of the first child’s allocation rectangle and that of the table cell’s content rectangle shall be the same as the distance between the after edge of the last child’s allocation rectangle and that of the table cell’s content rectangle.
static BorderStyle_DashedAttribute BorderStyle: Dashed - The border is a series of short line segments.
static BorderStyle_DottedAttribute BorderStyle: Dotted - The border is a series of dots.
static BorderStyle_DoubleAttribute BorderStyle: Double - The border is two solid lines. The sum of the two lines and the space between them equals the value of BorderThickness.
static BorderStyle_GrooveAttribute BorderStyle: Groove - The border looks as though it were carved into the canvas.
static BorderStyle_HiddenAttribute BorderStyle: Hidden - Same as None, except in terms of border conflict resolution for table elements.
static BorderStyle_InsetAttribute BorderStyle: Inset - The border makes the entire box look as though it were embedded in the canvas.
static BorderStyle_NoneAttribute BorderStyle: None - No border. Forces the computed value of BorderThicknessto be 0.
static BorderStyle_OutsetAttribute BorderStyle: Outset - The border makes the entire box look as though it were coming out of the canvas (the opposite of Inset).
static BorderStyle_RidgeAttribute BorderStyle: Ridge - The border looks as though it were coming out of the canvas (the opposite of Groove).
static BorderStyle_SolidAttribute BorderStyle: Solid - The border is a single line segment.
static Checked_neutralAttribute checked: Neutral - The state of a radio button or check box field.
static Checked_offAttribute checked: Off - The state of a radio button or check box field.
static Checked_onAttribute checked: On - The state of a radio button or check box field.
static GlyphOrientationVertical_AutoAttribute GlyphOrientationVertical: Auto - Specifies a default orientation for text, depending on whether it is fullwidth (as wide as it is high).
static Height_AutoAttribute Height: Auto - The element’s height shall be determined by the intrinsic height of its content.
static InlineAlign_CenterAttribute InlineAlign: Center - Each child centered within the table cell. The distance between the start edges of the child’s allocation rectangle and the table cell’s content rectangle shall be the same as the distance between their end edges.
static InlineAlign_EndAttribute InlineAlign: End - End edge of each child’s allocation rectangle aligned with that of the table cell’s content rectangle.
static InlineAlign_StartAttribute InlineAlign: Start - Start edge of each child’s allocation rectangle aligned with that of the table cell’s content rectangle.
static LineHeight_AutoAttribute LineHeight: Auto - Adjustment for the value of BaselineShift shall not be made.
static LineHeight_NormalAttribute LineHeight: Normal - Adjust the line height to include any nonzero value specified for BaselineShift.
static ListNumbering_CircleAttribute ListNumbering: Circle - Open circular bullet.
static ListNumbering_DecimalAttribute ListNumbering: Decimal - Decimal arabic numerals (1-9, 10-99, …).
static ListNumbering_DiscAttribute ListNumbering: Disc - Solid circular bullet.
static ListNumbering_LowerAlphaAttribute ListNumbering: LowerAlpha - Lowercase letters (a, b, c, …).
static ListNumbering_LowerRomanAttribute ListNumbering: LowerRoman - Lowercase roman numerals (i, ii, iii, iv, …).
static ListNumbering_NoneAttribute ListNumbering: None - No autonumbering; Lbl elements (if present) contain arbitrary text not subject to any numbering scheme.
static ListNumbering_SquareAttribute ListNumbering: Square - Solid square bullet.
static ListNumbering_UpperAlphaAttribute ListNumbering: UpperAlpha - Uppercase letters (A, B, C, …).
static ListNumbering_UpperRomanAttribute ListNumbering: UpperRoman - Uppercase roman numerals (I, II, III, IV, …).
static Placement_BeforeAttribute Placement: Before - Placed so that the before edge of the element’s allocation rectangle coincides with that of the nearest enclosing reference area.
static Placement_BlockAttribute Placement: Block - Stacked in the block-progression direction within an enclosing reference area or parent BLSE.
static Placement_EndAttribute Placement: End - Placed so that the end edge of the element’s allocation rectangle coincides with that of the nearest enclosing reference area.
static Placement_InlineAttribute Placement: Inline - Packed in the inline-progression direction within an enclosing BLSE.
static Placement_StartAttribute Placement: Start - Placed so that the start edge of the element’s allocation rectangle coincides with that of the nearest enclosing reference area.
static Role_cbAttribute Role: cb - Check box.
static Role_pbAttribute Role: pb - Push button.
static Role_rbAttribute Role: rb - Radio button.
static Role_tvAttribute Role: tv - Text-value field.
static RubyAlign_CenterAttribute RubyAlign: Center - The content shall be centered in the inline-progression direction.
static RubyAlign_DistributeAttribute RubyAlign: Distribute - The content shall be expanded to fill the available width in the inline-progression direction. However, space shall also be inserted at the start edge and end edge of the text. The spacing shall be distributed using a 1:2:1 (start:infix:end) ratio. It shall be changed to a 0:1:1 ratio if the ruby appears at the start of a text line or to a 1:1:0 ratio if the ruby appears at the end of the text line.
static RubyAlign_EndAttribute RubyAlign: End - The content shall be aligned on the end edge in the inline-progression direction.
static RubyAlign_JustifyAttribute RubyAlign: Justify - The content shall be expanded to fill the available width in the inline-progression direction.
static RubyAlign_StartAttribute RubyAlign: Start - The content shall be aligned on the start edge in the inline-progression direction.
static RubyPosition_AfterAttribute RubyPosition: After - The RT content shall be aligned along the after edge of the element.
static RubyPosition_BeforeAttribute RubyPosition: Before - The RT content shall be aligned along the before edge of the element.
static RubyPosition_InlineAttribute RubyPosition: Inline - The RT and associated RP elements shall be formatted as a parenthesis comment, following the RB element.
static RubyPosition_WarichuAttribute RubyPosition: Warichu - The RT and associated RP elements shall be formatted as a warichu, following the RB element.
static Scope_BothAttribute Scope: Both.
static Scope_ColumnAttribute Scope: Column.
static Scope_RowAttribute Scope: Row.
static TextAlign_CenterAttribute TextAlign: Center - Centered between the start and end edges.
static TextAlign_EndAttribute TextAlign: End - Aligned with the end edge.
static TextAlign_JustifyAttribute TextAlign: Justify - Aligned with both the start and end edges, with internal spacing within each line expanded, if necessary, to achieve such alignment. The last (or only) line shall be aligned with the start edge only.
static TextAlign_StartAttribute TextAlign: Start - Aligned with the start edge.
static TextDecorationType_LineThroughAttribute TextDecorationType: LineThrough - A line through the middle of the text.
static TextDecorationType_NoneAttribute TextDecorationType: None - No text decoration.
static TextDecorationType_OverlineAttribute TextDecorationType: Overline - A line above the text.
static TextDecorationType_UnderlineAttribute TextDecorationType: Underline - A line below the text.
static Width_AutoAttribute Width: Auto - the element’s width shall be determined by the intrinsic width of its content.
static WritingMode_LrTbAttribute WritingMode: LrTb - Inline progression from left to right; block progression from top to bottom. This is the typical writing mode for Western writing systems.
static WritingMode_RlTbAttribute WritingMode: RlTb - Inline progression from right to left; block progression from top to bottom. This is the typical writing mode for Arabic and Hebrew writing systems.
static WritingMode_TbRlAttribute WritingMode: TbRl - Inline progression from top to bottom; block progression from right to left. This is the typical writing mode for Chinese and Japanese writing systems.

See Also