Package com.aspose.tasks
Class Border
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.Border
-
public final class Border extends com.aspose.ms.System.Enum
Specifies the border types.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AroundEveryPage
Around every page.static int
NoBorder
No border.static int
OutsidePages
On the outside pages.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
NoBorder
public static final int NoBorder
No border.
- See Also:
- Constant Field Values
-
AroundEveryPage
public static final int AroundEveryPage
Around every page.
- See Also:
- Constant Field Values
-
OutsidePages
public static final int OutsidePages
On the outside pages.
- See Also:
- Constant Field Values
-
-