java.lang.ObjectFontSourceBase
com.aspose.words.FileFontSource
public class FileFontSource
Constructor Summary |
---|
FileFontSource(java.lang.String filePath)
Ctor. |
FileFontSource(java.lang.String filePath, int priority)
Ctor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getFilePath() | |
Path to the font file. | ||
int | getPriority() | → inherited from FontSourceBase |
Returns the font source priority. | ||
int | getType() | |
Returns the type of the font source. The value of the property is FontSourceType integer constant. |
Constructor Detail |
---|
public FileFontSource(java.lang.String filePath)
filePath
- Path to font file.public FileFontSource(java.lang.String filePath, int priority)
filePath
- Path to font file.priority
- Font source priority. See the Property Getters/Setters Detail |
---|
getFilePath | |
public java.lang.String getFilePath() |
getPriority | → inherited from FontSourceBase |
public int getPriority() |
This value is used when there are fonts with the same family name and style in different font sources. In this case Aspose.Words selects the font from the source with the higher priority value.
The default value is 0.
getType | |
public int getType() |