|
align
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
fitMode
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
gap
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
gapLeft
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
gapRight
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
length
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
maxLength
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
maxRepeats
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
minAfterBreak
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
minBeforeBreak
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
minLength
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
minRepeats
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
repeats
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
text
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
fLeader text align gap gapLeft gapRight
|
|
|
Parameters
|
String text
[optional] The text to use in the leader.
int align
[optional] Specifies the way in which the text leaders assigned to the paragraph are aligned.
fLength gap
[optional] The size of the gap between each leader.
fLength gapLeft
[optional] The size of the gap between the left of the leaders and the paragraph.
fLength gapRight
[optional] The size of the gap between the right of the leaders and the paragraph.
|
|
Returns
|
fLeader. A new object of class fLeader
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fLeader. The object corresponding to the serialized representation.
|
|
toString
|
|
|
Parameters
|
None
|
|
Returns
|
String. A PI compatible representation of this leader as a string.
|