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

Class: FontFace

Source Location: /global/FontFace.php

Class FontFace

Class Overview

FontFace class.

Located in /global/FontFace.php [line 63]

DOMElement
   |
   --ODPElement
      |
      --FontFace
Author(s):
  • Norman Markgraf (nmarkgraf(at)user.sourceforge.net)
Information Tags:
Version:  Release: @package_version@
Copyright:  Copyright in 2006, 2007 by The OpenDocumentPHP Team
Link:  http://opendocumentphp.org
Since:  0.5.0 - 08. Feb. 2007
License:  GNU General Public License 2.0.

Methods

[ Top ]
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
FontFace   __construct()   Constructor method.
void   getFontAdornments()   Retrieve font adornments.
void   getFontCharset()   Retieve font charset.
void   getFontFamilyGeneric()   Retrieve font family gerneric
void   getFontPitch()   Retrieve font pitch
void   getStyleName()   Retrive style name.
void   getSVGFontFamily()   Retreive SVG font family.
void   getSVGFontVariant()   Retrieve SVG font variant.
void   getSVGFontWeight()   Retrieve SVG font weight.
void   setFontAdornments()   Set font adornments.
void   setFontCharset()   Set font charset.
void   setFontFamilyGeneric()   Set font family generic.
void   setFontPitch()   Set font pitch.
void   setStyleName()   Set style name.
void   setSVGFontFamily()   Set SVG font family.
void   setSVGFontVariant()   Set SVG font variant.
void   setSVGFontWeight()   Set SVG font weight

[ Top ]
Methods
Constructor __construct  [line 71]

  FontFace __construct( [DOMElement|null $elem = null]  )

Constructor method.

Parameters:
DOMElement|null   $elem:  If a DOMElement is given, this is will be the node, else a new node is created.

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

Redefinition of:
ODPElement::__construct()
Constructor.

[ Top ]
getFontAdornments  [line 177]

  void getFontAdornments( )

Retrieve font adornments.


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getFontCharset  [line 206]

  void getFontCharset( )

Retieve font charset.


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getFontFamilyGeneric  [line 152]

  void getFontFamilyGeneric( )

Retrieve font family gerneric


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getFontPitch  [line 127]

  void getFontPitch( )

Retrieve font pitch


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getStyleName  [line 101]

  void getStyleName( )

Retrive style name.


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getSVGFontFamily  [line 235]

  void getSVGFontFamily( )

Retreive SVG font family.


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getSVGFontVariant  [line 260]

  void getSVGFontVariant( )

Retrieve SVG font variant.


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
getSVGFontWeight  [line 285]

  void getSVGFontWeight( )

Retrieve SVG font weight.


API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setFontAdornments  [line 166]

  void setFontAdornments( $name  )

Set font adornments.

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setFontCharset  [line 191]

  void setFontCharset( $name  )

Set font charset.

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setFontFamilyGeneric  [line 141]

  void setFontFamilyGeneric( $name  )

Set font family generic.

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setFontPitch  [line 116]

  void setFontPitch( string $fontpitch  )

Set font pitch.

Parameters:
string   $fontpitch:  font pitch

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setStyleName  [line 90]

  void setStyleName( $name  )

Set style name.

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setSVGFontFamily  [line 224]

  void setSVGFontFamily( $name  )

Set SVG font family.

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setSVGFontVariant  [line 249]

  void setSVGFontVariant( $name  )

Set SVG font variant.

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]
setSVGFontWeight  [line 274]

  void setSVGFontWeight( $name  )

Set SVG font weight

Parameters:
   $name: 

API Tags:
Access:  public

Information Tags:
Since:  0.5.0 - 08. Feb. 2007

[ Top ]

Documentation generated on Wed, 18 Jun 2008 06:28:26 +0200 by phpDocumentor 1.3.2