Para Class

Contains the paragraph formatting elements for the shape's text, such as indents, line spacing, bullets, and horizontal alignment of paragraphs.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramPara

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Para : ICloneable

The Para type exposes the following members.

Constructors
  NameDescription
Public methodPara
Constructor.
Properties
  NameDescription
Public propertyBullet
Determines the bullet style.
Public propertyBulletFont
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.
Public propertyBulletFontSize
Specifies the size of a bullet.
Public propertyBulletStr
"Used to create a custom bullet style. Enter the style as a string (within quotation marks). For example, you could enter the string, ""ooo."""
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyFlags
Indicates whether the text direction is left to right or right to left.
Public propertyHorzAlign
Specifies the horizontal alignment of text in the shape's text block.
Public propertyIndFirst
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.
Public propertyIndLeft
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.
Public propertyIndRight
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.
Public propertyIX
The zero-based index of the element within its parent element.
Public propertyLocalizeBulletFont
Specifies whether the bullet font should be localized (translated into another language).
Public propertySpAfter
Specifies the amount of space inserted after each paragraph in the shape's text block.
Public propertySpBefore
Specifies the amount of space inserted before each paragraph in the shape's text block.
Public propertySpLine
Specifies the distance between one line of text and the next, where 100% is the height of a text line.
Public propertyTextPosAfterBullet
Represents the distance between the first line of the paragraph and the bullet.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also