@Deprecated public class WordsLoadOptions extends com.groupdocs.conversion.options.load.LoadOptions
Word document load options
Constructor and Description |
---|
WordsLoadOptions()
Deprecated.
Default constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoFontSubstitution()
Deprecated.
If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the
DefaultFont for the substitution of missing fonts.
|
String |
getDefaultFont()
Deprecated.
Default font for Words document.
|
com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,String>> |
getFontSubstitutes()
Deprecated.
Substitute specific fonts when converting Words document.
|
void |
setAutoFontSubstitution(boolean value)
Deprecated.
If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the
DefaultFont for the substitution of missing fonts.
|
void |
setDefaultFont(String value)
Deprecated.
Default font for Words document.
|
public final String getDefaultFont()
Default font for Words document. The following font will be used if a font is missing.
public final void setDefaultFont(String value)
Default font for Words document. The following font will be used if a font is missing.
value
- public final boolean getAutoFontSubstitution()
If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the DefaultFont for the substitution of missing fonts. If AutoFontSubstitution is enabled, GroupDocs.Conversion evaluates all the related fields in FontInfo (Panose, Sig etc) for the missing font and finds the closest match among the available font sources. Note that font substitution mechanism will override the DefaultFont in cases when FontInfo for the missing font is available in the document. The default value is True.
public final void setAutoFontSubstitution(boolean value)
If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the DefaultFont for the substitution of missing fonts. If AutoFontSubstitution is enabled, GroupDocs.Conversion evaluates all the related fields in FontInfo (Panose, Sig etc) for the missing font and finds the closest match among the available font sources. Note that font substitution mechanism will override the DefaultFont in cases when FontInfo for the missing font is available in the document. The default value is True.
value
- Copyright © 2019. All rights reserved.