public static final class DocumentBinding.BindingOption extends Option
Represents options of the DocumentBinding
feature.
Modifier and Type | Field and Description |
---|---|
static DocumentBinding.BindingOption |
Bale
Specifies bale binding.
|
static DocumentBinding.BindingOption |
BindBottom
Specifies binding along the bottom edge.
|
static DocumentBinding.BindingOption |
BindLeft
Specifies binding along the left edge.
|
static DocumentBinding.BindingOption |
BindRight
Specifies binding along the right edge.
|
static DocumentBinding.BindingOption |
BindTop
Specifies binding along the top edge.
|
static DocumentBinding.BindingOption |
Booklet
Specifies booklet binding.
|
static DocumentBinding.BindingOption |
EdgeStitchBottom
Specifies edge stitching along the bottom edge.
|
static DocumentBinding.BindingOption |
EdgeStitchLeft
Specifies edge stitching along the left edge.
|
static DocumentBinding.BindingOption |
EdgeStitchRight
Specifies edge stitching along the right edge.
|
static DocumentBinding.BindingOption |
EdgeStitchTop
Specifies edge stitching along the top edge.
|
static DocumentBinding.BindingOption |
Fold
Specifies a folded binding.
|
static DocumentBinding.BindingOption |
JogOffset
Specifies jog offset binding.
|
static DocumentBinding.BindingOption |
None
Specifies no binding.
|
static DocumentBinding.BindingOption |
Trim
Specifies trimming binding.
|
Constructor and Description |
---|
BindingOption(String name,
DocumentBinding.IBindingOptionItem... items)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static DocumentBinding.BindingOption Bale
Specifies bale binding.
public static DocumentBinding.BindingOption BindBottom
Specifies binding along the bottom edge.
public static DocumentBinding.BindingOption BindLeft
Specifies binding along the left edge.
public static DocumentBinding.BindingOption BindRight
Specifies binding along the right edge.
public static DocumentBinding.BindingOption BindTop
Specifies binding along the top edge.
public static DocumentBinding.BindingOption Booklet
Specifies booklet binding.
public static DocumentBinding.BindingOption EdgeStitchBottom
Specifies edge stitching along the bottom edge.
public static DocumentBinding.BindingOption EdgeStitchLeft
Specifies edge stitching along the left edge.
public static DocumentBinding.BindingOption EdgeStitchRight
Specifies edge stitching along the right edge.
public static DocumentBinding.BindingOption EdgeStitchTop
Specifies edge stitching along the top edge.
public static DocumentBinding.BindingOption Fold
Specifies a folded binding.
public static DocumentBinding.BindingOption JogOffset
Specifies jog offset binding.
public static DocumentBinding.BindingOption Trim
Specifies trimming binding.
public static DocumentBinding.BindingOption None
Specifies no binding.
public BindingOption(String name, DocumentBinding.IBindingOptionItem... items)
Creates a new instance.
name
- An option name.items
- An array of legal child items.Copyright © 2022 Aspose. All Rights Reserved.