public class IndividualFontConfigs
extends java.lang.Object
Workbook object.| Constructor and Description |
|---|
IndividualFontConfigs()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
FontSourceBase[] |
getFontSources()
Gets a copy of the array that contains the list of sources
|
java.lang.String[] |
getFontSubstitutes(java.lang.String originalFontName)
Returns array containing font substitute names to be used if original font is not presented.
|
void |
setFontExclusiveSources(FontSourceBase[] exclusiveSources)
Sets the fonts exclusive sources.
|
void |
setFontFolder(java.lang.String fontFolder,
boolean recursive)
Sets the fonts folder
|
void |
setFontFolders(java.lang.String[] fontFolders,
boolean recursive)
Sets the fonts folders
|
void |
setFontSources(FontSourceBase[] sources)
Sets the fonts sources.
|
void |
setFontSubstitutes(java.lang.String originalFontName,
java.lang.String[] substituteFontNames)
Font substitute names for given original font name.
|
public void setFontSubstitutes(java.lang.String originalFontName,
java.lang.String[] substituteFontNames)
originalFontName - Original font name.substituteFontNames - List of font substitute names to be used if original font is not presented.public java.lang.String[] getFontSubstitutes(java.lang.String originalFontName)
originalFontName - originalFontNamepublic void setFontFolder(java.lang.String fontFolder,
boolean recursive)
fontFolder - The folder that contains TrueType fonts.recursive - Determines whether or not to scan subfolders.public void setFontFolders(java.lang.String[] fontFolders,
boolean recursive)
fontFolders - The folders that contains TrueType fonts.recursive - Determines whether or not to scan subfolders.public void setFontSources(FontSourceBase[] sources)
sources - An array of sources that contain TrueType fonts.public void setFontExclusiveSources(FontSourceBase[] exclusiveSources)
Remarks
System.setProperty("Aspose.Cells.FontDirExc", "fontExclusiveFolder") will be ignored if this is set.exclusiveSources - An array of sources that contain TrueType fonts.public FontSourceBase[] getFontSources()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.