Legend

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

public final class Legend extends System.Enum

Specifies the possible options used when rendering view’s legend.

Fields

FieldDescription
AfterLastPageThe legend is rendered on a separate page after the last page of the project’s pages.
NoLegendNo legend is rendered.
OnEveryPageThe legend is rendered on every page.

AfterLastPage

public static final int AfterLastPage

The legend is rendered on a separate page after the last page of the project’s pages.

NoLegend

public static final int NoLegend

No legend is rendered.

OnEveryPage

public static final int OnEveryPage

The legend is rendered on every page.