TextParagraph Class |
Namespace: Spire.Presentation
The TextParagraph type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
TextParagraph |
Initializes a new instance of the Paragraph class with default properties.
|
|
|
TextParagraph(TextParagraph) |
Copy constructor that initializes a new instance of a Paragraph class.
|
| Name | Description | |
|---|---|---|
|
|
Alignment |
Gets or sets the text alignment in a paragraph.
Read/write
TextAlignmentType
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletChar |
Gets or sets the bullet char of a paragraph.
Read/write
Char
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletColor |
Gets or sets the color of a bullet.
Read-only
ColorFormat
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletFont |
Gets or sets the bullet font of a paragraph.
Read/write
TextFont
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletNumber |
Gets or sets the first number which is used for group of numbered bullets.
Read/write
Int16
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletPicture |
Gets a Picture used as a bullet in a paragraph.
Read-only
PictureShape
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletSize |
Gets or sets the bullet size of a paragraph.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletStyle |
Gets or sets the style of a numbered bullet.
Read/write
NumberedBulletStyle
.
(Inherited from
ParagraphProperties
.)
|
|
|
BulletType |
Gets or sets the bullet type of a paragraph.
Read/write
TextBulletType
.
(Inherited from
ParagraphProperties
.)
|
|
|
CustomBulletColor | (Inherited from ParagraphProperties .) |
|
|
CustomBulletFont | (Inherited from ParagraphProperties .) |
|
|
DefaultCharacterProperties |
Gets default character properties of a paragraph.
Read-only
TextCharacterProperties
.
(Inherited from
ParagraphProperties
.)
|
|
|
DefaultTabSize |
Gets or sets default tabulation size.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
Depth |
Gets or sets a depth of a paragraph.
Read/write
Int16
.
(Inherited from
ParagraphProperties
.)
|
|
|
EastAsianLineBreak |
Indicates whether the East Asian line break is used in a paragraph.
Read/write
TriState
.
(Inherited from
ParagraphProperties
.)
|
|
|
FirstTextRange |
First text range of text paragraph.
|
|
|
FontAlignment |
Gets or sets a font alignment in a paragraph.
Read/write
FontAlignmentType
.
(Inherited from
ParagraphProperties
.)
|
|
|
HangingPunctuation |
Indicates whether the hanging punctuation is used in a paragraph.
Read/write
TriState
.
(Inherited from
ParagraphProperties
.)
|
|
|
HasBullet |
Indicates whether a paragraph has a bullet.
Read-only
Boolean
.
(Inherited from
ParagraphProperties
.)
|
|
|
Indent |
Gets or sets text indentation in a paragraph.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
LatinLineBreak |
Indicates whether the Latin line break is used in a paragraph.
Read/write
TriState
.
(Inherited from
ParagraphProperties
.)
|
|
|
LeftMargin |
Gets or sets the left margin in a paragraph.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
LineSpacing |
Gets or sets the amount of space between base lines in a paragraph.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
ParagraphBulletColor |
Gets the color format of a bullet of a paragraph.
Read-only
ColorFormat
.
(Inherited from
ParagraphProperties
.)
|
|
|
ParagraphProperties |
Gets the formatting of paragraph.
Readonly
TextParagraphProperties
.
|
|
|
Parent |
Reference to Parent object. Read-only.
(Inherited from
PptObject
.)
|
|
|
RightMargin |
Gets or sets the right margin in a paragraph.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
RightToLeft |
Indicates whether the Right to Left writing is used in a paragraph.
Read/write
TriState
.
(Inherited from
ParagraphProperties
.)
|
|
|
SpaceAfter |
Returns or sets the amount of space after the last line in each paragraph of the specified text, in points or lines.
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
SpaceBefore |
Returns or sets the amount of space before the first line in each paragraph of the specified text, in points or lines
Read/write
Single
.
(Inherited from
ParagraphProperties
.)
|
|
|
Tabs |
Gets tabulations of a paragraph.
Read-only
TabStopCollection
.
(Inherited from
ParagraphProperties
.)
|
|
|
Text |
Gets or sets the the plain text of a paragraph.
|
|
|
TextRanges |
Gets the collection of a text range.
Readonly
TextRangeCollection
.
|
| Name | Description | |
|---|---|---|
|
|
AppendFromLatexMathCode |
Add TextRnage From LatexMathCode.
|
|
|
Dispose |
Dispose object and free resources.
(Inherited from
PptObject
.)
|
|
|
Equals | (Overrides ParagraphProperties Equals(Object) .) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|