Todo List
Implements interfaces:
PHPExcel_Comment __construct( )
string getAlignment( )
string getAuthor( )
PHPExcel_Style_Color getFillColor( )
string getHashCode( )
string getHeight( )
string getMarginLeft( )
string getMarginTop( )
PHPExcel_RichText getText( )
boolean getVisible( )
string getWidth( )
PHPExcel_Comment setAlignment( [string $pValue = PHPExcel_Style_Alignment::HORIZONTAL_GENERAL])
PHPExcel_Comment setAuthor( [string $pValue = ''])
PHPExcel_Comment setHeight( [string $value = '55.5pt'])
PHPExcel_Comment setMarginLeft( [string $value = '59.25pt'])
PHPExcel_Comment setMarginTop( [string $value = '1.5pt'])
PHPExcel_Comment setText( $pValue)
PHPExcel_Comment setVisible( [boolean $value = false])
PHPExcel_Comment setWidth( [string $value = '96pt'])
void __clone( )