Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_RichText
  • PHPExcel_RichText_Run
  • PHPExcel_RichText_TextElement

Interfaces

  • PHPExcel_RichText_ITextElement
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_RichText_Run

PHPExcel_RichText_Run

PHPExcel_RichText_TextElement implements PHPExcel_RichText_ITextElement
Extended by PHPExcel_RichText_Run implements PHPExcel_RichText_ITextElement
Package: PHPExcel\RichText
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/RichText/Run.php
Methods summary
public
# __construct( string $pText = '' )

Create a new PHPExcel_RichText_Run instance

Create a new PHPExcel_RichText_Run instance

Parameters

$pText
Text

Overrides

PHPExcel_RichText_TextElement::__construct()
public PHPExcel_Style_Font
# getFont( )

Get font

Get font

Returns

PHPExcel_Style_Font

Overrides

PHPExcel_RichText_TextElement::getFont()

Implementation of

PHPExcel_RichText_ITextElement::getFont()
public PHPExcel_RichText_ITextElement
# setFont( PHPExcel_Style_Font $pFont = null )

Set font

Set font

Parameters

$pFont
Font

Returns

PHPExcel_RichText_ITextElement

Throws

PHPExcel_Exception
public string
# getHashCode( )

Get hash code

Get hash code

Returns

string
Hash code

Overrides

PHPExcel_RichText_TextElement::getHashCode()

Implementation of

PHPExcel_RichText_ITextElement::getHashCode()
public
# __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.

Overrides

PHPExcel_RichText_TextElement::__clone()
Methods inherited from PHPExcel_RichText_TextElement
getText(), setText()
Properties summary
private PHPExcel_Style_Font $_font

Font

Font

#
Autene API documentation generated by ApiGen