2.9.103 FtsWWidth_Table
The FtsWWidth_Table structure specifies the preferred horizontal width 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 not used and MUST be zero.
ftsAuto
wWidth is not used and MUST be zero.
ftsPercent
wWidth MUST be non-negative and MUST be less than or equal to 30,000 (600%).
ftsDxa
wWidth MUST be non-negative and MUST be less than or equal to 31,680 (22 inches).