[]
Represents the text content of a Shape and associates that textual information, referred to as a text frame story, with a story identifier.
public class TextFrame : ContentObject, IBrowsable<TextFrame>
Public Class TextFrame
Inherits ContentObject
Implements IBrowsable(Of TextFrame)
Name | Description |
---|---|
Format | Gets the text frame format properties. |
ID | Gets the identifier of the text frame story. |
LinkedTextFrames | Gets a read-only list of all linked text frames in this text frame story, in correct order. |
Next | Gets the next text frame. |
ParentShape | Gets the parent shape. |
Previous | Gets the previous text frame. |
Name | Description |
---|---|
AddContentControl(ContentControlType, bool) | Adds a ContentControl to the end of the text frame. |
AddParagraph() | Adds a Paragraph to the end of the text frame. |
AddParagraph(Style) | Adds a Paragraph to the end of the text frame. |
AddParagraph(string) | Adds a Paragraph to the end of the text frame. |
AddParagraph(string, Style) | Adds a Paragraph to the end of the text frame. |
AddTable() | Adds a Table to the end of the text frame. |
AddTable(Style) | Adds a Table to the end of the text frame. |
AddTable(int, int) | Adds a Table to the end of the text frame. |
AddTable(int, int, Style) | Adds a Table to the end of the text frame. |
AddTable(string[][]) | Adds a Table to the end of the text frame. |
AddTable(string[][], Style) | Adds a Table to the end of the text frame. |