Class Para

Para class

Contains the paragraph formatting elements for the shape’s text, such as indents, line spacing, bullets, and horizontal alignment of paragraphs.

public class Para : ICloneable

Constructors

NameDescription
Para()Constructor.

Properties

NameDescription
Bullet { get; set; }Determines the bullet style.
BulletFont { get; set; }Represents the number of the font used to format the text when a custom bullet string is specified and the value in the Bullet element is non-zero.
BulletFontSize { get; set; }Specifies the size of a bullet.
BulletStr { get; set; }“Used to create a custom bullet style. Enter the style as a string (within quotation marks). For example, you could enter the string, ““ooo.”””
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Flags { get; set; }Indicates whether the text direction is left to right or right to left.
HorzAlign { get; set; }Specifies the horizontal alignment of text in the shape’s text block.
IndFirst { get; set; }Specifies the distance the first line of each paragraph in the shape’s text block is indented from the left indent of the paragraph. This value is independent of the scale of the drawing. If the drawing is scaled, the first line indent remains the same.
IndLeft { get; set; }Specifies the distance all lines of text in a paragraph are indented from the left margin of the text block. This value is independent of the scale of the drawing. If the drawing is scaled, the left indent remains the same.
IndRight { get; set; }Specifies the distance all lines of text in a paragraph are indented from the right margin of the text block. This value is independent of the scale of the drawing. If the drawing is scaled, the right indent remains the same.
IX { get; set; }The zero-based index of the element within its parent element.
LocalizeBulletFont { get; set; }Specifies whether the bullet font should be localized (translated into another language).
SpAfter { get; set; }Specifies the amount of space inserted after each paragraph in the shape’s text block.
SpBefore { get; set; }Specifies the amount of space inserted before each paragraph in the shape’s text block.
SpLine { get; set; }Specifies the distance between one line of text and the next, where 100% is the height of a text line.
TextPosAfterBullet { get; set; }Represents the distance between the first line of the paragraph and the bullet.

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also