Modifier and Type | Class and Description |
---|---|
class |
TableTextStyle
Represents a text style in a view table.
|
Modifier and Type | Method and Description |
---|---|
TextStyle |
TaskTextStyleEventArgs.getCellTextStyle()
Gets TextStyle which will be used to draw the cell's content.
|
TextStyle |
BarStyle.getTextStyle()
Gets text style (
TextStyle ) of the text to render on the right of the bar. |
Modifier and Type | Method and Description |
---|---|
List<TextStyle> |
GanttChartView.getTextStyles()
Gets a list of
TextStyle of the Gantt Chart view. |
List<TextStyle> |
SaveOptions.getTextStyles()
Gets the list of the instances of the
TextStyle class that appear in project view. |
Modifier and Type | Method and Description |
---|---|
void |
TaskTextStyleEventArgs.setCellTextStyle(TextStyle value)
Sets TextStyle which will be used to draw the cell's content.
|
void |
BarStyle.setTextStyle(TextStyle value)
Sets text style (
TextStyle ) of the text to render on the right of the bar. |
Modifier and Type | Method and Description |
---|---|
void |
GanttChartView.setTextStyles(List<TextStyle> value)
Sets a list of
TextStyle of the Gantt Chart view. |
void |
SaveOptions.setTextStyles(List<TextStyle> value)
Sets a list of text styles (
TextStyle ) that appear in project view. |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.