Uses of Enum Class
cloud.opencode.base.pdf.document.PageSize
Packages that use PageSize
-
Uses of PageSize in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf that return PageSizeMethods in cloud.opencode.base.pdf with parameters of type PageSize -
Uses of PageSize in cloud.opencode.base.pdf.document
Subclasses with type arguments of type PageSize in cloud.opencode.base.pdf.documentModifier and TypeClassDescriptionenumPDF Page Size - Standard page dimensions PDF 页面大小 - 标准页面尺寸Methods in cloud.opencode.base.pdf.document that return PageSizeModifier and TypeMethodDescriptionDocumentBuilder.getPageSize()PageBuilder.getPageSize()static PageSizeReturns the enum constant of this class with the specified name.static PageSize[]PageSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.pdf.document with parameters of type PageSizeModifier and TypeMethodDescriptionAdds a new page with specific size.DocumentBuilder.addPage(PageSize pageSize, Orientation orientation) Adds a new page with specific size and orientation.static DocumentBuilderCreates a new document builder with page size.Adds another page with specific size.Sets default page size.