public static enum XEasyPdfComponent.ContentMode extends Enum<XEasyPdfComponent.ContentMode>
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.pdfbox.pdmodel.PDPageContentStream.AppendMode |
getMode()
获取追加模式
|
static XEasyPdfComponent.ContentMode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static XEasyPdfComponent.ContentMode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final XEasyPdfComponent.ContentMode OVERWRITE
public static final XEasyPdfComponent.ContentMode APPEND
public static final XEasyPdfComponent.ContentMode PREPEND
public static XEasyPdfComponent.ContentMode[] values()
for (XEasyPdfComponent.ContentMode c : XEasyPdfComponent.ContentMode.values()) System.out.println(c);
public static XEasyPdfComponent.ContentMode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public org.apache.pdfbox.pdmodel.PDPageContentStream.AppendMode getMode()
Copyright © 2023. All rights reserved.