|
Align
|
Specifies the character alignment of this String Format object in relation to the origin of the layout rectangle. A layout rectangle is used to position the displayed string.
|
|
DigitSubstitutionLanguage
|
Specifies the language that corresponds with the digits that are to be substituted for Western European digits.
|
|
DigitSubstitutionMethod
|
Specifies the digit substitution method that is used by this String Format object.
|
|
FirstTabOffset
|
Specifies the initial tab offset position. This initial offset position is relative to the string's origin and the offset of the first tab stop is relative to the initial offset position..
|
|
Flags
|
Specifies the set of text layout information (such as orientation and clipping) and display manipulations (such as ellipsis insertion, digit substitution, and representation of characters that are not supported by a font).
|
|
HotkeyPrefix
|
Specifies the type of processing that is performed on a string when a hot key prefix, an ampersand (&), is encountered.
|
|
LineAlign
|
Specifies the line alignment of this String Format record in relation to the origin of the layout rectangle. The line alignment setting specifies how to align the string vertically in the layout rectangle. The layout rectangle is used to position the displayed string.
|
|
MeasurableCharacterRangeCount
|
Returns the number of character ranges in the measurable character ranges array.
|
|
MeasurableCharacterRange[Integer]
|
Specifies a series of character ranges for this String Format object that, when in a string, can be measured.
A character range is a range of character positions within a string of text. The area of the display that is occupied by a group of characters that are specified by the character range, is the bounding region. A character range is set by AddMeasurableCharacterRange method. The number of ranges that are currently set can be determined by the MeasurableCharacterRangeCount property. This number is also the number of regions expected to be obtained by the MeasureCharacterRanges method.
|
|
TabStopCount
|
Returns the number of tab stops
|
|
TabStop[Integer]
|
Specifies the offsets of the tab stops. Use the AddTabStop method to add tab stops to the string format.
|
|
Trimming
|
Specifies the trimming style of this String Format object. The trimming style determines how to trim characters from a string that is too large to fit in the layout rectangle.
|