public class Layer extends Object
Represents page layer.
Layer(String id, String name)
Layer
List<Operator>
getContents()
String
getId()
getName()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Layer(String id, String name)
Initializes a new instance of the Layer class.
id
name
public String getName()
Gets the layer name.
public String getId()
Gets the layer id.
public List<Operator> getContents()
Gets the layer content.
Copyright © 2016 Aspose. All Rights Reserved.