public final class FontExtractionOptions
extends com.aspose.ms.System.Enum
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 Words document, inclusing 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[] |
numbers() |
public static final byte ExtractAll
Tries to extract all fonts, which are used in the input Words document, inclusing 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.
public static Byte[] numbers()
Copyright © 2018. All rights reserved.