ParagraphFormat

ParagraphFormat

Overview

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

Represents the formatting properties for a paragraph.

This class provides 1 method for working with ParagraphFormat objects in .NET programs. Available methods include: ParagraphFormat. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: Alignment, AsIPresentationComponent, Bullet, DefaultPortionFormat, DefaultTabSize, Depth, and 13 more.

Properties

NameTypeAccessDescription
BulletIBulletFormatReadGets the bullet.
DepthintRead/WriteGets or sets the depth.
AlignmentTextAlignmentRead/WriteGets or sets the alignment.
SpaceWithinfloatRead/WriteGets or sets the space within.
SpaceBeforefloatRead/WriteGets or sets the space before.
SpaceAfterfloatRead/WriteGets or sets the space after.
EastAsianLineBreakNullableBoolRead/WriteGets or sets the east asian line break.
RightToLeftNullableBoolRead/WriteGets or sets the right to left.
LatinLineBreakNullableBoolRead/WriteGets or sets the latin line break.
HangingPunctuationNullableBoolRead/WriteGets or sets the hanging punctuation.
MarginLeftfloatRead/WriteGets or sets the margin left.
MarginRightfloatRead/WriteGets or sets the margin right.
IndentfloatRead/WriteGets or sets the indent.
DefaultTabSizefloatRead/WriteGets or sets the default tab size.
FontAlignmentFontAlignmentRead/WriteGets or sets the font alignment.
DefaultPortionFormatPortionFormatReadGets the default portion format.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
ParagraphFormat()Initializes a new instance of the ParagraphFormat class with a detached <a:pPr> element.

See Also