Class RunRenderer
- java.lang.Object
-
- io.keikai.doc.io.schema.pdf.render.RunRenderer
-
-
Constructor Summary
Constructors Constructor Description RunRenderer(PDFRun run, ParagraphRenderer parent, float leftX)Create aRunRendererinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pdfbox.pdmodel.PDPageContentStreamgetCS()Returns the content stream of current page.DocumentRenderergetRootRenderer()Returns the root renderer.floatgetWidth()Returns the width of thisPDFRun.voidrender()Render theDocumentNode.
-
-
-
Constructor Detail
-
RunRenderer
public RunRenderer(PDFRun run, ParagraphRenderer parent, float leftX)
Create aRunRendererinstance.- Parameters:
run- thePDFRunto renderparent- the parentParagraphRendererleftX- the x coordinate to start rendering
-
-
Method Detail
-
render
public void render() throws java.io.IOExceptionDescription copied from interface:IRendererRender theDocumentNode.
-
getRootRenderer
public DocumentRenderer getRootRenderer()
Description copied from interface:IRendererReturns the root renderer.- Specified by:
getRootRendererin interfaceIRenderer- Returns:
- the root renderer
-
getCS
public org.apache.pdfbox.pdmodel.PDPageContentStream getCS()
Description copied from interface:IRendererReturns the content stream of current page.
-
-