ParagraphFormat

ParagraphFormat

Overview

ParagraphFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: PVIObject, IParagraphFormat.

Represents the formatting properties for a paragraph. Unlike , all properties of this class are writeable.

Properties

NameTypeAccessDescription
BulletIBulletFormatReadGets or sets the bullet formatting applied to the paragraph
DepthintRead/Write
AlignmentTextAlignmentRead/Write
SpaceWithinfloatRead/Write
SpaceBeforefloatRead/Write
SpaceAfterfloatRead/Write
EastAsianLineBreakNullableBoolRead/Write
RightToLeftNullableBoolRead/Write
LatinLineBreakNullableBoolRead/WriteGets or sets whether Latin line breaking rules are applied
HangingPunctuationNullableBoolRead/WriteGets or sets if punctuation hangs outside the text margin
MarginLeftfloatRead/Write
MarginRightfloatRead/Write
IndentfloatRead/Write
DefaultTabSizefloatRead/Write
FontAlignmentFontAlignmentRead/Write
DefaultPortionFormatPortionFormatReadGets or sets the default character formatting for new portions

Methods

SignatureDescription
ParagraphFormat()Creates a new ParagraphFormat with default settings

See Also