TextParagraphProperties Class |
Namespace: Spire.Presentation
The TextParagraphProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Alignment |
Gets or sets the text alignment in a paragraph.
Read/write
TextAlignmentType
.
|
|
|
BulletChar |
Gets or sets the bullet char of a paragraph.
Read/write
Char
.
|
|
|
BulletColor |
Gets the color format of a bullet of a paragraph.
Read-only
ColorFormat
.
|
|
|
BulletFont |
Gets or sets the bullet font of a paragraph.
Read/write
TextFont
.
|
|
|
BulletSize |
Gets or sets the bullet height of a paragraph.
Read/write
Single
.
|
|
|
CustomBulletColor | |
|
|
DefaultTabSize |
Gets or sets default tabulation size.
Read/write
Single
.
|
|
|
DefaultTextRangeProperties |
Gets default portion format of a paragraph.
Read-only
DefaultTextRangeProperties
.
|
|
|
EastAsianLineBreak |
Indicates whether the East Asian line break is used in a paragraph.
Read/write
TriState
.
|
|
|
FontAlignment |
Gets or sets a font alignment in a paragraph.
Read/write
FontAlignmentType
.
|
|
|
HangingPunctuation |
Indicates whether the hanging punctuation is used in a paragraph.
Read/write
TriState
.
|
|
|
Indent |
Gets or sets text indentation in a paragraph.
Read/write
Single
.
|
|
|
IsBulletInheritFont |
Indicates whether the bullet has own font or inherits it from the first portion in the paragraph.
NullableBool.True
if bullet has own font and
NullableBool.False
if bullet
inherits font from the first portion in the paragraph.
Read/write
TriState
.
|
|
|
LatinLineBreak |
Indicates whether the Latin line break is used in a paragraph.
Read/write
TriState
.
|
|
|
LeftMargin |
Gets or sets the left margin in a paragraph.
Read/write
Single
.
|
|
|
Level |
Gets or sets a level of a paragraph.
Read/write
Int16
.
|
|
|
LineSpacing |
Gets or sets the amount of space between base lines in a paragraph. Positive value means percentage, negative - size in points.
Read/write
Single
.
|
|
|
NumberedBulletStartWith |
Gets or sets the first number which is used for group of numbered bullets.
Read/write
Int16
.
|
|
|
NumberedBulletStyle |
Gets or sets the style of a numbered bullet.
Read/write
NumberedBulletStyle
.
|
|
|
RightMargin |
Gets or sets the right margin in a paragraph.
Read/write
Single
.
|
|
|
RightToLeft |
Indicates whether the Right to Left writing is used in a paragraph.
Read/write
TriState
.
|
|
|
SpaceAfter |
Gets or sets the amount of space after the last line in a paragraph.
Read/write
Single
.
|
|
|
SpaceBefore |
Gets or sets the amount of space before the first line in a paragraph.
Read/write
Single
.
|
|
|
TabStopsList |
Gets tabulations of a paragraph.
Read-only
TabStopCollection
.
|
|
|
TextTextBulletType |
Gets or sets the bullet type of a paragraph.
Read/write
TextBulletType
.
|
| Name | Description | |
|---|---|---|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|