java.lang.Objectcom.aspose.words.DocumentDirection
public class DocumentDirection
Field Summary | ||
---|---|---|
static final int | LEFT_TO_RIGHT | |
Left to right direction. | ||
static final int | RIGHT_TO_LEFT | |
Right to left direction. | ||
static final int | AUTO | |
Auto-detect direction. |
Field Detail |
---|
LEFT_TO_RIGHT = 0 | |
public static final int LEFT_TO_RIGHT |
RIGHT_TO_LEFT = 1 | |
public static final int RIGHT_TO_LEFT |
AUTO = 2 | |
public static final int AUTO |