Para
Contents
[
Hide
]Para class
Contains the paragraph formatting elements for the shape’s text, such as indents, line spacing, bullets, and horizontal alignment of paragraphs.
Para()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| IndFirst | DoubleValue | Specifies the distance the first line of each paragraph in the shape’s text block is indented from the left indent of th |
| IndLeft | DoubleValue | Specifies the distance all lines of text in a paragraph are indented from the left margin of the text block. This value |
| IndRight | DoubleValue | Specifies the distance all lines of text in a paragraph are indented from the right margin of the text block. This value |
| SpLine | DoubleValue | Specifies the distance between one line of text and the next, where 100% is the height of a text line. |
| SpBefore | DoubleValue | Specifies the amount of space inserted before each paragraph in the shape’s text block. |
| SpAfter | DoubleValue | Specifies the amount of space inserted after each paragraph in the shape’s text block. |
| HorzAlign | HorzAlign | Specifies the horizontal alignment of text in the shape’s text block. |
| Bullet | Bullet | Determines the bullet style. |
| BulletStr | Str2Value | “Used to create a custom bullet style. Enter the style as a string (within quotation marks). For example, you could ente |
| BulletFont | IntValue | Represents the number of the font used to format the text when a custom bullet string is specified and the value in the |
| LocalizeBulletFont | LocalizeFont | Specifies whether the bullet font should be localized (translated into another language). |
| BulletFontSize | DoubleValue | Specifies the size of a bullet. |
| TextPosAfterBullet | DoubleValue | Represents the distance between the first line of the paragraph and the bullet. |
| Flags | BoolValue | Indicates whether the text direction is left to right or right to left. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |