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.WhenOptionalContentLayer. getExport()Return under what conditions the layer is included when the PDF is exported to an image.OptionalContentLayer.WhenOptionalContentLayer. getPrint()Return under what conditions the layer is included when the PDF is printedOptionalContentLayer.WhenOptionalContentLayer. getView()Return under what conditions the layer is included when the PDF is displayed.static OptionalContentLayer.WhenOptionalContentLayer.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 that return types with arguments of type OptionalContentLayer.When Modifier and Type Method Description 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" actionMethods in org.faceless.pdf2 with parameters of type OptionalContentLayer.When Modifier and Type Method Description voidOptionalContentLayer. setExport(OptionalContentLayer.When when)Set under what conditions the layer is included when the PDF is exported to an image.voidOptionalContentLayer. setPrint(OptionalContentLayer.When when)Set under what conditions the layer is included when the PDF is printed.voidOptionalContentLayer. 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 PDFActionPDFAction. showOptionalContent(Map<OptionalContentLayer,OptionalContentLayer.When> map, boolean preserveRadioButtons)Set the visibility of the specifiedOptionalContentLayerobjects to on (Always), off (Never) or "toggle" (Always), where the current state will be changed between off and on
-