public final class Subset
extends com.aspose.ms.System.Enum
Represents the subset of pages to which a pagination artifact can apply.
Modifier and Type | Field and Description |
---|---|
static int |
All
Indicates that the artifact applies to all pages.
|
static int |
Even
Indicates that the artifact applies only to even-numbered pages.
|
static int |
Odd
Indicates that the artifact applies only to odd-numbered pages.
|
public static final int All
Indicates that the artifact applies to all pages.
public static final int Even
Indicates that the artifact applies only to even-numbered pages.
public static final int Odd
Indicates that the artifact applies only to odd-numbered pages.
Copyright © 2025 Aspose. All Rights Reserved.