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_DggContainer

PHPExcel_Shared_Escher_DggContainer

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/DggContainer.php
Methods summary
public integer
# getSpIdMax( )

Get maximum shape index of all shapes in all drawings (plus one)

Get maximum shape index of all shapes in all drawings (plus one)

Returns

integer
public
# setSpIdMax( integer $value )

Set maximum shape index of all shapes in all drawings (plus one)

Set maximum shape index of all shapes in all drawings (plus one)

Parameters

$value
public integer
# getCDgSaved( )

Get total number of drawings saved

Get total number of drawings saved

Returns

integer
public
# setCDgSaved( integer $value )

Set total number of drawings saved

Set total number of drawings saved

Parameters

$value
public integer
# getCSpSaved( )

Get total number of shapes saved (including group shapes)

Get total number of shapes saved (including group shapes)

Returns

integer
public
# setCSpSaved( integer $value )

Set total number of shapes saved (including group shapes)

Set total number of shapes saved (including group shapes)

Parameters

$value
public PHPExcel_Shared_Escher_DggContainer_BstoreContainer
# getBstoreContainer( )

Get BLIP Store Container

Get BLIP Store Container

Returns

PHPExcel_Shared_Escher_DggContainer_BstoreContainer
public
# setBstoreContainer( PHPExcel_Shared_Escher_DggContainer_BstoreContainer $bstoreContainer )

Set BLIP Store Container

Set BLIP Store Container

Parameters

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

Set an option for the drawing group

Set an option for the drawing group

Parameters

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

Get an option for the drawing group

Get an option for the drawing group

Parameters

$property
The number specifies the option

Returns

mixed
public array
# getIDCLs( )

Get identifier clusters

Get identifier clusters

Returns

array
public
# setIDCLs( array $pValue )

Set identifier clusters. array( => , ...)

Set identifier clusters. array( => , ...)

Parameters

$pValue
Properties summary
private integer $_spIdMax

Maximum shape index of all shapes in all drawings increased by one

Maximum shape index of all shapes in all drawings increased by one

#
private integer $_cDgSaved

Total number of drawings saved

Total number of drawings saved

#
private integer $_cSpSaved

Total number of shapes saved (including group shapes)

Total number of shapes saved (including group shapes)

#
private PHPExcel_Shared_Escher_DggContainer_BstoreContainer $_bstoreContainer

BLIP Store Container

BLIP Store Container

#
private array $_OPT

Array of options for the drawing group

Array of options for the drawing group

# array()
private array $_IDCLs

Array of identifier clusters containg information about the maximum shape identifiers

Array of identifier clusters containg information about the maximum shape identifiers

# array()
Autene API documentation generated by ApiGen