measure
|
|
Access
|
read-write
|
Returns
|
boolean
|
percent
|
|
Access
|
read-write
|
Returns
|
float
|
relative
|
|
Access
|
read-write
|
Returns
|
float
|
ruleWidth
|
|
Access
|
read-write
|
Returns
|
boolean
|
fColumnWidthlength
|
|
Parameters
|
Stringlength
The expression used to create the length.
In addition to the string representations accepted by the superclass, fLength, the string can contain the following:
#
A hash character that isn't followed by a double quote " indicates that the measure property should be true.
|
A vertical bar character | indicates that the ruleWidth property should be true.
[<n>]*
An asterisk * (optionally preceded by a number <n>) adds <n> (or 1 if <n> is missing) to the relative property.
<n>%
The number <n> is added to the percent property.
|
Returns
|
fColumnWidth. The newly created fColumnWidth object.
|
makeAbsolute
|
|
Parameters
|
None
|
Returns
|
fColumnWidth. An fColumnWidth object with an absolute underlying fLength object.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fColumnWidth. The object corresponding to the serialized representation.
|
toString
|
|
Parameters
|
None
|
Returns
|
String. A string representation of this fColumnWidth object.
|