Uses of Class
cloud.opencode.base.pdf.document.PageBuilder
Packages that use PageBuilder
-
Uses of PageBuilder in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document that return PageBuilderModifier and TypeMethodDescriptionDocumentBuilder.addPage()Adds a new page.Adds a new page with specific size.DocumentBuilder.addPage(PageSize pageSize, Orientation orientation) Adds a new page with specific size and orientation.PageBuilder.ellipse(PdfEllipse ellipse) Draws an ellipse.PageBuilder.filledRectangle(float x, float y, float width, float height, PdfColor color) Draws a filled rectangle.Adds a PdfImage element.Adds an image from file.Adds an image with size.PageBuilder.line(float x1, float y1, float x2, float y2) Draws a line.Draws a line with style.PageBuilder.nextPage()Adds another page.Adds another page with specific size.PageBuilder.paragraph(PdfParagraph paragraph) Adds a paragraph.PageBuilder.rectangle(float x, float y, float width, float height) Draws a rectangle.PageBuilder.rectangle(PdfRectangle rectangle) Draws a rectangle element.Adds a table.Adds a PdfText element.Adds text at position.Adds styled text.Methods in cloud.opencode.base.pdf.document that return types with arguments of type PageBuilder