Uses of Class
org.faceless.pdf2.OptionalContentLayer
-
Packages that use OptionalContentLayer Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OptionalContentLayer in org.faceless.pdf2
Methods in org.faceless.pdf2 that return types with arguments of type OptionalContentLayer Modifier and Type Method Description Collection<OptionalContentLayer>OptionalContentLayer. getExclusions()Return the set of OptionalContentLayers of which at most one should be turned on.Map<OptionalContentLayer,OptionalContentLayer.When>PDFAction. getOptionalContentChange()Return a map of the same format as passed in toPDFAction.showOptionalContent(java.util.Map<org.faceless.pdf2.OptionalContentLayer, org.faceless.pdf2.OptionalContentLayer.When>, boolean), or null if the action is not a "Show Optional Content" actionList<OptionalContentLayer>OptionalContentLayer. getOptionalContentLayers()Return ths list of OptionalContentLayers that are children of this layer.List<OptionalContentLayer>PDF. getOptionalContentLayers()Return the list ofOptionalContentLayerobjects defined in the PDF.Method parameters in org.faceless.pdf2 with type arguments of type OptionalContentLayer Modifier and Type Method Description voidOptionalContentLayer. setExclusions(Collection<OptionalContentLayer> set)Set the set of OptionalContentLayers which must be turned off when this layer is turned on.static PDFActionPDFAction. showOptionalContent(Map<OptionalContentLayer,OptionalContentLayer.When> map, boolean preserveRadioButtons)Set the visibility of the specifiedOptionalContentLayerobjects to on (OptionalContentLayer.When.Always), off (OptionalContentLayer.When.Never) or "toggle" (OptionalContentLayer.When.Always), where the current state will be changed between off and on
-