PROPERTY_TYPE_BOOLEAN
PROPERTY_TYPE_BOOLEAN = 'b'
constants
PHPExcel_DocumentProperties
Copyright (c) 2006 - 2015 PHPExcel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
setCreator(string $pValue = '') : \PHPExcel_DocumentProperties
Set Creator
string | $pValue |
setLastModifiedBy(string $pValue = '') : \PHPExcel_DocumentProperties
Set Last Modified By
string | $pValue |
setCreated(\datetime $pValue = null) : \PHPExcel_DocumentProperties
Set Created
\datetime | $pValue |
setModified(\datetime $pValue = null) : \PHPExcel_DocumentProperties
Set Modified
\datetime | $pValue |
setTitle(string $pValue = '') : \PHPExcel_DocumentProperties
Set Title
string | $pValue |
setDescription(string $pValue = '') : \PHPExcel_DocumentProperties
Set Description
string | $pValue |
setSubject(string $pValue = '') : \PHPExcel_DocumentProperties
Set Subject
string | $pValue |
setKeywords(string $pValue = '') : \PHPExcel_DocumentProperties
Set Keywords
string | $pValue |
setCategory(string $pValue = '') : \PHPExcel_DocumentProperties
Set Category
string | $pValue |
setCompany(string $pValue = '') : \PHPExcel_DocumentProperties
Set Company
string | $pValue |
setManager(string $pValue = '') : \PHPExcel_DocumentProperties
Set Manager
string | $pValue |
setCustomProperty(string $propertyName, mixed $propertyValue = '', string $propertyType = null) : \PHPExcel_DocumentProperties
Set a Custom Property
string | $propertyName | |
mixed | $propertyValue | |
string | $propertyType | 'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean |