Uses of Class
cloud.opencode.base.pdf.document.DocumentBuilder
Packages that use DocumentBuilder
-
Uses of DocumentBuilder in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf that return DocumentBuilderModifier and TypeMethodDescriptionstatic DocumentBuilderOpenPdf.create()Creates a new PDF document builder.static DocumentBuilderCreates a new PDF document builder with specified page size. -
Uses of DocumentBuilder in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document that return DocumentBuilderModifier and TypeMethodDescriptionSets document author.static DocumentBuilderDocumentBuilder.create()Creates a new document builder.static DocumentBuilderCreates a new document builder with page size.Sets document creator.DocumentBuilder.defaultFont(PdfFont font) Sets default font.Embeds a TrueType font.Sets document encryption.PageBuilder.endPage()Finishes current page and returns to document builder.Sets document footer.Sets document footer with centered text (convenience method).Sets document header.Sets document header with centered text (convenience method).Sets document keywords.DocumentBuilder.margins(float margin) Sets uniform margins.DocumentBuilder.margins(float top, float right, float bottom, float left) Sets default margins.DocumentBuilder.orientation(Orientation orientation) Sets default page orientation.Sets default page size.DocumentBuilder.permissions(boolean allowPrinting, boolean allowCopying, boolean allowModifying, boolean allowAnnotations) Sets document permissions.Sets document subject.Sets document title.DocumentBuilder.watermark(PdfWatermark watermark) Sets document watermark.Sets document watermark with text (convenience method).