Subset

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.artifacts.pagination.Subset, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.artifacts.pagination.Subset, com.aspose.ms.System.Enum, com.aspose.pdf.artifacts.pagination.Subset

public final class Subset extends com.aspose.ms.System.Enum

Represents the subset of pages to which a pagination artifact can apply.

Fields

FieldDescription
AllIndicates that the artifact applies to all pages.
EvenIndicates that the artifact applies only to even-numbered pages.
OddIndicates that the artifact applies only to odd-numbered pages.

All

public static final int All

Indicates that the artifact applies to all pages.

Even

public static final int Even

Indicates that the artifact applies only to even-numbered pages.

Odd

public static final int Odd

Indicates that the artifact applies only to odd-numbered pages.