@Deprecated public class HtmlRenderStyles extends Object
Contains html rendering CSS styling information.
Constructor and Description |
---|
HtmlRenderStyles()
Deprecated.
Initializes a new instance of the
HtmlRenderStyles class. |
HtmlRenderStyles(String tableStyle,
String taskStyle,
String parentTaskStyle)
Deprecated.
Initializes a new instance of the
HtmlRenderStyles class. |
Modifier and Type | Method and Description |
---|---|
String |
getParentTaskStyle()
Deprecated.
Returns parent task CSS style.
|
String |
getTableStyle()
Deprecated.
Returns main table CSS style.
|
String |
getTaskStyle()
Deprecated.
Returns task's CSS style.
|
void |
setParentTaskStyle(String value)
Deprecated.
Sets parent task CSS style.
|
void |
setTableStyle(String value)
Deprecated.
Sets main table CSS style.
|
void |
setTaskStyle(String value)
Deprecated.
Sets task's CSS style.
|
public HtmlRenderStyles()
Initializes a new instance of the HtmlRenderStyles
class.
public HtmlRenderStyles(String tableStyle, String taskStyle, String parentTaskStyle)
Initializes a new instance of the HtmlRenderStyles
class.
tableStyle
- CSS style for main table.taskStyle
- Task's CSS style.parentTaskStyle
- Parent task's CSS style.public String getParentTaskStyle()
Returns parent task CSS style.
public void setParentTaskStyle(String value)
Sets parent task CSS style.
value
- parent task CSS style.public String getTableStyle()
Returns main table CSS style.
public void setTableStyle(String value)
Sets main table CSS style.
value
- table CSS style.public String getTaskStyle()
Returns task's CSS style.
public void setTaskStyle(String value)
Sets task's CSS style.
value
- task's CSS style.