Home
last modified time | relevance | path

Searched refs:PagePiece (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/extensions/
H A DPDFPagePieceExtension.java23 super(PDFDictionaryType.PagePiece); in PDFPagePieceExtension()
H A DPDFPagePieceElement.java26 super(parent, PDFDictionaryType.PagePiece); in PDFPagePieceElement()
H A DPDFDictionaryType.java37 PagePiece("pagepiece"); enumConstant
H A DPDFElementMapping.java73 foObjs.put(PDFDictionaryType.PagePiece.elementName(), new PDFPagePieceElementMaker()); in initialize()
H A DPDFExtensionHandler.java114 } else if (PDFDictionaryType.PagePiece.elementName().equals(localName)) { in startElement()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFPagePieceTestCase.java58 when(dictionaryExtension.getDictionaryType()).thenReturn(PDFDictionaryType.PagePiece); in testPDF()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/
H A DPDFRenderingUtil.java480 } else if (type == PDFDictionaryType.PagePiece) { in renderDictionaryExtension()