ITextFrameFormat

ITextFrameFormat

Overview

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

Contains the TextFrame’s formatting properties.

Properties

NameTypeAccessDescription
MarginLeftfloatRead/WriteSpecifies the left margin of the text frame in points
MarginRightfloatRead/WriteSpecifies the right margin of the text frame in points
MarginTopfloatRead/WriteSpecifies the top margin of the text frame in points
MarginBottomfloatRead/WriteSpecifies the bottom margin of the text frame in points
WrapTextNullableBoolRead/WriteIndicates whether text automatically wraps to the next line
AnchoringTypeTextAnchorTypeRead/WriteDefines how text is anchored within the frame
CenterTextNullableBoolRead/WriteIndicates whether the text is centered inside the frame
TextVerticalTypeTextVerticalTypeRead/WriteSpecifies the vertical orientation of the text
AutofitTypeTextAutofitTypeRead/WriteDetermines the automatic fitting behavior of the text
ColumnCountintRead/WriteSets the number of columns in the text frame
ColumnSpacingfloatRead/WriteDefines the spacing between columns in points
RotationAnglefloatRead/WriteSpecifies the rotation angle of the text frame in degrees
TransformTextShapeTypeRead/WriteIndicates the shape type transformation applied to the text
KeepTextFlatboolRead/WriteDetermines whether text is rendered without 3D effects
ThreeDFormatIThreeDFormatReadProvides access to 3D formatting applied to the text frame
SlideIBaseSlide?ReadReferences the slide that contains this text frame, or null
PresentationIPresentation?ReadReferences the owning presentation, or null if unattached
AsIPresentationComponentIPresentationComponentReadReturns the underlying presentation component interface

See Also