OdTextAlignModeFlags

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class OdTextAlignModeFlags extends System.Enum

The open document text align mode flags

Fields

FieldDescription
NoupdatecpThe drawing position in the playback device context MUST NOT be updated after each text output call.
LeftThe reference point MUST be on the left edge of the bounding rectangle.
TopThe reference point MUST be on the top edge of the bounding rectangle.
UpdatecpThe drawing position in the playback device context MUST be updated after each text output call.
RightThe reference point MUST be on the right edge of the bounding rectangle.
CenterThe reference point MUST be aligned horizontally with the center of the bounding rectangle.
JustifyThe text must be aligned in a way each text line of a paragraph has the same length.
BottomThe reference point MUST be on the bottom edge of the bounding rectangle.
BaselineThe reference point MUST be on the baseline of the text.
RtlreadingThe text MUST be laid out in right-to-left reading order, instead of the default left-to right order.
HorizontalRepresents Horizontal text align sets (Left
VerticalRepresents Vertical text align sets (Top

Noupdatecp

public static final int Noupdatecp

The drawing position in the playback device context MUST NOT be updated after each text output call. The reference point MUST be passed to the text output function.

Left

public static final int Left

The reference point MUST be on the left edge of the bounding rectangle.

Top

public static final int Top

The reference point MUST be on the top edge of the bounding rectangle.

Updatecp

public static final int Updatecp

The drawing position in the playback device context MUST be updated after each text output call. It MUST be used as the reference point.

public static final int Right

The reference point MUST be on the right edge of the bounding rectangle.

Center

public static final int Center

The reference point MUST be aligned horizontally with the center of the bounding rectangle.

Justify

public static final int Justify

The text must be aligned in a way each text line of a paragraph has the same length.

Bottom

public static final int Bottom

The reference point MUST be on the bottom edge of the bounding rectangle.

Baseline

public static final int Baseline

The reference point MUST be on the baseline of the text.

Rtlreading

public static final int Rtlreading

The text MUST be laid out in right-to-left reading order, instead of the default left-to right order. This SHOULD be applied only when the font that is defined in the playback device context is either Hebrew or Arabic.

Horizontal

public static final int Horizontal

Represents Horizontal text align sets (Left | Right | Center)

Vertical

public static final int Vertical

Represents Vertical text align sets (Top | Bottom | Baseline)