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_Style
  • PHPExcel_Style_Alignment
  • PHPExcel_Style_Border
  • PHPExcel_Style_Borders
  • PHPExcel_Style_Color
  • PHPExcel_Style_Conditional
  • PHPExcel_Style_Fill
  • PHPExcel_Style_Font
  • PHPExcel_Style_NumberFormat
  • PHPExcel_Style_Protection
  • PHPExcel_Style_Supervisor
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Style_Supervisor

PHPExcel_Style_Supervisor

Direct known subclasses

PHPExcel_Style, PHPExcel_Style_Alignment, PHPExcel_Style_Border, PHPExcel_Style_Borders, PHPExcel_Style_Color, PHPExcel_Style_Fill, PHPExcel_Style_Font, PHPExcel_Style_NumberFormat, PHPExcel_Style_Protection
Abstract
Package: PHPExcel\Style
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Style/Supervisor.php
Methods summary
public
# __construct( boolean $isSupervisor = FALSE )

Create a new PHPExcel_Style_Alignment

Create a new PHPExcel_Style_Alignment

Parameters

$isSupervisor

Flag indicating if this is a supervisor or not Leave this value at default unless you understand exactly what its ramifications are

public PHPExcel_Style_Supervisor
# bindParent( PHPExcel $parent, $parentPropertyName = NULL )

Bind parent. Only used for supervisor

Bind parent. Only used for supervisor

Parameters

$parent
$parentPropertyName

Returns

PHPExcel_Style_Supervisor
public boolean
# getIsSupervisor( )

Is this a supervisor or a cell style component?

Is this a supervisor or a cell style component?

Returns

boolean
public PHPExcel_Worksheet
# getActiveSheet( )

Get the currently active sheet. Only used for supervisor

Get the currently active sheet. Only used for supervisor

Returns

PHPExcel_Worksheet
public string
# getSelectedCells( )

Get the currently active cell coordinate in currently active sheet. Only used for supervisor

Get the currently active cell coordinate in currently active sheet. Only used for supervisor

Returns

string
E.g. 'A1'
public string
# getActiveCell( )

Get the currently active cell coordinate in currently active sheet. Only used for supervisor

Get the currently active cell coordinate in currently active sheet. Only used for supervisor

Returns

string
E.g. 'A1'
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.

Properties summary
protected boolean $_isSupervisor

Supervisor?

Supervisor?

#
protected PHPExcel_Style $_parent

Parent. Only used for supervisor

Parent. Only used for supervisor

#
Autene API documentation generated by ApiGen