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 byte |
ExtractAll
Tries to extract all fonts, which are used in the input WordProcessing
document, including system fonts.
|
static byte |
ExtractAllEmbedded
Extracts all font resources, which are embedded into the input Word
document, regardless of what they are: custom or system.
|
static byte |
ExtractEmbeddedWithoutSystem
Extracts only those embedded font resources, which are custom (not
system)
|
static byte |
NotExtract
Does not extract any font resource neither from document not from the
system.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
getFontExtractionOptions() |
public static final byte ExtractAll
Tries to extract all fonts, which are used in the input WordProcessing document, including system fonts.
public static final byte ExtractAllEmbedded
Extracts all font resources, which are embedded into the input Word document, regardless of what they are: custom or system.
public static final byte ExtractEmbeddedWithoutSystem
Extracts only those embedded font resources, which are custom (not system)
public static final byte NotExtract
Does not extract any font resource neither from document not from the system. Default value.