Namespace EasyXLS.Charts
Class ExcelTitle
System.Object
- All Implemented Interfaces:
IAlignDrawingObject
,IEffectDrawingObject
,IFontDrawingObject
This class stores the titles information like
text, fill settings, line settings, font settings, alignment settings and shadow settings. A title can be a chart title,
value Y axis title or category X axis title.
-
Constructor Summary
-
Method Summary
Methods inherited from class EasyXLS.Drawings.AlignDrawingObject
getAlignmentFormat, setAlignmentFormat
Methods inherited from class EasyXLS.Drawings.FontDrawingObject
getFontFormat, setFontFormat
Methods inherited from class EasyXLS.Drawings.EffectDrawingObject
get3DFormat, set3DFormat
Methods inherited from class EasyXLS.Drawings.FillDrawingObject
getFillFormat, setFillFormat
Methods inherited from class EasyXLS.Drawings.LineDrawingObject
getLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormat
Methods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSize
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExcelTitle
public ExcelTitle()Defines an instance of a title.
-
-
Method Details
-
setText
public void setText(System.String text)Sets the text of the title.- Parameters:
text
- the text of the title.- See Also:
getText()
-
getText
public System.String getText()Returns the text of the title.- Returns:
- the text of the title
- See Also:
setText(System.String)
-
Clone
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
-