:: com :: sun :: star :: text ::

enum RubyAdjust
Description
These enumeration values describe the adjustment of ruby text.

Values
LEFT adjusted to the left.  
CENTER centric adjusted.  
RIGHT adjusted to the right.  
BLOCK adjusted to both borders / stretched  
INDENT_BLOCK adjusted to both borders except for a small indent on both sides  
Values' Details
LEFT
LEFT,
Description
adjusted to the left.
CENTER
CENTER,
Description
centric adjusted.
RIGHT
RIGHT,
Description
adjusted to the right.
BLOCK
BLOCK,
Description
adjusted to both borders / stretched
INDENT_BLOCK
INDENT_BLOCK,
Description
adjusted to both borders except for a small indent on both sides
Top of Page