Package com.pdftools.toolbox.pdf
Class OptionalContentGroup
- java.lang.Object
-
- com.pdftools.toolbox.internal.NativeBase
-
- com.pdftools.toolbox.internal.NativeObject
-
- com.pdftools.toolbox.pdf.OptionalContentGroup
-
public class OptionalContentGroup extends NativeObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
The name of the OCG.OcgState
getState()
This property is used to determine whether this OCG is ON or OFF in the default configuration.-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
The name of the OCG. It can be used to identify OCGs, although it is not necessarily unique.
-
getState
public OcgState getState()
This property is used to determine whether this OCG is ON or OFF in the default configuration.
-
-