com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class HtmlRenderStyles


  • Deprecated. 
    This type is not used anymore and will be deleted in future releases

    @Deprecated
    public class HtmlRenderStyles
    extends Object

    Contains html rendering CSS styling information.

    • Constructor Detail

      • HtmlRenderStyles

        public HtmlRenderStyles()
        Deprecated. 

        Initializes a new instance of the HtmlRenderStyles class.

      • HtmlRenderStyles

        public HtmlRenderStyles(String tableStyle,
                                String taskStyle,
                                String parentTaskStyle)
        Deprecated. 

        Initializes a new instance of the HtmlRenderStyles class.

        Parameters:
        tableStyle - CSS style for main table.
        taskStyle - Task's CSS style.
        parentTaskStyle - Parent task's CSS style.
    • Method Detail

      • getParentTaskStyle

        public String getParentTaskStyle()
        Deprecated. 

        Returns parent task CSS style.

        Returns:
        parent task CSS style.
      • setParentTaskStyle

        public void setParentTaskStyle(String value)
        Deprecated. 

        Sets parent task CSS style.

        Parameters:
        value - parent task CSS style.
      • getTableStyle

        public String getTableStyle()
        Deprecated. 

        Returns main table CSS style.

        Returns:
        table CSS style.
      • setTableStyle

        public void setTableStyle(String value)
        Deprecated. 

        Sets main table CSS style.

        Parameters:
        value - table CSS style.
      • getTaskStyle

        public String getTaskStyle()
        Deprecated. 

        Returns task's CSS style.

        Returns:
        task's CSS style.
      • setTaskStyle

        public void setTaskStyle(String value)
        Deprecated. 

        Sets task's CSS style.

        Parameters:
        value - task's CSS style.