LayoutAttributes
Overview
LayoutAttributes is a interface in Aspose.PDF FOSS for TypeScript.
Properties: backgroundColor, baselineShift, bbox, blockAlign, borderColor, borderStyle, and 26 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
placement | : 'Block' | 'Inline' | 'Before' | 'Start' | 'End' | Read | Gets the placement. |
writingMode | : 'LrTb' | 'RlTb' | 'TbRl' | Read | Gets the writing mode. |
backgroundColor | : RGB | Read | Gets the background color. |
borderColor | : Edged<RGB> | Read | Gets the border color. |
borderStyle | : Edged<BorderStyle> | Read | Gets the border style. |
borderThickness | : Edged<number> | Read | Gets the border thickness. |
color | : RGB | Read | Gets the color. |
padding | : Edged<number> | Read | Gets the padding. |
spaceBefore | : number | Read | Gets the space before. |
spaceAfter | : number | Read | Gets the space after. |
startIndent | : number | Read | Gets the start indent. |
endIndent | : number | Read | Gets the end indent. |
textIndent | : number | Read | Gets the text indent. |
textAlign | : 'Start' | 'Center' | 'End' | 'Justify' | Read | Gets the text align. |
bbox | : [number, number, number, number] | Read | Gets the bbox. |
width | : number | 'Auto' | Read | Gets the width. |
height | : number | 'Auto' | Read | Gets the height. |
blockAlign | : 'Before' | 'Middle' | 'After' | 'Justify' | Read | Gets the block align. |
inlineAlign | : 'Start' | 'Center' | 'End' | Read | Gets the inline align. |
tBorderStyle | : Edged<BorderStyle> | Read | Gets the t border style. |
tPadding | : Edged<number> | Read | Gets the t padding. |
lineHeight | : number | 'Normal' | 'Auto' | Read | Gets the line height. |
baselineShift | : number | Read | Gets the baseline shift. |
textDecorationType | : 'None' | 'Underline' | 'Overline' | 'LineThrough' | Read | Gets the text decoration type. |
textDecorationColor | : RGB | Read | Gets the text decoration color. |
textDecorationThickness | : number | Read | Gets the text decoration thickness. |
columnCount | : number | Read | Gets the column count. |
columnGap | : number | number[] | Read | Gets the column gap. |
columnWidths | : number | number[] | Read | Gets the column widths. |
glyphOrientationVertical | : 'Auto' | number | Read | Gets the glyph orientation vertical. |
rubyAlign | : 'Start' | 'Center' | 'End' | 'Justify' | 'Distribute' | Read | Gets the ruby align. |
rubyPosition | : 'Before' | 'After' | 'Warichu' | 'Inline' | Read | Gets the ruby position. |