TextFrameFormat

TextFrameFormat

Overview

TextFrameFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: ITextFrameFormat.

Contains the TextFrame’s formatting properties.

This class provides 1 method for working with TextFrameFormat objects in .NET programs. Available methods include: TextFrameFormat. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AnchoringType, AsIPresentationComponent, AutofitType, CenterText, ColumnCount, ColumnSpacing, and 12 more.

Properties

NameTypeAccessDescription
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
MarginLeftfloatRead/WriteGets or sets the margin left.
MarginRightfloatRead/WriteGets or sets the margin right.
MarginTopfloatRead/WriteGets or sets the margin top.
MarginBottomfloatRead/WriteGets or sets the margin bottom.
WrapTextNullableBoolRead/WriteGets or sets the wrap text.
AnchoringTypeTextAnchorTypeRead/WriteGets or sets the anchoring type.
CenterTextNullableBoolRead/WriteGets or sets the center text.
TextVerticalTypeTextVerticalTypeRead/WriteGets or sets the text vertical type.
AutofitTypeTextAutofitTypeRead/WriteGets or sets the autofit type.
ColumnCountintRead/WriteGets or sets the column count.
ColumnSpacingfloatRead/WriteGets or sets the column spacing.
RotationAnglefloatRead/WriteGets or sets the rotation angle.
TransformTextShapeTypeRead/WriteGets or sets the transform.
KeepTextFlatboolRead/WriteGets or sets the keep text flat.
ThreeDFormatIThreeDFormatReadGets the three d format.

Methods

SignatureDescription
TextFrameFormat()Initializes a new instance of TextFrameFormat with a detached body.

See Also