Uses of Class
com.aspose.tasks.FontDescriptor
-
-
Uses of FontDescriptor in com.aspose.tasks
Methods in com.aspose.tasks that return FontDescriptor Modifier and Type Method Description FontDescriptor
GroupCriterion. getFont()
Gets the font for a criterion in a group definition.FontDescriptor
ProgressLines. getFont()
Gets the font used for progress line label.FontDescriptor
TextStyle. getFont()
Gets font of the text style.Methods in com.aspose.tasks with parameters of type FontDescriptor Modifier and Type Method Description void
GroupCriterion. setFont(FontDescriptor value)
Sets the font for a criterion in a group definition.void
ProgressLines. setFont(FontDescriptor value)
Sets the font used for progress line label.void
TextStyle. setFont(FontDescriptor value)
Sets font of the text style.Constructors in com.aspose.tasks with parameters of type FontDescriptor Constructor Description FontDescriptor(FontDescriptor font, int style)
Initializes a new instance of theFontDescriptor
class with the specified font and style.TableTextStyle(int rowUid, FontDescriptor font)
Initializes a new instance of theTableTextStyle
class with the specified font.TextStyle(FontDescriptor font)
Initializes a new instance of theTextStyle
class with the specified font settings.
-