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_Writer_Excel5
  • PHPExcel_Writer_Excel5_BIFFwriter
  • PHPExcel_Writer_Excel5_Escher
  • PHPExcel_Writer_Excel5_Font
  • PHPExcel_Writer_Excel5_Parser
  • PHPExcel_Writer_Excel5_Workbook
  • PHPExcel_Writer_Excel5_Worksheet
  • PHPExcel_Writer_Excel5_Xf
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Writer_Excel5_Font

PHPExcel_Writer_Excel5_Font

Package: PHPExcel\Writer\Excel5
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Writer/Excel5/Font.php
Methods summary
public
# __construct( PHPExcel_Style_Font $font = null )

Constructor

Constructor

Parameters

$font
public
# setColorIndex( integer $colorIndex )

Set the color index

Set the color index

Parameters

$colorIndex
public string
# writeFont( )

Get font record data

Get font record data

Returns

string
private static integer
# _mapBold( boolean $bold )

Map to BIFF5-BIFF8 codes for bold

Map to BIFF5-BIFF8 codes for bold

Parameters

$bold

Returns

integer
private static integer
# _mapUnderline( string $underline )

Map underline

Map underline

Parameters

$underline

Returns

integer
Properties summary
private integer $_colorIndex

Color index

Color index

#
private PHPExcel_Style_Font $_font

Font

Font

#
private static array $_mapUnderline

Map of BIFF2-BIFF8 codes for underline styles

Map of BIFF2-BIFF8 codes for underline styles

# array( PHPExcel_Style_Font::UNDERLINE_NONE => 0x00, PHPExcel_Style_Font::UNDERLINE_SINGLE => 0x01, PHPExcel_Style_Font::UNDERLINE_DOUBLE => 0x02, PHPExcel_Style_Font::UNDERLINE_SINGLEACCOUNTING => 0x21, PHPExcel_Style_Font::UNDERLINE_DOUBLEACCOUNTING => 0x22, )
Autene API documentation generated by ApiGen