[]
Classes derived from this abstract base class define objects used to hold string formatting information.
public sealed class StringFormatEx : ICloneable, IEquatable<StringFormatEx>
| Name | Description |
|---|---|
| StringFormatEx() |
| Name | Description |
|---|---|
| Alignment | Get ot sets text alignment in line. |
| CharacterSpacing | Character spacing in twips. |
| GetGenericDefault | |
| GetGenericTypographic | |
| IsRightToLeft |
|
| IsVertical |
|
| LineAlignment | Gets or sets alignment of entire text line. |
| LineLimit | |
| LineSpacing | Line spacing in twips. |
| MeasureTrailingSpaces | |
| NoClip | |
| ShrinkToFit | Gets or sets shrink to fit flag. |
| TabStops | Gets or sets the custom tab stops. |
| TextJustify | Gets or sets the text justify. |
| Trimming | Gets or sets trimming. |
| UprightInVerticalText | Gets or sets upright mode in the vertical text. |
| WrapMode | Gets or sets the wrap mode. |
| Name | Description |
|---|---|
| Clone() | Clones. |
| Equals(StringFormatEx) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |