Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.layer |
Modifier and Type | Method and Description |
---|---|
Layer[] |
PDFTextSelection.getLayerArray(LayerNode layerNode)
Get a layer array associated with a PDF text selected area.
|
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.
|