IParagraphFormat

IParagraphFormat

Overview

IParagraphFormat is a interface in Aspose.Slides FOSS for .NET.

Contains the paragraph formatting properties.

Properties: Alignment, Bullet, DefaultPortionFormat, DefaultTabSize, Depth, EastAsianLineBreak, and 10 more.

Properties

NameTypeAccessDescription
BulletIBulletFormatReadReturns bullet format of the paragraph.
DepthintRead/WriteReturns or sets depth of the paragraph.
AlignmentTextAlignmentRead/WriteReturns or sets the text alignment in a paragraph with no inheritance.
SpaceWithinfloatRead/WriteReturns or sets the amount of space between base lines in a paragraph.
SpaceBeforefloatRead/WriteReturns or sets the amount of space before the first line in a paragraph with no inheritance.
SpaceAfterfloatRead/WriteReturns or sets the amount of space after the last line in a paragraph with no inheritance.
EastAsianLineBreakNullableBoolRead/WriteDetermines whether the East Asian line break is used in a paragraph.
RightToLeftNullableBoolRead/WriteDetermines whether the Right to Left writing is used in a paragraph.
LatinLineBreakNullableBoolRead/WriteDetermines whether the Latin line break is used in a paragraph.
HangingPunctuationNullableBoolRead/WriteDetermines whether the hanging punctuation is used in a paragraph.
MarginLeftfloatRead/WriteReturns or sets the left margin in a paragraph with no inheritance.
MarginRightfloatRead/WriteReturns or sets the right margin in a paragraph with no inheritance.
IndentfloatRead/WriteReturns or sets paragraph First Line Indent/Hanging Indent with no inheritance.
DefaultTabSizefloatRead/WriteReturns or sets default tabulation size with no inheritance.
FontAlignmentFontAlignmentRead/WriteReturns or sets a font alignment in a paragraph with no inheritance.
DefaultPortionFormatPortionFormatReadReturns default portion format of a paragraph.

See Also