$_endCoordinates =
[line 98]
Cell coordinates of bottom-right corner of shape, e.
Cell coordinates of bottom-right corner of shape, e.g. 'B2'
Tags:
$_endOffsetX =
[line 105]
Horizontal offset of bottom-right corner of shape measured in 1/1024 of column width
Horizontal offset of bottom-right corner of shape measured in 1/1024 of column width
Tags:
$_endOffsetY =
[line 112]
Vertical offset of bottom-right corner of shape measured in 1/256 of row height
Vertical offset of bottom-right corner of shape measured in 1/256 of row height
Tags:
$_OPT =
[line 70]
Array of options
Array of options
Tags:
$_parent =
[line 42]
Parent Shape Group Container
Parent Shape Group Container
Tags:
$_spgr = false
[line 49]
Is this a group shape?
Is this a group shape?
Tags:
$_spId =
[line 63]
Shape index (usually group shape has index 0, and the rest: 1,2,3.
Shape index (usually group shape has index 0, and the rest: 1,2,3...)
Tags:
$_spType =
[line 56]
Shape type
Shape type
Tags:
$_startCoordinates =
[line 77]
Cell coordinates of upper-left corner of shape, e.
Cell coordinates of upper-left corner of shape, e.g. 'A1'
Tags:
$_startOffsetX =
[line 84]
Horizontal offset of upper-left corner of shape measured in 1/1024 of column width
Horizontal offset of upper-left corner of shape measured in 1/1024 of column width
Tags:
$_startOffsetY =
[line 91]
Vertical offset of upper-left corner of shape measured in 1/256 of row height
Vertical offset of upper-left corner of shape measured in 1/256 of row height
Tags:
method getEndCoordinates [line 304]
string getEndCoordinates(
)
|
|
Get cell coordinates of bottom-right corner of shape
Get cell coordinates of bottom-right corner of shape
Tags:
method getEndOffsetX [line 324]
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width
Get offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width
Tags:
method getEndOffsetY [line 344]
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height
Get offset in y-direction of bottom-right corner of shape measured in 1/256 of row height
Tags:
method getNestingLevel [line 356]
Get the nesting level of this spContainer.
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
Tags:
method getOPT [line 211]
mixed getOPT(
int
$property)
|
|
Get an option for the Shape Group Container
Get an option for the Shape Group Container
Tags:
Parameters:
method getOPTCollection [line 224]
array getOPTCollection(
)
|
|
Get the collection of options
Get the collection of options
Tags:
method getParent [line 129]
Get the parent Shape Group Container
Get the parent Shape Group Container
Tags:
method getSpgr [line 149]
Get whether this is a group shape
Get whether this is a group shape
Tags:
method getSpId [line 189]
Get the shape index
Get the shape index
Tags:
method getSpType [line 169]
Get the shape type
Get the shape type
Tags:
method getStartCoordinates [line 244]
string getStartCoordinates(
)
|
|
Get cell coordinates of upper-left corner of shape
Get cell coordinates of upper-left corner of shape
Tags:
method getStartOffsetX [line 264]
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width
Get offset in x-direction of upper-left corner of shape measured in 1/1024 of column width
Tags:
method getStartOffsetY [line 284]
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height
Get offset in y-direction of upper-left corner of shape measured in 1/256 of row height
Tags:
method setEndCoordinates [line 294]
void setEndCoordinates(
[string
$value = 'A1'])
|
|
Set cell coordinates of bottom-right corner of shape
Set cell coordinates of bottom-right corner of shape
Tags:
Parameters:
method setEndOffsetX [line 314]
void setEndOffsetX(
[
$endOffsetX = 0], int
$startOffsetX)
|
|
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width
Set offset in x-direction of bottom-right corner of shape measured in 1/1024 of column width
Tags:
Parameters:
method setEndOffsetY [line 334]
void setEndOffsetY(
[int
$endOffsetY = 0])
|
|
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height
Set offset in y-direction of bottom-right corner of shape measured in 1/256 of row height
Tags:
Parameters:
method setOPT [line 200]
void setOPT(
int
$property, mixed
$value)
|
|
Set an option for the Shape Group Container
Set an option for the Shape Group Container
Tags:
Parameters:
method setParent [line 119]
Set parent Shape Group Container
Set parent Shape Group Container
Tags:
Parameters:
method setSpgr [line 139]
void setSpgr(
[boolean
$value = false])
|
|
Set whether this is a group shape
Set whether this is a group shape
Tags:
Parameters:
method setSpId [line 179]
void setSpId(
int
$value)
|
|
Set the shape index
Set the shape index
Tags:
Parameters:
method setSpType [line 159]
void setSpType(
int
$value)
|
|
Set the shape type
Set the shape type
Tags:
Parameters:
method setStartCoordinates [line 234]
void setStartCoordinates(
[string
$value = 'A1'])
|
|
Set cell coordinates of upper-left corner of shape
Set cell coordinates of upper-left corner of shape
Tags:
Parameters:
method setStartOffsetX [line 254]
void setStartOffsetX(
[int
$startOffsetX = 0])
|
|
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width
Set offset in x-direction of upper-left corner of shape measured in 1/1024 of column width
Tags:
Parameters:
method setStartOffsetY [line 274]
void setStartOffsetY(
[int
$startOffsetY = 0])
|
|
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height
Set offset in y-direction of upper-left corner of shape measured in 1/256 of row height
Tags:
Parameters: