[]
Represents an text embedded in a shape container.
public class TextBoxShape : FilledShape, IRtfContent, IEnumerable
| Name | Description |
|---|---|
| TextBoxShape() | Initializes a new instance of an TextBoxShape. |
| TextBoxShape(IShapeContainer, string, int, int, int, int) | Initializes a new instance of an TextBoxShape. |
| TextBoxShape(string) | Initializes a new instance of an TextBoxShape. |
| TextBoxShape(string, int, int) | Initializes a new instance of an TextBoxShape. |
| TextBoxShape(string, int, int, int, int) | Initializes a new instance of an TextBoxShape. |
| Name | Description |
|---|---|
| NextTextBox | Gets or sets next linked TextBoxShape. |
| TextFlow | Gets or sets text flow parameter. |
| TextMarginBottom | Gets or sets bottom internal margin (in twips * 32.5 / RTF dyTextBottom). |
| TextMarginLeft | Gets or sets left internal margin (in twips * 32.5 / RTF dxTextLeft). |
| TextMarginRight | Gets or sets right internal margin (in twips * 32.5 / RTF dxTextRight). |
| TextMarginTop | Gets or sets top internal margin (in twips * 32.5 / RTF dyTextTop). |