[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/ -> SpContainer.php (summary)

(no description)

File Size: 388 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer:: (26 methods):
  setParent()
  getParent()
  setSpgr()
  getSpgr()
  setSpType()
  getSpType()
  setSpFlag()
  getSpFlag()
  setSpId()
  getSpId()
  setOPT()
  getOPT()
  getOPTCollection()
  setStartCoordinates()
  getStartCoordinates()
  setStartOffsetX()
  getStartOffsetX()
  setStartOffsetY()
  getStartOffsetY()
  setEndCoordinates()
  getEndCoordinates()
  setEndOffsetX()
  getEndOffsetX()
  setEndOffsetY()
  getEndOffsetY()
  getNestingLevel()


Class: PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer  - X-Ref

PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer

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

setParent($parent)   X-Ref
Set parent Shape Group Container

param: PHPExcel_Shared_Escher_DgContainer_SpgrContainer $parent

getParent()   X-Ref
Get the parent Shape Group Container

return: PHPExcel_Shared_Escher_DgContainer_SpgrContainer

setSpgr($value = false)   X-Ref
Set whether this is a group shape

param: boolean $value

getSpgr()   X-Ref
Get whether this is a group shape

return: boolean

setSpType($value)   X-Ref
Set the shape type

param: int $value

getSpType()   X-Ref
Get the shape type

return: int

setSpFlag($value)   X-Ref
Set the shape flag

param: int $value

getSpFlag()   X-Ref
Get the shape flag

return: int

setSpId($value)   X-Ref
Set the shape index

param: int $value

getSpId()   X-Ref
Get the shape index

return: int

setOPT($property, $value)   X-Ref
Set an option for the Shape Group Container

param: int $property The number specifies the option
param: mixed $value

getOPT($property)   X-Ref
Get an option for the Shape Group Container

param: int $property The number specifies the option
return: mixed

getOPTCollection()   X-Ref
Get the collection of options

return: array

setStartCoordinates($value = 'A1')   X-Ref
Set cell coordinates of upper-left corner of shape

param: string $value

getStartCoordinates()   X-Ref
Get cell coordinates of upper-left corner of shape

return: string

setStartOffsetX($startOffsetX = 0)   X-Ref
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width

param: int $startOffsetX

getStartOffsetX()   X-Ref
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width

return: int

setStartOffsetY($startOffsetY = 0)   X-Ref
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height

param: int $startOffsetY

getStartOffsetY()   X-Ref
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height

return: int

setEndCoordinates($value = 'A1')   X-Ref
Set cell coordinates of bottom-right corner of shape

param: string $value

getEndCoordinates()   X-Ref
Get cell coordinates of bottom-right corner of shape

return: string

setEndOffsetX($endOffsetX = 0)   X-Ref
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width

param: int $startOffsetX

getEndOffsetX()   X-Ref
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width

return: int

setEndOffsetY($endOffsetY = 0)   X-Ref
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height

param: int $endOffsetY

getEndOffsetY()   X-Ref
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height

return: int

getNestingLevel()   X-Ref
Get the nesting level of this spContainer. This is the number of spgrContainers between this spContainer and
the dgContainer. A value of 1 = immediately within first spgrContainer
Higher nesting level occurs if and only if spContainer is part of a shape group

return: int Nesting level



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1