|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.PdfPageLayer
public class PdfPageLayer
Describes layer of the page.
Constructor Summary | |
---|---|
PdfPageLayer(PdfPageBase page)
Creates new layer. |
|
PdfPageLayer(PdfPageBase page,
boolean clipPageTemplates)
|
|
PdfPageLayer(PdfPageBase page,
PdfStream stream)
|
Method Summary | |
---|---|
PdfColorSpace |
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(PdfColorSpace value)
set the Colorspace. |
Constructor Detail |
---|
public PdfPageLayer(PdfPageBase page)
page
- Parent page of the layer.public PdfPageLayer(PdfPageBase page, PdfStream stream)
public PdfPageLayer(PdfPageBase page, boolean clipPageTemplates)
Method Detail |
---|
public PdfColorSpace getColorspace()
public void setColorspace(PdfColorSpace value)
value
- public PdfPageBase getPage()
public PdfCanvas getGraphics()
public PdfPageLayerCollection getLayers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |