StringFormat Class
Namespace: Stimulsoft.Drawing
Inheritance
Implements: IDisposable, ICloneable
Constructors
| Constructor | Description |
|---|---|
| StringFormat() | |
| StringFormat(StringFormat format) |
StringFormat()
StringFormat(format: StringFormat)
Parameters
- format (StringFormat)
Properties
| Property | Type | Description |
|---|---|---|
GenericDefault static |
StringFormat | |
GenericTypographic static |
StringFormat |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| Dispose | void | |
| GetTabStops | float[] | |
| SetMeasurableCharacterRanges | void | |
| SetTabStops | void | |
| ToString | string |
Method Details
Clone
Clone(): object
Returns object
Dispose
Dispose(): void
GetTabStops
GetTabStops(firstTabOffset: float): float[]
Parameters
- firstTabOffset (float)
Returns float[]
SetMeasurableCharacterRanges
SetMeasurableCharacterRanges(**: CharacterRangeranges): void
Parameters
- ** (CharacterRangeranges)
SetTabStops
SetTabStops(firstTabOffset: float, **: floattabStops): void
Parameters
- firstTabOffset (float)
- ** (floattabStops)
ToString
ToString(): string
Returns string