[]
Represents a common text shape embedded in an XLSheet.
public abstract class XLTextShape : XLShape, ICloneable
| Name | Description |
|---|---|
| Bidirectional | Gets or sets a bidirectional count of text shape of this XLTextShape. |
| BottomMargin | Gets or sets the bottom margin of this XLTextShape, in twips. |
| HorizAlign | Gets or sets a horizontal alignment of the text in this XLTextShape. |
| LeftMargin | Gets or sets the left margin area of this XLTextShape, in twips. |
| Locked | Gets or sets a locked of this XLTextShape. |
| Orientation | Gets or sets a orientation of this XLTextShape. |
| RightMargin | Gets or sets the right margin of this XLTextShape, in twips. |
| Text | Gets or sets a reference to the text string contained in this XLTextShape. |
| TextId | Gets or sets a text identifier of this XLTextShape. |
| TextScale | Gets or sets a text scale of this XLTextShape. |
| TextToFit | Gets or sets a fit to shape of the text flag of this XLTextShape. |
| TopMargin | Gets or sets the top margin of this XLTextShape, in twips. |
| VertAlign | Gets or sets a vertical alignment of the text in this XLTextShape. |
| Wrapped | Gets or sets a wrapped text of this XLTextShape. |
| Name | Description |
|---|---|
| CreateProperties(IDictionary) | Populates an IDictionary with the shape properties. |
| ParseProperties(IDictionary) | Parse shape properties. |