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

Class: PHPPowerPoint_Style_Alignment

Source Location: /PHPPowerpoint/Style/Alignment.php

Class Overview


PHPPowerPoint_Style_Alignment


Author(s):

Copyright:

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

Implements interfaces:

Variables

Constants

Methods



Class Details

[line 40]
PHPPowerPoint_Style_Alignment

PHPPowerPoint_Style_Alignment




Tags:

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


[ Top ]


Class Variables

$_hashIndex =

[line 204]

Hash index

Hash index




Tags:

access:  private

Type:   string


[ Top ]

$_horizontal =

[line 61]

Horizontal

Horizontal




Tags:

access:  private

Type:   string


[ Top ]

$_indent =

[line 82]

Indent - only possible with horizontal alignment left and right

Indent - only possible with horizontal alignment left and right




Tags:

access:  private

Type:   int


[ Top ]

$_level =

[line 75]

Level

Level




Tags:

access:  private

Type:   int


[ Top ]

$_vertical =

[line 68]

Vertical

Vertical




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 87]

PHPPowerPoint_Style_Alignment __construct( )

Create a new PHPPowerPoint_Style_Alignment

Create a new PHPPowerPoint_Style_Alignment




Tags:

access:  public


[ Top ]

method getHashCode [line 189]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getHashIndex [line 214]

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 getHorizontal [line 101]

string getHorizontal( )

Get Horizontal

Get Horizontal




Tags:

access:  public


[ Top ]

method getIndent [line 165]

int getIndent( )

Get indent

Get indent




Tags:

access:  public


[ Top ]

method getLevel [line 143]

int getLevel( )

Get Level

Get Level




Tags:

access:  public


[ Top ]

method getVertical [line 122]

string getVertical( )

Get Vertical

Get Vertical




Tags:

access:  public


[ Top ]

method setHashIndex [line 226]

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 setHorizontal [line 110]

void setHorizontal( [string $pValue = PHPPowerPoint_Style_Alignment::HORIZONTAL_LEF])

Set Horizontal

Set Horizontal




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method setIndent [line 174]

void setIndent( [int $pValue = 0])

Set indent

Set indent




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setLevel [line 153]

void setLevel( [int $pValue = 0])

Set Level

Set Level




Tags:

throws:  Exception
access:  public


Parameters:

int   $pValue   Ranging 0 - 8

[ Top ]

method setVertical [line 131]

void setVertical( [string $pValue = PHPPowerPoint_Style_Alignment::VERTICAL_BASE])

Set Vertical

Set Vertical




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method __clone [line 233]

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

HORIZONTAL_CENTER =  'ctr'

[line 45]


[ Top ]

HORIZONTAL_DISTRIBUTED =  'dist'

[line 47]


[ Top ]

HORIZONTAL_JUSTIFY =  'just'

[line 46]


[ Top ]

HORIZONTAL_LEFT =  'l'

[line 43]


[ Top ]

HORIZONTAL_RIGHT =  'r'

[line 44]


[ Top ]

VERTICAL_AUTO =  'auto'

[line 51]


[ Top ]

VERTICAL_BASE =  'base'

[line 50]


[ Top ]

VERTICAL_BOTTOM =  'b'

[line 52]


[ Top ]

VERTICAL_CENTER =  'ctr'

[line 54]


[ Top ]

VERTICAL_TOP =  't'

[line 53]


[ Top ]



Documentation generated on Sat, 25 Apr 2009 11:36:39 +0200 by phpDocumentor 1.4.1