IChartParagraphFormat Interface |
Namespace: Aspose.Slides.Charts
The IChartParagraphFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | Alignment |
Returns or sets the text alignment in a paragraph.
Read/write TextAlignment.
|
![]() | DefaultTabSize |
Returns or sets default tabulation size.
Read/write Single.
|
![]() | EastAsianLineBreak |
Determines whether the East Asian line break is used in a paragraph.
Read/write NullableBool.
|
![]() | FontAlignment |
Returns or sets a font alignment in a paragraph.
Read/write FontAlignment.
|
![]() | HangingPunctuation |
Determines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool.
|
![]() | Indent |
Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values.
Read/write Single.
|
![]() | LatinLineBreak |
Determines whether the Latin line break is used in a paragraph.
Read/write NullableBool.
|
![]() | MarginLeft |
Returns or sets the left margin in a paragraph.
Read/write Single.
|
![]() | MarginRight |
Returns or sets the right margin in a paragraph.
Read/write Single.
|
![]() | RightToLeft |
Determines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool.
|
![]() | SpaceAfter |
Returns or sets the amount of space after the last line in a paragraph.
Read/write Single.
|
![]() | SpaceBefore |
Returns or sets the amount of space before the first line in a paragraph.
Read/write Single.
|
![]() | SpaceWithin |
Returns or sets the amount of space between base lines in a paragraph.
Read/write Single.
|
![]() | Tabs |
Returns tabulations of a paragraph.
Read-only ITabCollection.
|