PROPERTY_TYPE_BOOLEAN
PROPERTY_TYPE_BOOLEAN = 'b'
constants
setCreator(string $creator) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Creator.
string | $creator |
setLastModifiedBy(string $pValue) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Last Modified By.
string | $pValue |
setCreated(integer|string $time) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Created.
integer|string | $time |
setModified(integer|string $time) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Modified.
integer|string | $time |
setTitle(string $title) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Title.
string | $title |
setDescription(string $description) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Description.
string | $description |
setSubject(string $subject) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Subject.
string | $subject |
setKeywords(string $keywords) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Keywords.
string | $keywords |
setCategory(string $category) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Category.
string | $category |
setCompany(string $company) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Company.
string | $company |
setManager(string $manager) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set Manager.
string | $manager |
setCustomProperty(string $propertyName, mixed $propertyValue = '', string $propertyType = null) : \PhpOffice\PhpSpreadsheet\Document\Properties
Set a Custom Property.
string | $propertyName | |
mixed | $propertyValue | |
string | $propertyType | 'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean |