Legend

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class Legend extends System.Enum

Specifies the pages on which the legend appears.

Fields

FieldDescription
AfterLastPageLegend appears after the last page.
NoLegendNo legend.
OnEveryPageLegend appears on every page.

AfterLastPage

public static final int AfterLastPage

Legend appears after the last page.

NoLegend

public static final int NoLegend

No legend.

OnEveryPage

public static final int OnEveryPage

Legend appears on every page.