Uses of Class
com.pd4ml.pdf.cos.COSName
-
Packages that use COSName Package Description com.pd4ml.pdf.cos com.pd4ml.pdf.cos.filter com.pd4ml.pdf.cos.writer -
-
Uses of COSName in com.pd4ml.pdf.cos
Fields in com.pd4ml.pdf.cos declared as COSName Modifier and Type Field Description static COSNameCOSName. ASCII_HEX_DECODEstatic COSNameCOSName. ASCII85_DECODEstatic COSNameCOSName. CONTENTSstatic COSNameCOSName. COUNTstatic COSNameCOSName. DECODE_PARMSstatic COSNameCOSName. ENCRYPTstatic COSNameCOSName. FILTERstatic COSNameCOSName. FLATE_DECODEstatic COSNameCOSName. IDstatic COSNameCOSName. INDEXstatic COSNameCOSName. INFOstatic COSNameCOSName. KIDSstatic COSNameCOSName. LENGTHstatic COSNameCOSName. LZW_DECODEstatic COSNameCOSName. MEDIA_BOXstatic COSNameCOSName. PAGEstatic COSNameCOSName. PAGESstatic COSNameCOSName. PARENTstatic COSNameCOSName. PREVstatic COSNameCOSName. RESOURCESstatic COSNameCOSName. ROOTstatic COSNameCOSName. SIZEstatic COSNameCOSName. SUBTYPEstatic COSNameCOSName. TYPEstatic COSNameCOSName. Wstatic COSNameCOSName. XREF_STMMethods in com.pd4ml.pdf.cos that return COSName Modifier and Type Method Description COSNameCOSDictionary. getCOSName(COSName key)COSNameCOSArray. getName(int index)static COSNameCOSName. getPDFName(java.lang.String name)Returns the shared, interned instance forname, creating it on first use.Methods in com.pd4ml.pdf.cos that return types with arguments of type COSName Modifier and Type Method Description java.util.Set<java.util.Map.Entry<COSName,COSBase>>COSDictionary. entrySet()java.util.List<COSName>COSStream. getFilterNames()java.util.Set<COSName>COSDictionary. keySet()Methods in com.pd4ml.pdf.cos with parameters of type COSName Modifier and Type Method Description intCOSName. compareTo(COSName other)booleanCOSDictionary. containsKey(COSName key)COSNameCOSDictionary. getCOSName(COSName key)COSBaseCOSDictionary. getDictionaryObject(COSName key)Value forkeywith any indirect reference resolved, ornull.COSBaseCOSDictionary. getDictionaryObject(COSName... keys)Resolves the first of several keys that is present, e.g.COSBaseCOSDictionary. getItem(COSName key)Raw value forkey, without resolving an indirect reference.COSBaseCOSDictionary. removeItem(COSName key)voidCOSDictionary. setItem(COSName key, COSBase value)TICOSVisitor. visitFromName(COSName name) -
Uses of COSName in com.pd4ml.pdf.cos.filter
Methods in com.pd4ml.pdf.cos.filter with parameters of type COSName Modifier and Type Method Description static FilterFilterFactory. get(COSName filterName)static booleanFilterFactory. isSupported(COSName filterName) -
Uses of COSName in com.pd4ml.pdf.cos.writer
Methods in com.pd4ml.pdf.cos.writer with parameters of type COSName Modifier and Type Method Description java.lang.VoidCOSWriter. visitFromName(COSName name)
-