ITextFrameProperties Interface |
Namespace: Spire.Presentation
The ITextFrameProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AnchoringType |
Gets or sets vertical anchor text in a TextFrame.
Read/write
TextAnchorType
.
|
|
|
AutofitType |
Gets or sets text's autofit mode.
Read/write
TextAutofitType
.
|
|
|
ColumnCount |
Sets TextFrame to multiple columns
Get the number of columns in the TextFrame
|
|
|
ColumnSpacing |
Gets or sets space between text columns in points.
|
|
|
IsCentered |
Indicates, whether text should be centered in box horizontally.
Read/write
Boolean
.
|
|
|
MarginBottom |
Gets or sets the bottom margin (points) in a TextFrame.
Read/write
Double
.
|
|
|
MarginLeft |
Gets or sets the left margin (points) in a TextFrame.
Read/write
Double
.
|
|
|
MarginRight |
Gets or sets the right margin (points) in a TextFrame.
Read/write
Double
.
|
|
|
MarginTop |
Gets or sets the top margin (points) in a TextFrame.
Read/write
Double
.
|
|
|
Paragraphs |
Gets the list of all paragraphs in a frame.
Read-only
ParagraphCollection
.
|
|
|
Parent |
Reference to Parent object. Read-only.
|
|
|
Presentation | |
|
|
RightToLeftColumns |
columns style right to left.
|
|
|
RotationAngle |
Gets or sets the rotation angle of text frame .
|
|
|
Slide |
Gets the parent slide of a TextFrame.
Read-only
ActiveSlide
.
|
|
|
Text |
Gets or sets the plain text for a TextFrame.
|
|
|
TextRange |
Text range of text frame.
|
|
|
TextShapeType |
Gets or sets shape type of text.
Read/write
TextShapeType
.
|
|
|
TextStyle |
Gets text's style.
Readonly
TextStyle
.
|
|
|
TextThreeD |
Gets the FormatThreeD object that 3d effect properties for text.
Read-only
FormatThreeD
.
|
|
|
VerticalTextType |
Indicates text orientation.
Read/write
VerticalTextType
.
|
|
|
WordWrap |
True
if text is wrapped at TextFrame's margins.
Read/write
Boolean
.
|
| Name | Description | |
|---|---|---|
|
|
Dispose |
Dispose object and free resources.
|
|
|
GetLayoutLines |
Get the Layout Lines.
|
|
|
GetTextLocation |
get the location of text in slide.
|
|
|
GetTextSize |
get the text size.
|
|
|
HighLightText |
Highlight all matches of sample in text frame text using specified color.
|