Uses of Class
org.faceless.pdf2.OptionalContentLayer.When
-
Packages that use OptionalContentLayer.When Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OptionalContentLayer.When in org.faceless.pdf2
Methods in org.faceless.pdf2 that return OptionalContentLayer.When Modifier and Type Method Description OptionalContentLayer.When
OptionalContentLayer. getExport()
Return under what conditions the layer is included when the PDF is exported to an image.OptionalContentLayer.When
OptionalContentLayer. getPrint()
Return under what conditions the layer is included when the PDF is printedOptionalContentLayer.When
OptionalContentLayer. getView()
Return under what conditions the layer is included when the PDF is displayed.static OptionalContentLayer.When
OptionalContentLayer.When. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptionalContentLayer.When[]
OptionalContentLayer.When. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.faceless.pdf2 with parameters of type OptionalContentLayer.When Modifier and Type Method Description void
OptionalContentLayer. setExport(OptionalContentLayer.When when)
Set under what conditions the layer is included when the PDF is exported to an image.void
OptionalContentLayer. setPrint(OptionalContentLayer.When when)
Set under what conditions the layer is included when the PDF is printed.void
OptionalContentLayer. setView(OptionalContentLayer.When when)
Set under what conditions the layer is included when the PDF is displayed.Method parameters in org.faceless.pdf2 with type arguments of type OptionalContentLayer.When Modifier and Type Method Description static PDFAction
PDFAction. showOptionalContent(Map<OptionalContentLayer,OptionalContentLayer.When> map, boolean preserveRadioButtons)
Set the visibility of the specifiedOptionalContentLayer
objects to on (Always
), off (Never
) or "toggle" (Always
), where the current state will be changed between off and on
-