IChartParagraphFormat

IChartParagraphFormat class

Represents a paragraph formatting properties of a chart.

The IChartParagraphFormat type exposes the following members:

Properties

NameDescription
alignmentReturns or sets the text alignment in a paragraph.
Read/write TextAlignment.
space_withinReturns or sets the amount of space between base lines in a paragraph.
Read/write
space_beforeReturns or sets the amount of space before the first line in a paragraph.
Read/write
space_afterReturns or sets the amount of space after the last line in a paragraph.
Read/write
east_asian_line_breakDetermines whether the East Asian line break is used in a paragraph.
Read/write NullableBool.
right_to_leftDetermines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool.
latin_line_breakDetermines whether the Latin line break is used in a paragraph.
Read/write NullableBool.
hanging_punctuationDetermines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool.
margin_leftReturns or sets the left margin in a paragraph.
Read/write
margin_rightReturns or sets the right margin in a paragraph.
Read/write
indentReturns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values.
Read/write
default_tab_sizeReturns or sets default tabulation size.
Read/write
tabsReturns tabulations of a paragraph.
Read-only ITabCollection.
font_alignmentReturns or sets a font alignment in a paragraph.
Read/write FontAlignment.

See Also