Click or drag to resize

ITextFrameProperties Properties

The ITextFrameProperties type exposes the following members.

Properties
Name Description
Public property AnchoringType
Gets or sets vertical anchor text in a TextFrame. Read/write TextAnchorType .
Public property AutofitType
Gets or sets text's autofit mode. Read/write TextAutofitType .
Public property ColumnCount
Sets TextFrame to multiple columns Get the number of columns in the TextFrame
Public property ColumnSpacing
Gets or sets space between text columns in points.
Public property IsCentered
Indicates, whether text should be centered in box horizontally. Read/write Boolean .
Public property MarginBottom
Gets or sets the bottom margin (points) in a TextFrame. Read/write Double .
Public property MarginLeft
Gets or sets the left margin (points) in a TextFrame. Read/write Double .
Public property MarginRight
Gets or sets the right margin (points) in a TextFrame. Read/write Double .
Public property MarginTop
Gets or sets the top margin (points) in a TextFrame. Read/write Double .
Public property Paragraphs
Gets the list of all paragraphs in a frame. Read-only ParagraphCollection .
Public property Parent
Reference to Parent object. Read-only.
Public property Presentation
Public property RightToLeftColumns
columns style right to left.
Public property RotationAngle
Gets or sets the rotation angle of text frame .
Public property Slide
Gets the parent slide of a TextFrame. Read-only ActiveSlide .
Public property Text
Gets or sets the plain text for a TextFrame.
Public property TextRange
Text range of text frame.
Public property TextShapeType
Gets or sets shape type of text. Read/write TextShapeType .
Public property TextStyle
Gets text's style. Readonly TextStyle .
Public property TextThreeD
Gets the FormatThreeD object that 3d effect properties for text. Read-only FormatThreeD .
Public property VerticalTextType
Indicates text orientation. Read/write VerticalTextType .
Public property WordWrap
True if text is wrapped at TextFrame's margins. Read/write Boolean .
Top
See Also