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

Class: PHPPowerPoint_Style_Font

Source Location: /PHPPowerpoint/Style/Font.php

Class Overview


PHPPowerPoint_Style_Font


Author(s):

Copyright:

  • Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)

Implements interfaces:

Variables

Constants

Methods



Class Details

[line 43]
PHPPowerPoint_Style_Font

PHPPowerPoint_Style_Font




Tags:

copyright:  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)


[ Top ]


Class Variables

$_bold =

[line 77]

Bold

Bold




Tags:

access:  private

Type:   boolean


[ Top ]

$_color =

[line 119]

Foreground color

Foreground color




Tags:

access:  private



[ Top ]

$_hashIndex =

[line 372]

Hash index

Hash index




Tags:

access:  private

Type:   string


[ Top ]

$_italic =

[line 84]

Italic

Italic




Tags:

access:  private

Type:   boolean


[ Top ]

$_name =

[line 70]

Name

Name




Tags:

access:  private

Type:   string


[ Top ]

$_strikethrough =

[line 112]

Strikethrough

Strikethrough




Tags:

access:  private

Type:   boolean


[ Top ]

$_subScript =

[line 98]

Subscript

Subscript




Tags:

access:  private

Type:   boolean


[ Top ]

$_superScript =

[line 91]

Superscript

Superscript




Tags:

access:  private

Type:   boolean


[ Top ]

$_underline =

[line 105]

Underline

Underline




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 124]

PHPPowerPoint_Style_Font __construct( )

Create a new PHPPowerPoint_Style_Font

Create a new PHPPowerPoint_Style_Font




Tags:

access:  public


[ Top ]

method getBold [line 185]

boolean getBold( )

Get Bold

Get Bold




Tags:

access:  public


[ Top ]

method getColor [line 333]

PHPPowerPoint_Style_Color getColor( )

Get Color

Get Color




Tags:

access:  public


[ Top ]

method getHashCode [line 352]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getHashIndex [line 382]

string getHashIndex( )

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

return:  Hash index
access:  public


[ Top ]

method getItalic [line 206]

boolean getItalic( )

Get Italic

Get Italic




Tags:

access:  public


[ Top ]

method getName [line 143]

string getName( )

Get Name

Get Name




Tags:

access:  public


[ Top ]

method getSize [line 164]

double getSize( )

Get Size

Get Size




Tags:

access:  public


[ Top ]

method getStrikethrough [line 312]

boolean getStrikethrough( )

Get Strikethrough

Get Strikethrough




Tags:

access:  public


[ Top ]

method getStriketrough [line 293]

boolean getStriketrough( )

Get Striketrough

Get Striketrough




Tags:

deprecated:  Use getStrikethrough() instead.
access:  public


[ Top ]

method getSubScript [line 249]

boolean getSubScript( )

Get SubScript

Get SubScript




Tags:

access:  public


[ Top ]

method getSuperScript [line 227]

boolean getSuperScript( )

Get SuperScript

Get SuperScript




Tags:

access:  public


[ Top ]

method getUnderline [line 271]

string getUnderline( )

Get Underline

Get Underline




Tags:

access:  public


[ Top ]

method setBold [line 194]

void setBold( [boolean $pValue = false])

Set Bold

Set Bold




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setColor [line 343]

void setColor( [PHPPowerPoint_Style_Color $pValue = null])

Set Color

Set Color




Tags:

throws:  Exception
access:  public


Parameters:

PHPPowerPoint_Style_Color   $pValue  

[ Top ]

method setHashIndex [line 394]

void setHashIndex( string $value)

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

access:  public


Parameters:

string   $value   Hash index

[ Top ]

method setItalic [line 215]

void setItalic( [boolean $pValue = false])

Set Italic

Set Italic




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setName [line 152]

void setName( [string $pValue = 'Calibri'])

Set Name

Set Name




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method setSize [line 173]

void setSize( [double $pValue = 10])

Set Size

Set Size




Tags:

access:  public


Parameters:

double   $pValue  

[ Top ]

method setStrikethrough [line 321]

void setStrikethrough( [boolean $pValue = false])

Set Strikethrough

Set Strikethrough




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setStriketrough [line 303]

void setStriketrough( [boolean $pValue = false])

Set Striketrough

Set Striketrough




Tags:

deprecated:  Use setStrikethrough() instead.
access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setSubScript [line 258]

void setSubScript( [boolean $pValue = false])

Set SubScript

Set SubScript




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setSuperScript [line 236]

void setSuperScript( [boolean $pValue = false])

Set SuperScript

Set SuperScript




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setUnderline [line 280]

void setUnderline( [string $pValue = PHPPowerPoint_Style_Font::UNDERLINE_NONE])

Set Underline

Set Underline




Tags:

access:  public


Parameters:

string   $pValue   PHPPowerPoint_Style_Font underline type

[ Top ]

method __clone [line 401]

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


[ Top ]


Class Constants

UNDERLINE_DASH =  'dash'

[line 47]


[ Top ]

UNDERLINE_DASHHEAVY =  'dashHeavy'

[line 48]


[ Top ]

UNDERLINE_DASHLONG =  'dashLong'

[line 49]


[ Top ]

UNDERLINE_DASHLONGHEAVY =  'dashLongHeavy'

[line 50]


[ Top ]

UNDERLINE_DOTDOTDASH =  'dotDotDash'

[line 54]


[ Top ]

UNDERLINE_DOTDOTDASHHEAVY =  'dotDotDashHeavy'

[line 55]


[ Top ]

UNDERLINE_DOTHASH =  'dotDash'

[line 52]


[ Top ]

UNDERLINE_DOTHASHHEAVY =  'dotDashHeavy'

[line 53]


[ Top ]

UNDERLINE_DOTTED =  'dotted'

[line 56]


[ Top ]

UNDERLINE_DOTTEDHEAVY =  'dottedHeavy'

[line 57]


[ Top ]

UNDERLINE_DOUBLE =  'dbl'

[line 51]


[ Top ]

UNDERLINE_HEAVY =  'heavy'

[line 58]


[ Top ]

UNDERLINE_NONE =  'none'

[line 46]


[ Top ]

UNDERLINE_SINGLE =  'sng'

[line 59]


[ Top ]

UNDERLINE_WAVY =  'wavy'

[line 60]


[ Top ]

UNDERLINE_WAVYDOUBLE =  'wavyDbl'

[line 61]


[ Top ]

UNDERLINE_WAVYHEAVY =  'wavyHeavy'

[line 62]


[ Top ]

UNDERLINE_WORDS =  'words'

[line 63]


[ Top ]



Documentation generated on Sat, 25 Apr 2009 11:37:18 +0200 by phpDocumentor 1.4.1