Uses of Interface
cloud.opencode.base.pdf.PdfPage
Packages that use PdfPage
-
Uses of PdfPage in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf that return PdfPageModifier and TypeMethodDescriptionAdds an image to the page 向页面添加图像Adds a line to the page 向页面添加线条PdfDocument.addPage()Adds a new blank page 添加新的空白页Adds a new page with specified size 添加指定大小的新页面PdfPage.addParagraph(PdfParagraph paragraph) Adds a paragraph to the page 向页面添加段落PdfPage.addRectangle(PdfRectangle rectangle) Adds a rectangle to the page 向页面添加矩形Adds a table to the page 向页面添加表格Adds styled text element to the page 向页面添加带样式的文本元素Adds text to the page at specified position 在指定位置向页面添加文本PdfDocument.getPage(int pageNumber) Gets a specific page (1-based index) 获取指定页面(从1开始)Methods in cloud.opencode.base.pdf that return types with arguments of type PdfPageMethods in cloud.opencode.base.pdf with parameters of type PdfPageModifier and TypeMethodDescriptionvoidPdfDocument.insertPage(int pageNumber, PdfPage page) Inserts a page at specified position 在指定位置插入页面