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) Stringprivate Object[][]getTextFieldFlagBits(int flagValue) private BooleanisFlagBitSet(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:
getFlagTypein classFlag
-
getFlagValue
String getFlagValue()- Specified by:
getFlagValuein classFlag
-
getFlagBits
Object[][] getFlagBits()- Specified by:
getFlagBitsin 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
-