com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Layer



  • public class Layer
    extends Object

    Represents page layer.

    • Constructor Detail

      • Layer

        public Layer(String id,
                     String name)

        Initializes a new instance of the Layer class.

        Parameters:
        id - The layer id
        name - The layer name
    • Method Detail

      • getName

        public String getName()

        Gets the layer name.

        Returns:
        String value
      • getId

        public String getId()

        Gets the layer id.

        Returns:
        String value
      • getContents

        public List<Operator> getContents()

        Gets the layer content.

        Returns:
        List<Operator> object