public final class Group extends Object
A group attributes class specifying the attributes of the page’s page group for use in the transparent imaging model.
Modifier and Type | Method and Description |
---|---|
int |
getColorSpace()
The group color space.
|
int |
isKnockout()
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 |
isKnockout(int value) |
void |
setColorSpace(int value) |
public Group(Page page)
The constructor.
page
- The page.public int getColorSpace()
The group color space.
public void setColorSpace(int value)
public int isKnockout()
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.
public void isKnockout(int value)
Copyright © 2018 Aspose. All Rights Reserved.