PROPERTY_TYPE_BOOLEAN
PROPERTY_TYPE_BOOLEAN = 'b'
constants
PHPExcel_DocumentProperties
$_creator : string
Creator
$_lastModifiedBy : string
LastModifiedBy
$_title : string
Title
$_description : string
Description
$_subject : string
Subject
$_keywords : string
Keywords
$_category : string
Category
$_manager : string
Manager
$_company : string
Company
$_customProperties : string
Custom Properties
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 |