TextFrameFormat

TextFrameFormat

Overview

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

Contains the TextFrame’s formatting properties.

Properties

NameTypeAccessDescription
SlideIBaseSlide?ReadGets or sets the slide that owns this text frame format
PresentationIPresentation?ReadGets or sets the presentation containing this text frame format
AsIPresentationComponentIPresentationComponentReadReturns this format as an IPresentationComponent
MarginLeftfloatRead/WriteGets or sets the left margin distance inside the text frame
MarginRightfloatRead/Write
MarginTopfloatRead/Write
MarginBottomfloatRead/Write
WrapTextNullableBoolRead/WriteGets or sets whether text wraps within the frame (NullableBool)
AnchoringTypeTextAnchorTypeRead/WriteGets or sets the anchoring behavior of the text (TextAnchorType)
CenterTextNullableBoolRead/WriteGets or sets whether text is centered vertically/horizontally (NullableBool)
TextVerticalTypeTextVerticalTypeRead/WriteGets or sets the vertical orientation of the text (TextVerticalType)
AutofitTypeTextAutofitTypeRead/WriteGets or sets how text auto-fits the frame (TextAutofitType)
ColumnCountintRead/WriteGets or sets the number of text columns in the frame
ColumnSpacingfloatRead/WriteGets or sets the spacing between text columns
RotationAnglefloatRead/WriteGets or sets the rotation angle of the text frame in degrees
TransformTextShapeTypeRead/WriteGets or sets the shape type transformation applied to the text (TextShapeType)
KeepTextFlatboolRead/WriteGets or sets whether 3D effects keep text flat
ThreeDFormatIThreeDFormatReadGets or sets the 3D formatting applied to the text frame

Methods

SignatureDescription
TextFrameFormat()

See Also