org.jopendocument.model.chart
Class ChartSubtitle

java.lang.Object
  extended by org.jopendocument.model.chart.ChartSubtitle

public class ChartSubtitle
extends java.lang.Object


Constructor Summary
ChartSubtitle()
           
 
Method Summary
 java.lang.String getChartStyleName()
          Gets the value of the chartStyleName property.
 java.lang.String getSvgX()
          Gets the value of the svgX property.
 java.lang.String getSvgY()
          Gets the value of the svgY property.
 java.lang.String getTableCellRange()
          Gets the value of the tableCellRange property.
 TextP getTextP()
          Gets the value of the textP property.
 void setChartStyleName(java.lang.String value)
          Sets the value of the chartStyleName property.
 void setSvgX(java.lang.String value)
          Sets the value of the svgX property.
 void setSvgY(java.lang.String value)
          Sets the value of the svgY property.
 void setTableCellRange(java.lang.String value)
          Sets the value of the tableCellRange property.
 void setTextP(TextP value)
          Sets the value of the textP property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartSubtitle

public ChartSubtitle()
Method Detail

getChartStyleName

public java.lang.String getChartStyleName()
Gets the value of the chartStyleName property.

Returns:
possible object is String

getSvgX

public java.lang.String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public java.lang.String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

getTableCellRange

public java.lang.String getTableCellRange()
Gets the value of the tableCellRange property.

Returns:
possible object is String

getTextP

public TextP getTextP()
Gets the value of the textP property.

Returns:
possible object is TextP

setChartStyleName

public void setChartStyleName(java.lang.String value)
Sets the value of the chartStyleName property.

Parameters:
value - allowed object is String

setSvgX

public void setSvgX(java.lang.String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(java.lang.String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String

setTableCellRange

public void setTableCellRange(java.lang.String value)
Sets the value of the tableCellRange property.

Parameters:
value - allowed object is String

setTextP

public void setTextP(TextP value)
Sets the value of the textP property.

Parameters:
value - allowed object is TextP