Class ChartStyle


public class ChartStyle extends BaseStyle
Represents the char styles.
  • Constructor Details

    • ChartStyle

      public ChartStyle()
      Initializes a new instance of the ChartStyle class.
    • ChartStyle

      public ChartStyle(String name)
      Initializes a new instance of the ChartStyle class.
      Parameters:
      name - the name
  • Method Details

    • clone

      public ChartStyle clone()
      Creates a new object that is a deep copy of the current instance.
      Specified by:
      clone in class BaseStyle
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current ChartStyle object to its equivalent string representation.
      Overrides:
      toString in class BaseStyle
      Returns:
      the string
    • getTextProperties

      public TextProperties getTextProperties()
      Specifies formatting properties for text.
      Returns:
      the text properties
    • getParagraphProperties

      public ParagraphProperties getParagraphProperties()
      Specifies formatting properties for paragraph.
      Returns:
      the paragraph properties
    • getGraphicProperties

      public GraphicProperties getGraphicProperties()
      Specifies formatting properties for graphic.
      Returns:
      the graphic properties
    • getChartProperties

      public ChartProperties getChartProperties()
      Specifies formatting properties for chart.
      Returns:
      the chart properties