|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Class with a flag number used to detect permissions. More...
Public Member Functions | |
| check (flag) | |
| Check if the current annotation has the specified flag. More... | |
| checkHidden () | |
| Checks if the current annotation has the flag Annot_Flags.hidden . More... | |
| checkInvisible () | |
| Checks if the current annotation has the flag Annot_Flags.invisible . More... | |
| checkLocked () | |
| Checks if the current annotation has the flag Annot_Flags.locked . More... | |
| checkLockedContents () | |
| Checks if the current annotation has the flag Annot_Flags.lockedContents . More... | |
| checkNoRotate () | |
| Checks if the current annotation has the flag Annot_Flags.noRotate . More... | |
| checkNoView () | |
| Checks if the current annotation has the flag Annot_Flags.noView . More... | |
| checkNoZoom () | |
| Checks if the current annotation has the flag Annot_Flags.noZoom . More... | |
| checkPrint () | |
| Checks if the current annotation has the flag Annot_Flags.print. More... | |
| checkReadOnly () | |
| Checks if the current annotation has the flag Annot_Flags.readOnly . More... | |
| checkToggleNoView () | |
| Checks if the current annotation has the flag Annot_Flags.toggleNoView . More... | |
| getValue () | |
| Obtains the flag number value. More... | |
| or (flag) | |
| AnnotFlag values take union. More... | |
Class with a flag number used to detect permissions.
|
inline |
Check if the current annotation has the specified flag.
| flag | number - |
|
inline |
Checks if the current annotation has the flag Annot_Flags.hidden .
|
inline |
Checks if the current annotation has the flag Annot_Flags.invisible .
|
inline |
Checks if the current annotation has the flag Annot_Flags.locked .
|
inline |
Checks if the current annotation has the flag Annot_Flags.lockedContents .
|
inline |
Checks if the current annotation has the flag Annot_Flags.noRotate .
|
inline |
Checks if the current annotation has the flag Annot_Flags.noView .
|
inline |
Checks if the current annotation has the flag Annot_Flags.noZoom .
|
inline |
Checks if the current annotation has the flag Annot_Flags.print.
|
inline |
Checks if the current annotation has the flag Annot_Flags.readOnly .
|
inline |
Checks if the current annotation has the flag Annot_Flags.toggleNoView .
|
inline |