Class FieldFlag
java.lang.Object
org.apache.pdfbox.debugger.flagbitspane.Flag
org.apache.pdfbox.debugger.flagbitspane.FieldFlag
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Object[][]
getButtonFieldFlagBits
(int flagValue) private Object[][]
getChoiceFieldFlagBits
(int flagValue) private Object[][]
getFieldFlagBits
(int flagValue) (package private) Object[][]
(package private) String
(package private) String
private Object[][]
getTextFieldFlagBits
(int flagValue) private Boolean
isFlagBitSet
(int flagValue, int bitPosition) Check the corresponding flag bit if set or notMethods inherited from class org.apache.pdfbox.debugger.flagbitspane.Flag
getColumnNames
-
Field Details
-
dictionary
-
-
Constructor Details
-
FieldFlag
FieldFlag(COSDictionary dictionary) Constructor- Parameters:
dictionary
- COSDictionary instance
-
-
Method Details
-
getFlagType
String getFlagType()- Specified by:
getFlagType
in classFlag
-
getFlagValue
String getFlagValue()- Specified by:
getFlagValue
in classFlag
-
getFlagBits
Object[][] getFlagBits()- Specified by:
getFlagBits
in classFlag
-
getTextFieldFlagBits
-
getButtonFieldFlagBits
-
getChoiceFieldFlagBits
-
getFieldFlagBits
-
isFlagBitSet
Check the corresponding flag bit if set or not- Parameters:
flagValue
- the flag integerbitPosition
- bit position to check- Returns:
- if set return true else false
-