public final class TabOrder
extends com.aspose.ms.System.Enum
Tab order on the page
Modifier and Type | Field and Description |
---|---|
static int |
Column
Column order.
|
static int |
Default
Default tab order.
|
static int |
Manual
Manual tab order.
|
static int |
None
No tab order.
|
static int |
Row
Row order.
|
public static final int None
No tab order.
public static final int Row
Row order.
public static final int Column
Column order.
public static final int Default
Default tab order.
public static final int Manual
Manual tab order.