public final class FontExtractionOptions extends Object
Font extraction options control which fonts should be extracted and from where
| Modifier and Type | Field and Description |
|---|---|
static int |
ExtractAll
Tries to extract all fonts, which are used in the input WordProcessing
document, including system fonts.
|
static int |
ExtractAllEmbedded
Extracts all font resources, which are embedded into the input Word
document, regardless of what they are: custom or system.
|
static int |
ExtractEmbeddedWithoutSystem
Extracts only those embedded font resources, which are custom (not
system)
|
static int |
NotExtract
Does not extract any font resource neither from document not from the
system.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
getFontExtractionOptions() |
public static final int ExtractAll
Tries to extract all fonts, which are used in the input WordProcessing document, including system fonts.
public static final int ExtractAllEmbedded
Extracts all font resources, which are embedded into the input Word document, regardless of what they are: custom or system.
public static final int ExtractEmbeddedWithoutSystem
Extracts only those embedded font resources, which are custom (not system)
public static final int NotExtract
Does not extract any font resource neither from document not from the system. Default value.
Copyright © 2024. All rights reserved.