public static final class HolePunch.HolePunchOption extends Option
Describes the HolePunch
feature options.
Modifier and Type | Field and Description |
---|---|
static HolePunch.HolePunchOption |
BottomEdge
Specifies hole(s) along the bottom edge.
|
static HolePunch.HolePunchOption |
LeftEdge
Specifies hole(s) along the left edge.
|
static HolePunch.HolePunchOption |
None
Specifies no hole punching.
|
static HolePunch.HolePunchOption |
RightEdge
Specifies hole(s) along the right edge.
|
static HolePunch.HolePunchOption |
TopEdge
Specifies hole(s) along the top edge.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static HolePunch.HolePunchOption BottomEdge
Specifies hole(s) along the bottom edge.
public static HolePunch.HolePunchOption LeftEdge
Specifies hole(s) along the left edge.
public static HolePunch.HolePunchOption None
Specifies no hole punching.
public static HolePunch.HolePunchOption RightEdge
Specifies hole(s) along the right edge.
public static HolePunch.HolePunchOption TopEdge
Specifies hole(s) along the top edge.
Copyright © 2022 Aspose. All Rights Reserved.