2.5.198.40 PtgAttrSpaceType
The PtgAttrSpaceType structure specifies the number of space or carriage return characters and position of those characters.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type |
cch |
type (1 byte): An unsigned integer that specifies the character and position of the character. MUST be a value from the following table:
-
Value
Meaning
0x00
Specifies space characters before a base-expression.
0x01
Specifies carriage return characters before a base-expression.
0x02
Specifies space characters before the open parenthesis specified by PtgParen in a display-precedence-specifier.
0x03
Specifies carriage return characters before the open parenthesis specified by PtgParen in a display-precedence-specifier.
0x04
Specifies space characters before the close parenthesis specified by PtgParen in a display-precedence-specifier.
0x05
Specifies carriage return characters before the close parenthesis specified by PtgParen in a display-precedence-specifier.
0x06
Specifies space characters before an expression.
cch (1 byte): An unsigned integer that specifies the number of characters.