com.aspose.words
Class FontSourceBase

java.lang.Object
    extended by com.aspose.words.FontSourceBase
Direct Known Subclasses:
FileFontSource, FolderFontSource, MemoryFontSource, SystemFontSource

public abstract class FontSourceBase 
extends java.lang.Object

This is an abstract base class for the classes that allow the user to specify various font sources.

Property Getters/Setters Summary
intgetPriority()
           Returns the font source priority.
abstract intgetType()
           Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

Property Getters/Setters Detail

getPriority

public int getPriority()
Returns the font source priority.

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 abstract int getType()
Returns the type of the font source. The value of the property is FontSourceType integer constant.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.