Home
last modified time | relevance | path

Searched refs:usesIDAttribute (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/extensions/
H A DPDFDictionaryType.java40 private boolean usesIDAttribute; field in PDFDictionaryType
41 PDFDictionaryType(String elementName, boolean usesIDAttribute) { in PDFDictionaryType() argument
43 this.usesIDAttribute = usesIDAttribute; in PDFDictionaryType()
51 public boolean usesIDAttribute() { in usesIDAttribute() method in PDFDictionaryType
52 return usesIDAttribute; in usesIDAttribute()
H A DPDFDictionaryExtension.java112 public boolean usesIDAttribute() { in usesIDAttribute() method in PDFDictionaryExtension
113 return dictionaryType.usesIDAttribute(); in usesIDAttribute()
H A DPDFDictionaryElement.java75 if (extension.usesIDAttribute()) { in processNode()
H A DPDFDictionaryAttachment.java112 if (dictionary.usesIDAttribute()) { in extractIFAttributes()