java.lang.Objectcom.aspose.words.Direction
public class Direction
Field Summary | ||
---|---|---|
static final int | DEFAULT | |
static final int | LTR | |
static final int | RTL | |
static final int | TTB | |
static final int | BTT | |
Field Detail |
---|
DEFAULT = 0 | |
public static final int DEFAULT |
LTR = 0 | |
public static final int LTR |
RTL = 1 | |
public static final int RTL |
TTB = 2 | |
public static final int TTB |
BTT = 3 | |
public static final int BTT |