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
  • PHPExcel_Autoloader
  • PHPExcel_Comment
  • PHPExcel_DocumentProperties
  • PHPExcel_DocumentSecurity
  • PHPExcel_HashTable
  • PHPExcel_IOFactory
  • PHPExcel_NamedRange
  • PHPExcel_ReferenceHelper
  • PHPExcel_WorksheetIterator

Interfaces

  • PHPExcel_IComparable

Exceptions

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

Class PHPExcel_DocumentProperties

PHPExcel_DocumentProperties

Package: PHPExcel
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/DocumentProperties.php
Methods summary
public
# __construct( )

Create a new PHPExcel_DocumentProperties

Create a new PHPExcel_DocumentProperties

public string
# getCreator( )

Get Creator

Get Creator

Returns

string
public PHPExcel_DocumentProperties
# setCreator( string $pValue = '' )

Set Creator

Set Creator

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getLastModifiedBy( )

Get Last Modified By

Get Last Modified By

Returns

string
public PHPExcel_DocumentProperties
# setLastModifiedBy( string $pValue = '' )

Set Last Modified By

Set Last Modified By

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public datetime
# getCreated( )

Get Created

Get Created

Returns

datetime
public PHPExcel_DocumentProperties
# setCreated( datetime $pValue = null )

Set Created

Set Created

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public datetime
# getModified( )

Get Modified

Get Modified

Returns

datetime
public PHPExcel_DocumentProperties
# setModified( datetime $pValue = null )

Set Modified

Set Modified

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getTitle( )

Get Title

Get Title

Returns

string
public PHPExcel_DocumentProperties
# setTitle( string $pValue = '' )

Set Title

Set Title

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getDescription( )

Get Description

Get Description

Returns

string
public PHPExcel_DocumentProperties
# setDescription( string $pValue = '' )

Set Description

Set Description

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getSubject( )

Get Subject

Get Subject

Returns

string
public PHPExcel_DocumentProperties
# setSubject( string $pValue = '' )

Set Subject

Set Subject

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getKeywords( )

Get Keywords

Get Keywords

Returns

string
public PHPExcel_DocumentProperties
# setKeywords( string $pValue = '' )

Set Keywords

Set Keywords

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getCategory( )

Get Category

Get Category

Returns

string
public PHPExcel_DocumentProperties
# setCategory( string $pValue = '' )

Set Category

Set Category

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getCompany( )

Get Company

Get Company

Returns

string
public PHPExcel_DocumentProperties
# setCompany( string $pValue = '' )

Set Company

Set Company

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public string
# getManager( )

Get Manager

Get Manager

Returns

string
public PHPExcel_DocumentProperties
# setManager( string $pValue = '' )

Set Manager

Set Manager

Parameters

$pValue

Returns

PHPExcel_DocumentProperties
public array
# getCustomProperties( )

Get a List of Custom Property Names

Get a List of Custom Property Names

Returns

array
of string
public boolean
# isCustomPropertySet( string $propertyName )

Check if a Custom Property is defined

Check if a Custom Property is defined

Parameters

$propertyName

Returns

boolean
public string
# getCustomPropertyValue( string $propertyName )

Get a Custom Property Value

Get a Custom Property Value

Parameters

$propertyName

Returns

string
public string
# getCustomPropertyType( string $propertyName )

Get a Custom Property Type

Get a Custom Property Type

Parameters

$propertyName

Returns

string
public PHPExcel_DocumentProperties
# setCustomProperty( string $propertyName, mixed $propertyValue = '', string $propertyType = NULL )

Set a Custom Property

Set a Custom Property

Parameters

$propertyName
$propertyValue
$propertyType

'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean

Returns

PHPExcel_DocumentProperties
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.

public static
# convertProperty( $propertyValue, $propertyType )
public static
# convertPropertyType( $propertyType )
Constants summary
string PROPERTY_TYPE_BOOLEAN

constants

constants

# 'b'
string PROPERTY_TYPE_INTEGER
# 'i'
string PROPERTY_TYPE_FLOAT
# 'f'
string PROPERTY_TYPE_DATE
# 'd'
string PROPERTY_TYPE_STRING
# 's'
string PROPERTY_TYPE_UNKNOWN
# 'u'
Properties summary
private string $_creator

Creator

Creator

# 'Unknown Creator'
private string $_lastModifiedBy

LastModifiedBy

LastModifiedBy

#
private datetime $_created

Created

Created

#
private datetime $_modified

Modified

Modified

#
private string $_title

Title

Title

# 'Untitled Spreadsheet'
private string $_description

Description

Description

# ''
private string $_subject

Subject

Subject

# ''
private string $_keywords

Keywords

Keywords

# ''
private string $_category

Category

Category

# ''
private string $_manager

Manager

Manager

# ''
private string $_company

Company

Company

# 'Microsoft Corporation'
private string $_customProperties

Custom Properties

Custom Properties

# array()
Autene API documentation generated by ApiGen