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.List<OptionalContentLayer>
OptionalContentLayer. getOptionalContentLayers()
Return ths list of OptionalContentLayers that are children of this layer.List<OptionalContentLayer>
PDF. getOptionalContentLayers()
Return the list ofOptionalContentLayer
objects defined in the PDF.Method parameters in org.faceless.pdf2 with type arguments of type OptionalContentLayer Modifier and Type Method Description void
OptionalContentLayer. setExclusions(Collection<OptionalContentLayer> set)
Set the set of OptionalContentLayers which must be turned off when this layer is turned on.static PDFAction
PDFAction. showOptionalContent(Map<OptionalContentLayer,OptionalContentLayer.When> map, boolean preserveRadioButtons)
Set the visibility of the specifiedOptionalContentLayer
objects 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
-