Layer
Contents
[
Hide
]Inheritance: java.lang.Object
public class Layer
Represents page layer.
Constructors
Constructor | Description |
---|---|
Layer(String id, String name) | Initializes a new instance of the Layer class. |
Methods
Method | Description |
---|---|
getName() | Gets the layer name. |
getId() | Gets the layer id. |
getContents() | Gets the layer content. |
Layer(String id, String name)
public Layer(String id, String name)
Initializes a new instance of the Layer class.
Parameters:
Parameter | Type | Description |
---|---|---|
id | java.lang.String | The layer id |
name | java.lang.String | The layer name |
getName()
public String getName()
Gets the layer name.
Returns: java.lang.String - String value
getId()
public String getId()
Gets the layer id.
Returns: java.lang.String - String value
getContents()
public List<Operator> getContents()
Gets the layer content.
Returns: java.util.List<com.aspose.pdf.Operator> - List object