2.9.104 FtsWWidth_TablePart
The FtsWWidth_TablePart structure specifies the preferred horizontal width of an internal part of a table.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ftsWidth |
wWidth |
ftsWidth (1 byte): A value from the Fts enumeration that specifies the units of measurement for the wWidth value. The ftsWidth value MUST NOT be ftsDxaSys.
wWidth (2 bytes): An integer that specifies the preferred width. The size is evaluated differently depending on the value of ftsWidth.
-
ftsWidth value
wWidth meaning
ftsNil
wWidth is undefined and MUST be ignored.
ftsAuto
wWidth is not used and MUST be zero.
ftsPercent
wWidth MUST be non-negative and MUST be less than or equal to 5000 (100%).
ftsDxa
wWidth MUST be non-negative and MUST be less than or equal to 31,680 (22 inches).