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 SummaryConstructors
- 
Method SummaryMethods inherited from class EasyXLS.Drawings.AlignDrawingObjectgetAlignmentFormat, setAlignmentFormatMethods inherited from class EasyXLS.Drawings.FontDrawingObjectgetFontFormat, setFontFormatMethods inherited from class EasyXLS.Drawings.EffectDrawingObjectget3DFormat, set3DFormatMethods inherited from class EasyXLS.Drawings.FillDrawingObjectgetFillFormat, setFillFormatMethods inherited from class EasyXLS.Drawings.LineDrawingObjectgetLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormatMethods inherited from class EasyXLS.Drawings.DrawingObjectgetHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSizeMethods inherited from class System.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ExcelTitlepublic ExcelTitle()Defines an instance of a title.
 
- 
- 
Method Details- 
setTextpublic void setText(System.String text) Sets the text of the title.- Parameters:
- text- the text of the title.
- See Also:
 
- 
getTextpublic System.String getText()Returns the text of the title.- Returns:
- the text of the title
- See Also:
 
- 
CloneCreates and returns a copy of this object.- Returns:
- a clone of this instance.
 
 
-