| TextFrame Class |
The TextFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Chart) |
Adds a new chart to the text frame.
|
|
| Add(Image) |
Adds a new image to the text frame.
|
|
| Add(Paragraph) |
Adds a new paragraph to the text frame.
|
|
| Add(Table) |
Adds a new table to the text frame.
|
|
| AddChart |
Adds a new chart to the text frame.
|
|
| AddChart(ChartType) |
Adds a new chart with the specified type to the text frame.
|
|
| AddImage |
Adds a new Image to the text frame.
|
|
| AddParagraph |
Adds a new paragraph to the text frame.
|
|
| AddParagraph(String) |
Adds a new paragraph with the specified text to the text frame.
|
|
| AddTable |
Adds a new table to the text frame.
|
|
| Clone |
Creates a deep copy of this object.
|
|
| CreateValue |
Creates an object using the default constructor.
(Inherited from DocumentObject.)
|
|
| DeepCopy |
Implements the deep copy of the object.
(Overrides Shape
DeepCopy
.)
|
|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetValue(String) |
Returns the value with the specified name.
(Inherited from DocumentObject.)
|
|
| GetValue(String, GV) |
Returns the value with the specified name and value flags.
(Inherited from DocumentObject.)
|
|
| HasValue |
Determines whether this instance has a value of the given name.
(Inherited from DocumentObject.)
|
|
| IsNull |
Determines whether this instance is null (not set).
(Inherited from DocumentObject.)
|
|
| IsNull(String) |
Determines whether the value of the given name is null.
(Inherited from DocumentObject.)
|
|
| MemberwiseClone | (Inherited from Object.) | |
| SetNull |
Resets this instance, i.e. IsNull() will return true afterwards.
(Inherited from DocumentObject.)
|
|
| SetNull(String) |
Resets the value of the given name, i.e. IsNull(name) will return true afterwards.
(Inherited from DocumentObject.)
|
|
| SetParent |
Sets the parent of the specified value. If a parent is already set, an ArgumentException will be thrown.
(Inherited from DocumentObject.)
|
|
| SetValue |
Sets the given value and sets its parent afterwards.
(Inherited from DocumentObject.)
|
|
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Document |
Gets the document of the object, or null, if the object is not associated with a document.
(Inherited from DocumentObject.)
|
|
| Elements |
The document elements that build the textframe's content.
|
|
| FillFormat |
Gets the background filling format of the shape.
(Inherited from Shape.)
|
|
| Height |
Gets or sets the height of the shape.
(Inherited from Shape.)
|
|
| Left |
Gets or sets the position of the left side of the shape.
(Inherited from Shape.)
|
|
| LineFormat |
Gets the line format of the shape's border.
(Inherited from Shape.)
|
|
| Margin |
Sets all margins in one step with the same value.
|
|
| MarginBottom |
Gets or sets the Margin between the textframes content and its bottom edge.
|
|
| MarginLeft |
Gets or sets the Margin between the textframes content and its left edge.
|
|
| MarginRight |
Gets or sets the Margin between the textframes content and its right edge.
|
|
| MarginTop |
Gets or sets the Margin between the textframes content and its top edge.
|
|
| Orientation |
Gets or sets the text orientation for the texframe content.
|
|
| RelativeHorizontal |
Gets or sets the reference point of the Left property.
(Inherited from Shape.)
|
|
| RelativeVertical |
Gets or sets the reference point of the Top property.
(Inherited from Shape.)
|
|
| Section |
Gets the section of the object, or null, if the object is not associated with a section.
(Inherited from DocumentObject.)
|
|
| Tag |
Gets or sets a value that contains arbitrary information about this object.
(Inherited from DocumentObject.)
|
|
| Top |
Gets or sets the position of the top side of the shape.
(Inherited from Shape.)
|
|
| Width |
Gets or sets the width of the shape.
(Inherited from Shape.)
|
|
| WrapFormat |
Gets or sets the wrapping format of the shape.
(Inherited from Shape.)
|