pdfpagelayer-ag凯发旗舰厅



com.spire.pdf
class pdfpagelayer

java.lang.object
  extended by com.spire.pdf.pdfpagelayer
all implemented interfaces:
ipdfwrapper

public class pdfpagelayer
extends java.lang.object
implements ipdfwrapper

describes layer of the page.


constructor summary
pdfpagelayer(pdfpagebase page)
          creates new layer.
pdfpagelayer(pdfpagebase page, boolean clippagetemplates)
           
pdfpagelayer(pdfpagebase page,  stream)
           
 
method summary
  getcolorspace()
          get the colorspace.
 pdfcanvas getgraphics()
          gets graphics context of the layer.
 pdfpagelayercollection getlayers()
          gets the layer collection.
 pdfpagebase getpage()
          gets parent page of the layer.
 void setcolorspace( value)
          set the colorspace.
 
constructor detail

pdfpagelayer

public pdfpagelayer(pdfpagebase page)
creates new layer.
parameters:
page - parent page of the layer.

pdfpagelayer

public pdfpagelayer(pdfpagebase page,
                     stream)

pdfpagelayer

public pdfpagelayer(pdfpagebase page,
                    boolean clippagetemplates)
method detail

getcolorspace

public  getcolorspace()
get the colorspace.
returns:
pdfcolorspace

setcolorspace

public void setcolorspace( value)
set the colorspace.
parameters:
value -

getpage

public pdfpagebase getpage()
gets parent page of the layer.

getgraphics

public pdfcanvas getgraphics()
gets graphics context of the layer.

getlayers

public pdfpagelayercollection getlayers()
gets the layer collection.
returns:
m_layer


网站地图