phpDocumentor OpenDocumentPHP
styles_properties
[ class tree: OpenDocumentPHP ] [ index: OpenDocumentPHP ] [ all elements ]

Class: TextProperties

Source Location: /styles/properties/TextProperties.php

Class TextProperties

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ODPElement

ODPElement::__construct()
Constructor.
ODPElement::appendChild()
Set attribute with namespace.
ODPElement::getAttributeNS()
Retrieve an attribute with namespace, tag and value.
ODPElement::getChildNS()
Retrieve a child by its namespace and tag from the current node.
ODPElement::getDrawAttribute()
Retrieve a draw attribute of the current element.
ODPElement::getElement()
Return this element as uncovered DOMElement.
ODPElement::getElementByTagNameNS()
Retrieve (first) element by given tagname and namespace.
ODPElement::getElementsByTagNameNS()
Retrieve elements by given tagname and namespace.
ODPElement::getStyleAttribute()
Retrieve a style attribute of the current element.
ODPElement::hasAttributeNS()
Check if this element has an attribute with given namespace and tagname.
ODPElement::hasChildNS()
Check if the current element has a child $tag with $namespace.
ODPElement::putAttributeNS()
Put an attribute with namespace, tag and value.
ODPElement::putDrawAttribute()
Put (set with remove old) a draw attribute to the current ODPElement.
ODPElement::putFOAttribute()
Put (set with remove old) a FO attribute to the current ODPElement.
ODPElement::putStyleAttribute()
Put (set with remove old) a sytle attribute to the current ODPElement.
ODPElement::removeAttributeNS()
Set attribute with namespace.
ODPElement::setAttributeNS()
Set attribute with namespace.
ODPElement::setManifestAttribute()
Set a Manifest attribute to the current ODPElement.

[ Top ]
Method Summary
TextProperties   __construct()   Constructor method.
void   getCountry()   fo:country="DE"
void   getFontName()   style:font-name="Arial"
void   getFontNameAsian()   style:font-name-asian="MS Mincho"
void   getFontNameComplex()   style:font-name-complex="MS Mincho"
void   getFontSize()   fo:font-size="12pt"
void   getFontSizeAsian()   style:font-size-asian="14pt"
void   getFontSizeComplex()   style:font-size-complex="14pt"
void   getFontStyle()   fo:font-style="italic"
void   getFontStyleComplex()   style:font-style-complex="italic"
void   getFontWeight()   fo:font-weight="bold"
void   getFontWeightAsian()   style:font-style-asian="italic"
void   getFontWeightComplex()   style:font-weight-complex="bold"
void   getHyphenate()   fo:hyphenate="false"
void   getHyphenationPushCharCount()   fo:hyphenation-push-char-count="2"
void   getHyphenationRemainCharCount()   fo:hyphenation-remain-char-count="2"
void   getLanguage()   fo:language="de"
void   setCountry()   fo:country="DE"
void   setFontName()   style:font-name="Arial"
void   setFontNameAsian()   style:font-name-asian="MS Mincho"
void   setFontNameComplex()   style:font-name-complex="MS Mincho"
void   setFontSize()   fo:font-size="12pt"
void   setFontSizeAsian()   style:font-size-asian="14pt"
void   setFontSizeComplex()   style:font-size-complex="14pt"
void   setFontStyle()   fo:font-style="italic"
void   setFontStyleComplex()   style:font-style-complex="italic"
void   setFontWeight()   fo:font-weight="bold"
void   setFontWeightAsian()   style:font-style-asian="italic"
void   setFontWeightComplex()   style:font-weight-complex="bold"
void   setHyphenate()   fo:hyphenate="false"
void   setHyphenationPushCharCount()   fo:hyphenation-push-char-count="2"
void   setHyphenationRemainCharCount()   fo:hyphenation-remain-char-count="2"
void   setLanguage()   fo:language="de"

[ Top ]
Methods
Constructor __construct  [line 71]

  TextProperties __construct( [ $elem = null]  )

Constructor method.

Parameters:
   $elem: 

Information Tags:
Since:  0.5.2 - 26. Feb. 2007

Redefinition of:
ODPElement::__construct()
Constructor.

[ Top ]
getCountry  [line 272]

  void getCountry( [ $value = null]  )

fo:country="DE"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontName  [line 309]

  void getFontName( [ $value = null]  )

style:font-name="Arial"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontNameAsian  [line 318]

  void getFontNameAsian( [ $value = null]  )

style:font-name-asian="MS Mincho"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontNameComplex  [line 345]

  void getFontNameComplex( [ $value = null]  )

style:font-name-complex="MS Mincho"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontSize  [line 254]

  void getFontSize( [ $value = null]  )

fo:font-size="12pt"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontSizeAsian  [line 327]

  void getFontSizeAsian( [ $value = null]  )

style:font-size-asian="14pt"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontSizeComplex  [line 354]

  void getFontSizeComplex( [ $value = null]  )

style:font-size-complex="14pt"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontStyle  [line 236]

  void getFontStyle( [ $value = null]  )

fo:font-style="italic"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontStyleComplex  [line 363]

  void getFontStyleComplex( [ $value = null]  )

style:font-style-complex="italic"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontWeight  [line 245]

  void getFontWeight( [ $value = null]  )

fo:font-weight="bold"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontWeightAsian  [line 336]

  void getFontWeightAsian( [ $value = null]  )

style:font-style-asian="italic"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getFontWeightComplex  [line 372]

  void getFontWeightComplex( [ $value = null]  )

style:font-weight-complex="bold"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19.032007

[ Top ]
getHyphenate  [line 281]

  void getHyphenate( [ $value = null]  )

fo:hyphenate="false"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getHyphenationPushCharCount  [line 299]

  void getHyphenationPushCharCount( [ $value = null]  )

fo:hyphenation-push-char-count="2"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getHyphenationRemainCharCount  [line 290]

  void getHyphenationRemainCharCount( [ $value = null]  )

fo:hyphenation-remain-char-count="2"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
getLanguage  [line 263]

  void getLanguage( [ $value = null]  )

fo:language="de"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 19. Mar. 2007

[ Top ]
setCountry  [line 120]

  void setCountry( $value  )

fo:country="DE"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontName  [line 156]

  void setFontName( $value  )

style:font-name="Arial"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontNameAsian  [line 165]

  void setFontNameAsian( $value  )

style:font-name-asian="MS Mincho"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontNameComplex  [line 192]

  void setFontNameComplex( $value  )

style:font-name-complex="MS Mincho"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontSize  [line 102]

  void setFontSize( $value  )

fo:font-size="12pt"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontSizeAsian  [line 174]

  void setFontSizeAsian( $value  )

style:font-size-asian="14pt"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontSizeComplex  [line 201]

  void setFontSizeComplex( $value  )

style:font-size-complex="14pt"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontStyle  [line 84]

  void setFontStyle( $value  )

fo:font-style="italic"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontStyleComplex  [line 210]

  void setFontStyleComplex( $value  )

style:font-style-complex="italic"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontWeight  [line 93]

  void setFontWeight( $value  )

fo:font-weight="bold"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontWeightAsian  [line 183]

  void setFontWeightAsian( $value  )

style:font-style-asian="italic"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setFontWeightComplex  [line 219]

  void setFontWeightComplex( $value  )

style:font-weight-complex="bold"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setHyphenate  [line 129]

  void setHyphenate( $value  )

fo:hyphenate="false"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setHyphenationPushCharCount  [line 147]

  void setHyphenationPushCharCount( $value  )

fo:hyphenation-push-char-count="2"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setHyphenationRemainCharCount  [line 138]

  void setHyphenationRemainCharCount( $value  )

fo:hyphenation-remain-char-count="2"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]
setLanguage  [line 111]

  void setLanguage( $value  )

fo:language="de"

Parameters:
   $value: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.2 - 16. Mar. 2007

[ Top ]

Documentation generated on Wed, 18 Jun 2008 06:33:45 +0200 by phpDocumentor 1.3.2