IChartParagraphFormat Interface

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IChartParagraphFormat

The IChartParagraphFormat type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Returns or sets the text alignment in a paragraph. Read/write TextAlignment.
Public propertyDefaultTabSize
Returns or sets default tabulation size. Read/write Single.
Public propertyEastAsianLineBreak
Determines whether the East Asian line break is used in a paragraph. Read/write NullableBool.
Public propertyFontAlignment
Returns or sets a font alignment in a paragraph. Read/write FontAlignment.
Public propertyHangingPunctuation
Determines whether the hanging punctuation is used in a paragraph. Read/write NullableBool.
Public propertyIndent
Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read/write Single.
Public propertyLatinLineBreak
Determines whether the Latin line break is used in a paragraph. Read/write NullableBool.
Public propertyMarginLeft
Returns or sets the left margin in a paragraph. Read/write Single.
Public propertyMarginRight
Returns or sets the right margin in a paragraph. Read/write Single.
Public propertyRightToLeft
Determines whether the Right to Left writing is used in a paragraph. Read/write NullableBool.
Public propertySpaceAfter
Returns or sets the amount of space after the last line in a paragraph. Read/write Single.
Public propertySpaceBefore
Returns or sets the amount of space before the first line in a paragraph. Read/write Single.
Public propertySpaceWithin
Returns or sets the amount of space between base lines in a paragraph. Read/write Single.
Public propertyTabs
Returns tabulations of a paragraph. Read-only ITabCollection.
See Also