com.aspose.slides
Interface TextDirection


public interface TextDirection

Represents the text direction in a paragraph.


Field Summary
static int DEFAULT
          Default text direction.
static int LEFT_TO_RIGHT
          Left to Right text direction.
static int RIGHT_TO_LEFT
          Right to Left text direction.
 

Field Detail

DEFAULT

static final int DEFAULT
Default text direction.

See Also:
Constant Field Values

LEFT_TO_RIGHT

static final int LEFT_TO_RIGHT
Left to Right text direction.

See Also:
Constant Field Values

RIGHT_TO_LEFT

static final int RIGHT_TO_LEFT
Right to Left text direction.

See Also:
Constant Field Values