enum RubyAdjust in module com::sun::star::text::

(Global Index)

Syntax

enum RubyAdjust;

Description

These enumeration values describe the adjustment of ruby text.

Values Summary

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

Syntax

LEFT,

Description

adjusted to the left.


CENTER

Syntax

CENTER,

Description

centric adjusted.


RIGHT

Syntax

RIGHT,

Description

adjusted to the right.


BLOCK

Syntax

BLOCK,

Description

adjusted to both borders / stretched


INDENT_BLOCK

Syntax

INDENT_BLOCK,

Description

adjusted to both borders except for a small indent on both sides

Top of Page