Uses of Class
com.itextpdf.text.pdf.PdfLayer
-
Packages that use PdfLayer Package Description com.itextpdf.text.pdf -
-
Uses of PdfLayer in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfLayer Modifier and Type Field Description protected PdfLayer
PdfLayer. parent
Fields in com.itextpdf.text.pdf with type parameters of type PdfLayer Modifier and Type Field Description protected java.util.ArrayList<PdfLayer>
PdfLayer. children
(package private) java.util.HashSet<PdfLayer>
PdfLayerMembership. layers
Methods in com.itextpdf.text.pdf that return PdfLayer Modifier and Type Method Description static PdfLayer
PdfLayer. createTitle(java.lang.String title, PdfWriter writer)
Creates a title layer.PdfLayer
PdfLayer. getParent()
Gets the parent layer.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfLayer Modifier and Type Method Description java.util.ArrayList<PdfLayer>
PdfLayer. getChildren()
Gets the children layers.java.util.Collection<PdfLayer>
PdfLayerMembership. getLayers()
Gets the member layers.java.util.Map<java.lang.String,PdfLayer>
PdfStamper. getPdfLayers()
Gets the PdfLayer objects in an existing document as a Map with the names/titles of the layers as keys.java.util.Map<java.lang.String,PdfLayer>
PdfStamperImp. getPdfLayers()
Gets the PdfLayer objects in an existing document as a Map with the names/titles of the layers as keys.Methods in com.itextpdf.text.pdf with parameters of type PdfLayer Modifier and Type Method Description void
PdfLayer. addChild(PdfLayer child)
Adds a child layer.void
PdfLayerMembership. addMember(PdfLayer layer)
Adds a new member to the layer.private void
PdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map<java.lang.String,PdfLayer> ocgmap)
Recursive method to reconstruct the documentOCGorder variable in the writer.private static void
PdfWriter. getOCGOrder(PdfArray order, PdfLayer layer)
void
PdfWriter. lockLayer(PdfLayer layer)
Use this method to lock an optional content group.Method parameters in com.itextpdf.text.pdf with type arguments of type PdfLayer Modifier and Type Method Description void
PdfWriter. addOCGRadioGroup(java.util.ArrayList<PdfLayer> group)
Use this method to set a collection of optional content groups whose states are intended to follow a "radio button" paradigm.private void
PdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map<java.lang.String,PdfLayer> ocgmap)
Recursive method to reconstruct the documentOCGorder variable in the writer.
-