Class StaticContainers


  • public class StaticContainers
    extends Object
    Author:
    Timur Kamalov
    • Constructor Detail

      • StaticContainers

        public StaticContainers()
    • Method Detail

      • clearAllContainers

        public static void clearAllContainers()
      • getDocument

        public static PDDocument getDocument()
      • setDocument

        public static void setDocument​(PDDocument document)
      • setFlavour

        public static void setFlavour​(PDFAFlavour flavour)
      • setRoleMapHelper

        public static void setRoleMapHelper​(Map<ASAtom,​ASAtom> roleMap)
      • getInconsistentSeparations

        public static List<String> getInconsistentSeparations()
      • setInconsistentSeparations

        public static void setInconsistentSeparations​(List<String> inconsistentSeparations)
      • setCachedColorSpaces

        public static void setCachedColorSpaces​(Map<String,​PDColorSpace> cachedColorSpaces)
      • setCachedFonts

        public static void setCachedFonts​(Map<String,​PDFont> cachedFonts)
      • getFileSpecificationKeys

        public static Set<COSKey> getFileSpecificationKeys()
      • setFileSpecificationKeys

        public static void setFileSpecificationKeys​(Set<COSKey> fileSpecificationKeys)
      • getNoteIDSet

        public static Set<String> getNoteIDSet()
      • setNoteIDSet

        public static void setNoteIDSet​(Set<String> noteIDSet)
      • getXFormKeysSet

        public static Set<COSKey> getXFormKeysSet()
      • setXFormKeysSet

        public static void setXFormKeysSet​(Set<COSKey> xFormKeysSet)
      • getTransparencyVisitedContentStreams

        public static Stack<COSKey> getTransparencyVisitedContentStreams()
      • setTransparencyVisitedContentStreams

        public static void setTransparencyVisitedContentStreams​(Stack<COSKey> transparencyVisitedContentStreams)
      • getValidPDF

        public static boolean getValidPDF()
      • setValidPDF

        public static void setValidPDF​(boolean validPDF)
      • getLastHeadingNestingLevel

        public static Integer getLastHeadingNestingLevel()
      • setLastHeadingNestingLevel

        public static void setLastHeadingNestingLevel​(Integer lastHeadingNestingLevel)
      • getCurrentTransparencyColorSpace

        public static PDColorSpace getCurrentTransparencyColorSpace()
      • setCurrentTransparencyColorSpace

        public static void setCurrentTransparencyColorSpace​(PDColorSpace currentTransparencyColorSpace)