| 程序包 | 说明 |
|---|---|
| org.dromara.pdf.pdfbox.core.enums |
枚举
|
| org.dromara.pdf.pdfbox.handler |
助手
|
| org.dromara.pdf.pdfbox.support.fonts |
字体
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FontType |
FontType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FontType[] |
FontType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FontHandler.addFont(InputStream inputStream,
String tempName,
FontType type)
添加自定义字体
注:添加一次即可
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
FileSystemFontProvider.addFont(InputStream inputStream,
String tempName,
FontType type) |
abstract String |
FontProvider.addFont(InputStream inputStream,
String tempName,
FontType type)
Adds a font to the list of available fonts.
|
Copyright © 2024. All rights reserved.