Para

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

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
IndFirstDoubleValueSpecifies the distance the first line of each paragraph in the shape’s text block is indented from the left indent of th
IndLeftDoubleValueSpecifies the distance all lines of text in a paragraph are indented from the left margin of the text block. This value
IndRightDoubleValueSpecifies the distance all lines of text in a paragraph are indented from the right margin of the text block. This value
SpLineDoubleValueSpecifies the distance between one line of text and the next, where 100% is the height of a text line.
SpBeforeDoubleValueSpecifies the amount of space inserted before each paragraph in the shape’s text block.
SpAfterDoubleValueSpecifies the amount of space inserted after each paragraph in the shape’s text block.
HorzAlignHorzAlignSpecifies the horizontal alignment of text in the shape’s text block.
BulletBulletDetermines the bullet style.
BulletStrStr2Value“Used to create a custom bullet style. Enter the style as a string (within quotation marks). For example, you could ente
BulletFontIntValueRepresents the number of the font used to format the text when a custom bullet string is specified and the value in the
LocalizeBulletFontLocalizeFontSpecifies whether the bullet font should be localized (translated into another language).
BulletFontSizeDoubleValueSpecifies the size of a bullet.
TextPosAfterBulletDoubleValueRepresents the distance between the first line of the paragraph and the bullet.
FlagsBoolValueIndicates whether the text direction is left to right or right to left.

Methods

NameDescription
deepCloneCreates deep copy of this instance.