ITextFrameFormat

ITextFrameFormat

Overview

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

Contains the TextFrame’s formatting properties.

Properties: AnchoringType, AsIPresentationComponent, AutofitType, CenterText, ColumnCount, ColumnSpacing, and 12 more.

Properties

NameTypeAccessDescription
MarginLeftfloatRead/WriteReturns or sets the left margin (points) in a TextFrame.
MarginRightfloatRead/WriteReturns or sets the right margin (points) in a TextFrame.
MarginTopfloatRead/WriteReturns or sets the top margin (points) in a TextFrame.
MarginBottomfloatRead/WriteReturns or sets the bottom margin (points) in a TextFrame.
WrapTextNullableBoolRead/WriteTrue if text is wrapped at TextFrame’s margins.
AnchoringTypeTextAnchorTypeRead/WriteReturns or sets the text anchoring type.
CenterTextNullableBoolRead/WriteReturns or sets whether text should be centered in the box horizontally.
TextVerticalTypeTextVerticalTypeRead/WriteReturns or sets the text vertical orientation type.
AutofitTypeTextAutofitTypeRead/WriteReturns or sets the text autofit type.
ColumnCountintRead/WriteReturns or sets the number of columns in the text area.
ColumnSpacingfloatRead/WriteReturns or sets the spacing between text columns in the text area (in points).
RotationAnglefloatRead/WriteReturns or sets the rotation angle applied to text within the bounding box.
TransformTextShapeTypeRead/WriteReturns or sets the text wrapping shape (preset text warp).
KeepTextFlatboolRead/WriteReturns or sets keeping text out of 3D scene entirely.
ThreeDFormatIThreeDFormatReadReturns the IThreeDFormat for the text body.
SlideIBaseSlide?ReadReturns the parent slide that owns this text frame format.
PresentationIPresentation?ReadReturns the presentation that contains the text frame.
AsIPresentationComponentIPresentationComponentReadReturns this instance as an IPresentationComponent.

See Also