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 |
TYPE_TOOL_KEY
The type tool info key.
|
PSB_RESOURCE_SIGNATURE, RESOURCE_SIGNATURE
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 a value indicating whether [blend clipped elements].
|
int |
getKey()
Gets the layer resource key.
|
void |
setBlendClippedElements(boolean value)
Sets a value indicating whether [blend clipped elements].
|
getLength, getPsdVersion, getSignature, save
toString
public static final int TYPE_TOOL_KEY
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 a value indicating whether [blend clipped elements].
public final void setBlendClippedElements(boolean value)
Sets a value indicating whether [blend clipped elements].
value
- a value indicating whether [blend clipped elements].public int getKey()
Gets the layer resource key.
getKey
in class LayerResource