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_Cell
  • PHPExcel_Cell_AdvancedValueBinder
  • PHPExcel_Cell_DataType
  • PHPExcel_Cell_DataValidation
  • PHPExcel_Cell_DefaultValueBinder
  • PHPExcel_Cell_Hyperlink

Interfaces

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

Class PHPExcel_Cell_Hyperlink

PHPExcel_Cell_Hyperlink

Package: PHPExcel\Cell
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Cell/Hyperlink.php
Methods summary
public
# __construct( string $pUrl = '', string $pTooltip = '' )

Create a new PHPExcel_Cell_Hyperlink

Create a new PHPExcel_Cell_Hyperlink

Parameters

$pUrl
Url to link the cell to
$pTooltip
Tooltip to display on the hyperlink
public string
# getUrl( )

Get URL

Get URL

Returns

string
public PHPExcel_Cell_Hyperlink
# setUrl( string $value = '' )

Set URL

Set URL

Parameters

$value

Returns

PHPExcel_Cell_Hyperlink
public string
# getTooltip( )

Get tooltip

Get tooltip

Returns

string
public PHPExcel_Cell_Hyperlink
# setTooltip( string $value = '' )

Set tooltip

Set tooltip

Parameters

$value

Returns

PHPExcel_Cell_Hyperlink
public boolean
# isInternal( )

Is this hyperlink internal? (to another worksheet)

Is this hyperlink internal? (to another worksheet)

Returns

boolean
public string
# getHashCode( )

Get hash code

Get hash code

Returns

string
Hash code
Properties summary
private string $_url

URL to link the cell to

URL to link the cell to

#
private string $_tooltip

Tooltip to display on the hyperlink

Tooltip to display on the hyperlink

#
Autene API documentation generated by ApiGen