PHPExcel_RichText
[ class tree: PHPExcel_RichText ] [ index: PHPExcel_RichText ] [ all elements ]

Class: PHPExcel_RichText_TextElement

Source Location: /PHPExcel/RichText/TextElement.php

Class Overview


PHPExcel_RichText_TextElement


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Methods


Child classes:

PHPExcel_RichText_Run
PHPExcel_RichText_Run

Class Details

[line 41]
PHPExcel_RichText_TextElement

PHPExcel_RichText_TextElement




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_text =

[line 48]

Text

Text




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 55]

PHPExcel_RichText_TextElement __construct( [string $pText = ''])

Create a new PHPExcel_RichText_TextElement instance

Create a new PHPExcel_RichText_TextElement instance




Tags:

access:  public


Overridden in child classes as:

PHPExcel_RichText_Run::__construct()
Create a new PHPExcel_RichText_Run instance

Parameters:

string   $pText   Text

[ Top ]

method getFont [line 84]

PHPExcel_Style_Font getFont( )

Get font

Get font




Tags:

access:  public


Overridden in child classes as:

PHPExcel_RichText_Run::getFont()
Get font


Implementation of:
PHPExcel_RichText_ITextElement::getFont()
Get font
[ Top ]

method getHashCode [line 93]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


Overridden in child classes as:

PHPExcel_RichText_Run::getHashCode()
Get hash code


Implementation of:
PHPExcel_RichText_ITextElement::getHashCode()
Get hash code
[ Top ]

method getText [line 66]

string getText( )

Get text

Get text




Tags:

return:  Text
access:  public



Implementation of:
PHPExcel_RichText_ITextElement::getText()
Get text
[ Top ]

method setText [line 75]

void setText( [$pText $pText = ''])

Set text

Set text




Tags:

access:  public



Implementation of:
PHPExcel_RichText_ITextElement::setText()
Set text

Parameters:

$pText   $pText   string Text

[ Top ]

method __clone [line 103]

void __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.




Tags:

access:  public


Overridden in child classes as:

PHPExcel_RichText_Run::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:38:39 +0100 by phpDocumentor 1.4.1