Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
static ExtendedBoolean |
ExtendedBoolean.getByValue(int value) |
ExtendedBoolean |
FileHyperlink.getNewWindow()
Gets or sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
|
ExtendedBoolean |
GoToRemoteAction.getNewWindow()
Gets a flag specifying whether to open the destination document in a new window.
|
ExtendedBoolean |
LaunchAction.getNewWindow()
Gets a flag specifying whether to open the destination document in a new window (affect PDF
documents only).
|
ExtendedBoolean |
Group.isKnockout()
for Internal usage only
|
static ExtendedBoolean |
ExtendedBoolean.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedBoolean[] |
ExtendedBoolean.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.setKnockout(ExtendedBoolean value)
If this flag is false, later objects within the group are composited with earlier ones with
which they overlap; if true, they are composited with the group’s initial backdrop and
overwrite ("knock out") any earlier overlapping objects.
|
void |
FileHyperlink.setNewWindow(ExtendedBoolean value)
Gets or sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
|
void |
GoToRemoteAction.setNewWindow(ExtendedBoolean value)
Sets a flag specifying whether to open the destination document in a new window.
|
void |
LaunchAction.setNewWindow(ExtendedBoolean value)
Sets a flag specifying whether to open the destination document in a new window (affect PDF
documents only).
|
Copyright © 2025 Aspose. All Rights Reserved.