public class CmxLayer extends CmxContainer
The graphic layer located on the page of the CMX document.
ICmxContainer| Modifier and Type | Field and Description |
|---|---|
static String |
MASTER_DESKTOP_LAYER_NAME
The master desktop layer name
|
| Constructor and Description |
|---|
CmxLayer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFlags()
Gets the flags.
|
String |
getName()
Gets the name of the layer.
|
int |
getNumber()
Gets the layer order number.
|
boolean |
isVisible()
Gets a value indicating whether this layer is visible.
|
void |
setFlags(long value)
Sets the flags.
|
void |
setName(String value)
Sets the name of the layer.
|
void |
setNumber(int value)
Sets the layer order number.
|
void |
setVisible(boolean value)
Sets a value indicating whether this layer is visible.
|
getElementspublic static final String MASTER_DESKTOP_LAYER_NAME
The master desktop layer name
public final long getFlags()
Gets the flags.
public final void setFlags(long value)
Sets the flags.
value - the flags.public final String getName()
Gets the name of the layer.
public final void setName(String value)
Sets the name of the layer.
value - the name of the layer.public final int getNumber()
Gets the layer order number.
public final void setNumber(int value)
Sets the layer order number.
value - the layer order number.public final boolean isVisible()
Gets a value indicating whether this layer is visible.
public final void setVisible(boolean value)
Sets a value indicating whether this layer is visible.
value - a value indicating whether this layer is visible.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.