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
| Field | Description |
|---|---|
| All | Indicates that the artifact applies to all pages. |
| Even | Indicates that the artifact applies only to even-numbered pages. |
| Odd | Indicates 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.