|
iText 9.5.0 API
|
This is a helper class for optional content states use in Set-OCG-State actions. More...
Public Member Functions |
|
| PdfActionOcgState (PdfName state, IList< PdfDictionary > ocgs) | |
| Constructs an optional content state object. More... |
|
| virtual PdfName | GetState () |
| Gets the state the optional content groups should be switched to More... |
|
| virtual IList< PdfDictionary > | GetOcgs () |
| Gets a list of optional content groups that shall have the state changed More... |
|
| virtual IList< PdfObject > | GetObjectList () |
| Gets a list of iText.Kernel.Pdf.PdfObject that is describing this particular optional content group states. More... |
|
This is a helper class for optional content states use in Set-OCG-State actions.
This is a helper class for optional content states use in Set-OCG-State actions. See PdfAction.CreateSetOcgState(System.Collections.Generic.IList
|
inline |
Constructs an optional content state object.
| state | a iText.Kernel.Pdf.PdfName describing the state. Shall be one of the following: iText.Kernel.Pdf.PdfName.OFF , iText.Kernel.Pdf.PdfName.ON , iText.Kernel.Pdf.PdfName.Toggle |
| ocgs | a list of the OCG dictionaries |
|
inlinevirtual |
Gets a list of iText.Kernel.Pdf.PdfObject that is describing this particular optional content group states.
|
inlinevirtual |
Gets a list of optional content groups that shall have the state changed
|
inlinevirtual |
Gets the state the optional content groups should be switched to