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 FontDescriptorGroupCriterion. getFont()Gets the font for a criterion in a group definition.FontDescriptorProgressLines. getFont()Gets the font used for progress line label.FontDescriptorTextStyle. getFont()Gets font of the text style.Methods in com.aspose.tasks with parameters of type FontDescriptor Modifier and Type Method Description voidGroupCriterion. setFont(FontDescriptor value)Sets the font for a criterion in a group definition.voidProgressLines. setFont(FontDescriptor value)Sets the font used for progress line label.voidTextStyle. 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 theFontDescriptorclass with the specified font and style.TableTextStyle(int rowUid, FontDescriptor font)Initializes a new instance of theTableTextStyleclass with the specified font.TextStyle(FontDescriptor font)Initializes a new instance of theTextStyleclass with the specified font settings.
-