IParagraphFormat

IParagraphFormat

Overview

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

Contains the paragraph formatting properties. Unlike , all properties of this class are writeable.

Properties

NameTypeAccessDescription
BulletIBulletFormatReadProvides access to bullet formatting for the paragraph
DepthintRead/WriteGets or sets the outline level of the paragraph
AlignmentTextAlignmentRead/WriteGets or sets the horizontal alignment of paragraph text
SpaceWithinfloatRead/WriteGets or sets the line spacing within the paragraph
SpaceBeforefloatRead/WriteGets or sets the spacing before the paragraph
SpaceAfterfloatRead/WriteGets or sets the spacing after the paragraph
EastAsianLineBreakNullableBoolRead/WriteGets or sets whether East Asian line breaking is enabled
RightToLeftNullableBoolRead/WriteGets or sets right‑to‑left reading order for the paragraph
LatinLineBreakNullableBoolRead/WriteGets or sets whether Latin line breaking is applied
HangingPunctuationNullableBoolRead/WriteGets or sets whether punctuation hangs outside the margin
MarginLeftfloatRead/WriteGets or sets the left margin of the paragraph
MarginRightfloatRead/WriteGets or sets the right margin of the paragraph
IndentfloatRead/WriteGets or sets the first‑line indent of the paragraph
DefaultTabSizefloatRead/WriteGets or sets the default tab stop size for the paragraph
FontAlignmentFontAlignmentRead/WriteGets or sets vertical alignment of text within the line
DefaultPortionFormatPortionFormatReadGets or sets the default formatting for new portions in the paragraph

See Also