Modifier and Type | Class and Description |
---|---|
class |
TableTextStyle
Represents a text style in a view table.
|
Modifier and Type | Method and Description |
---|---|
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> |
SaveOptions.getTextStyles()
Returns a list of text styles (
TextStyle ) that appear in project view. |
List<TextStyle> |
GanttChartView.getTextStyles()
Gets a list of text styles (
TextStyle ) of the Gantt Chart view. |
Modifier and Type | Method and Description |
---|---|
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 |
SaveOptions.setTextStyles(List<TextStyle> value)
Sets a list of text styles (
TextStyle ) that appear in project view. |
void |
GanttChartView.setTextStyles(List<TextStyle> value)
Sets a list of text styles (
TextStyle ) of the Gantt Chart view. |
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.