Uses of Class
org.apache.pdfbox.pdmodel.graphics.optionalcontent.PDOptionalContentGroup.RenderState
-
Packages that use PDOptionalContentGroup.RenderState Package Description org.apache.pdfbox.pdmodel.graphics.optionalcontent -
-
Uses of PDOptionalContentGroup.RenderState in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return PDOptionalContentGroup.RenderState Modifier and Type Method Description PDOptionalContentGroup.RenderStatePDOptionalContentGroup. getRenderState(RenderDestination destination)static PDOptionalContentGroup.RenderStatePDOptionalContentGroup.RenderState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PDOptionalContentGroup.RenderStatePDOptionalContentGroup.RenderState. valueOf(COSName state)Returns the base state represented by the givenCOSName.static PDOptionalContentGroup.RenderState[]PDOptionalContentGroup.RenderState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-