Specifies alignment of the array relative to surrounding text Text outside of the array can be aligned with the bottom, top, or center of a array object. Default value: Center
Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).
Returns:
boolean
getObjectDistribution
Name
Description
getObjectDistribution ()
Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.
Returns:
boolean
getRowSpacing
Name
Description
getRowSpacing ()
Spacing between rows of an array It is used only when RowSpacingRule is set to 3 Exactly in which case the unit of measure is points or Multiple in which case the unit of measure is half-lines. Default: 0
Returns:
long
getRowSpacingRule
Name
Description
getRowSpacingRule ()
The type of vertical spacing between array elements Default: SingleLineGap
Returns:
int
setBaseJustification
Name
Description
setBaseJustification (int)
Specifies alignment of the array relative to surrounding text Text outside of the array can be aligned with the bottom, top, or center of a array object. Default value: Center
setMaximumDistribution
Name
Description
setMaximumDistribution (boolean)
Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).
setObjectDistribution
Name
Description
setObjectDistribution (boolean)
Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.
setRowSpacing
Name
Description
setRowSpacing (long)
Spacing between rows of an array It is used only when RowSpacingRule is set to 3 Exactly in which case the unit of measure is points or Multiple in which case the unit of measure is half-lines. Default: 0
setRowSpacingRule
Name
Description
setRowSpacingRule (int)
The type of vertical spacing between array elements Default: SingleLineGap