IChartParagraphFormat
Contents
[
Hide
]IChartParagraphFormat interface
Represents a paragraph formatting properties of a chart.
public interface IChartParagraphFormat
Properties
| Name | Description |
|---|---|
| Alignment { get; set; } | Returns or sets the text alignment in a paragraph. Read/write TextAlignment. |
| DefaultTabSize { get; set; } | Returns or sets default tabulation size. Read/write Single. |
| EastAsianLineBreak { get; set; } | Determines whether the East Asian line break is used in a paragraph. Read/write NullableBool. |
| FontAlignment { get; set; } | Returns or sets a font alignment in a paragraph. Read/write FontAlignment. |
| HangingPunctuation { get; set; } | Determines whether the hanging punctuation is used in a paragraph. Read/write NullableBool. |
| Indent { get; set; } | Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read/write Single. |
| LatinLineBreak { get; set; } | Determines whether the Latin line break is used in a paragraph. Read/write NullableBool. |
| MarginLeft { get; set; } | Returns or sets the left margin in a paragraph. Read/write Single. |
| MarginRight { get; set; } | Returns or sets the right margin in a paragraph. Read/write Single. |
| RightToLeft { get; set; } | Determines whether the Right to Left writing is used in a paragraph. Read/write NullableBool. |
| SpaceAfter { get; set; } | Returns or sets the amount of space after the last line in a paragraph. Read/write Single. |
| SpaceBefore { get; set; } | Returns or sets the amount of space before the first line in a paragraph. Read/write Single. |
| SpaceWithin { get; set; } | Returns or sets the amount of space between base lines in a paragraph. Read/write Single. |
| Tabs { get; } | Returns tabulations of a paragraph. Read-only ITabCollection. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides