public class ClblResource extends BooleanResource
Class ClblResource. This resource contains information about blending of clipped element.
BooleanResource,
LayerResource| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
ClblResource()
Initializes a new instance of the
ClblResource class. |
ClblResource(boolean blendClippedElements)
Initializes a new instance of the
ClblResource class. |
ClblResource(byte[] data)
Initializes a new instance of the
ClblResource class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBlendClippedElements()
Gets or sets a value indicating whether [blend clipped elements].
|
int |
getKey()
Gets the layer resource key.
|
void |
setBlendClippedElements(boolean value)
Gets or sets a value indicating whether [blend clipped elements].
|
getLength, getPsdVersion, getSignature, getValue, save, setValuetoStringpublic static final int TypeToolKey
The type tool info key.
public ClblResource(boolean blendClippedElements)
Initializes a new instance of the ClblResource class.
blendClippedElements - if set to true [blend clipped elements].public ClblResource()
Initializes a new instance of the ClblResource class.
public ClblResource(byte[] data)
Initializes a new instance of the ClblResource class.
With custom or unknown value
data - The resource data.com.aspose.ms.System.ArgumentException - Invalid clbl Resource valuepublic final boolean getBlendClippedElements()
Gets or sets a value indicating whether [blend clipped elements].
Value:true if [blend clipped elements]; otherwise, false.public final void setBlendClippedElements(boolean value)
Gets or sets a value indicating whether [blend clipped elements].
Value:true if [blend clipped elements]; otherwise, false.public int getKey()
Gets the layer resource key.
getKey in class LayerResourceCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.