2.5.98.32 PtgAttrSpaceType
The PtgAttrSpaceType structure specifies the number of space or carriage return characters and the position of those characters.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type |
cch |
type (1 byte): An unsigned integer that specifies the character and the position of the character. This value MUST correspond to the following table.
-
Value
Meaning
0x00
Specifies space characters before a base-expression (section 2.5.98.88).
0x01
Specifies carriage return characters before a base-expression.
0x02
Specifies space characters before the open parenthesis specified by PtgParen (section 2.5.98.64) in a display-precedence-specifier (section 2.5.98.88).
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.