Class SigFlag
- java.lang.Object
-
- org.apache.pdfbox.debugger.flagbitspane.Flag
-
- org.apache.pdfbox.debugger.flagbitspane.SigFlag
-
public class SigFlag extends Flag
-
-
Field Summary
Fields Modifier and Type Field Description private COSDictionaryacroFormDictionaryprivate PDDocumentdocument
-
Constructor Summary
Constructors Constructor Description SigFlag(PDDocument document, COSDictionary acroFormDictionary)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object[][]getFlagBits()(package private) java.lang.StringgetFlagType()(package private) java.lang.StringgetFlagValue()-
Methods inherited from class org.apache.pdfbox.debugger.flagbitspane.Flag
getColumnNames
-
-
-
-
Field Detail
-
document
private final PDDocument document
-
acroFormDictionary
private final COSDictionary acroFormDictionary
-
-
Constructor Detail
-
SigFlag
SigFlag(PDDocument document, COSDictionary acroFormDictionary)
Constructor- Parameters:
acroFormDictionary- COSDictionary instance.
-
-
Method Detail
-
getFlagType
java.lang.String getFlagType()
- Specified by:
getFlagTypein classFlag
-
getFlagValue
java.lang.String getFlagValue()
- Specified by:
getFlagValuein classFlag
-
getFlagBits
java.lang.Object[][] getFlagBits()
- Specified by:
getFlagBitsin classFlag
-
-