public static class XEasyPdfHandler.Page extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
XEasyPdfHandler.Page.Rectangle
页面尺寸
|
| 构造器和说明 |
|---|
Page() |
| 限定符和类型 | 方法和说明 |
|---|---|
static XEasyPdfPage |
build(List<XEasyPdfComponent> components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfComponent... components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfDefaultWatermark watermark,
List<XEasyPdfComponent> components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfDefaultWatermark watermark,
XEasyPdfComponent... components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfPageRectangle pageSize,
List<XEasyPdfComponent> components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfPageRectangle pageSize,
XEasyPdfComponent... components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfPageRectangle pageSize,
XEasyPdfDefaultWatermark watermark,
List<XEasyPdfComponent> components)
构建页面
|
static XEasyPdfPage |
build(XEasyPdfPageRectangle pageSize,
XEasyPdfDefaultWatermark watermark,
XEasyPdfComponent... components)
构建页面
|
static String |
getCurrentPagePlaceholder()
获取当前页码占位符
|
static String |
getTotalPagePlaceholder()
获取总页码占位符
|
public static XEasyPdfPage build(List<XEasyPdfComponent> components)
components - 组件列表public static XEasyPdfPage build(XEasyPdfComponent... components)
components - 组件public static XEasyPdfPage build(XEasyPdfDefaultWatermark watermark, XEasyPdfComponent... components)
watermark - 页面水印组件components - 组件public static XEasyPdfPage build(XEasyPdfDefaultWatermark watermark, List<XEasyPdfComponent> components)
watermark - 页面水印组件components - 组件列表public static XEasyPdfPage build(XEasyPdfPageRectangle pageSize, XEasyPdfComponent... components)
pageSize - pdf页面尺寸components - 组件public static XEasyPdfPage build(XEasyPdfPageRectangle pageSize, List<XEasyPdfComponent> components)
pageSize - pdf页面尺寸components - 组件列表public static XEasyPdfPage build(XEasyPdfPageRectangle pageSize, XEasyPdfDefaultWatermark watermark, XEasyPdfComponent... components)
pageSize - pdf页面尺寸watermark - 页面水印组件components - 组件public static XEasyPdfPage build(XEasyPdfPageRectangle pageSize, XEasyPdfDefaultWatermark watermark, List<XEasyPdfComponent> components)
pageSize - pdf页面尺寸watermark - 页面水印组件components - 组件列表public static String getTotalPagePlaceholder()
public static String getCurrentPagePlaceholder()
Copyright © 2023. All rights reserved.