Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Shared_Escher
  • PHPExcel_Shared_Escher_DgContainer
  • PHPExcel_Shared_Escher_DgContainer_SpgrContainer
  • PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer
  • PHPExcel_Shared_Escher_DggContainer
  • PHPExcel_Shared_Escher_DggContainer_BstoreContainer
  • PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE
  • PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer

PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer

Package: PHPExcel\Shared\Escher
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
Methods summary
public
# setParent( PHPExcel_Shared_Escher_DgContainer_SpgrContainer $parent )

Set parent Shape Group Container

Set parent Shape Group Container

Parameters

$parent
public PHPExcel_Shared_Escher_DgContainer_SpgrContainer
# getParent( )

Get the parent Shape Group Container

Get the parent Shape Group Container

Returns

PHPExcel_Shared_Escher_DgContainer_SpgrContainer
public
# setSpgr( boolean $value = false )

Set whether this is a group shape

Set whether this is a group shape

Parameters

$value
public boolean
# getSpgr( )

Get whether this is a group shape

Get whether this is a group shape

Returns

boolean
public
# setSpType( integer $value )

Set the shape type

Set the shape type

Parameters

$value
public integer
# getSpType( )

Get the shape type

Get the shape type

Returns

integer
public
# setSpFlag( integer $value )

Set the shape flag

Set the shape flag

Parameters

$value
public integer
# getSpFlag( )

Get the shape flag

Get the shape flag

Returns

integer
public
# setSpId( integer $value )

Set the shape index

Set the shape index

Parameters

$value
public integer
# getSpId( )

Get the shape index

Get the shape index

Returns

integer
public
# setOPT( integer $property, mixed $value )

Set an option for the Shape Group Container

Set an option for the Shape Group Container

Parameters

$property
The number specifies the option
$value
public mixed
# getOPT( integer $property )

Get an option for the Shape Group Container

Get an option for the Shape Group Container

Parameters

$property
The number specifies the option

Returns

mixed
public array
# getOPTCollection( )

Get the collection of options

Get the collection of options

Returns

array
public
# setStartCoordinates( string $value = 'A1' )

Set cell coordinates of upper-left corner of shape

Set cell coordinates of upper-left corner of shape

Parameters

$value
public string
# getStartCoordinates( )

Get cell coordinates of upper-left corner of shape

Get cell coordinates of upper-left corner of shape

Returns

string
public
# setStartOffsetX( integer $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

Parameters

$startOffsetX
public integer
# getStartOffsetX( )

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

Returns

integer
public
# setStartOffsetY( integer $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

Parameters

$startOffsetY
public integer
# getStartOffsetY( )

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

Returns

integer
public
# setEndCoordinates( string $value = 'A1' )

Set cell coordinates of bottom-right corner of shape

Set cell coordinates of bottom-right corner of shape

Parameters

$value
public string
# getEndCoordinates( )

Get cell coordinates of bottom-right corner of shape

Get cell coordinates of bottom-right corner of shape

Returns

string
public
# setEndOffsetX( integer $endOffsetX = 0 )

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

Parameters

$endOffsetX
$startOffsetX
public integer
# getEndOffsetX( )

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

Returns

integer
public
# setEndOffsetY( integer $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

Parameters

$endOffsetY
public integer
# getEndOffsetY( )

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

Returns

integer
public integer
# getNestingLevel( )

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

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

Returns

integer
Nesting level
Properties summary
private PHPExcel_Shared_Escher_DgContainer_SpgrContainer $_parent

Parent Shape Group Container

Parent Shape Group Container

#
private boolean $_spgr

Is this a group shape?

Is this a group shape?

# false
private integer $_spType

Shape type

Shape type

#
private integer $_spFlag

Shape flag

Shape flag

#
private boolean $_spId

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...)

#
private array $_OPT

Array of options

Array of options

#
private string $_startCoordinates

Cell coordinates of upper-left corner of shape, e.g. 'A1'

Cell coordinates of upper-left corner of shape, e.g. 'A1'

#
private integer $_startOffsetX

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

#
private integer $_startOffsetY

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

#
private string $_endCoordinates

Cell coordinates of bottom-right corner of shape, e.g. 'B2'

Cell coordinates of bottom-right corner of shape, e.g. 'B2'

#
private integer $_endOffsetX

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

#
private integer $_endOffsetY

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

#
Autene API documentation generated by ApiGen