Package com.aspose.tasks
Class Legend
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.Legend
-
public final class Legend extends com.aspose.ms.System.Enum
Specifies the pages on which the legend appears.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AfterLastPage
Legend appears after the last page.static int
NoLegend
No legend.static int
OnEveryPage
Legend appears on every page.
-
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
-
NoLegend
public static final int NoLegend
No legend.
- See Also:
- Constant Field Values
-
AfterLastPage
public static final int AfterLastPage
Legend appears after the last page.
- See Also:
- Constant Field Values
-
OnEveryPage
public static final int OnEveryPage
Legend appears on every page.
- See Also:
- Constant Field Values
-
-