Uses of Interface
de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DMarkedContentDrawer
Packages that use IPdfBoxGraphics2DMarkedContentDrawer
-
Uses of IPdfBoxGraphics2DMarkedContentDrawer in de.rototor.pdfbox.graphics2d
Methods in de.rototor.pdfbox.graphics2d with parameters of type IPdfBoxGraphics2DMarkedContentDrawerModifier and TypeMethodDescriptionvoid
PdfBoxGraphics2D.drawInMarkedContentSequence
(org.apache.pdfbox.cos.COSName tagName, IPdfBoxGraphics2DMarkedContentDrawer drawer) Draw on the Graphics2D and enclose the drawing command with a BMC/EMC content marking pair.void
PdfBoxGraphics2D.drawInMarkedContentSequence
(org.apache.pdfbox.cos.COSName tagName, org.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDPropertyList properties, IPdfBoxGraphics2DMarkedContentDrawer drawer) Draw on the Graphics2D and enclose the drawing command with a BDC/EMC content marking pair.