Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.layer |
Modifier and Type | Method and Description |
---|---|
Layer |
PDFDocument.addLayer(java.lang.String layerName)
Add a layer to current PDF document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.removeLayer(Layer layer,
int options)
Remove a layer from current PDF document.
|
Modifier and Type | Method and Description |
---|---|
Layer |
LayerNode.getLayer()
Get the current layer of layer group.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LayerContext.isVisible(Layer layer)
Check whether a PDF layer is visible or not.
|
void |
LayerContext.setVisible(Layer layer,
boolean visible)
Change the visibility state of a PDF layer.
|