Overview

Namespaces

  • MOC
    • Adapter
    • Core
      • Changelog
      • Depending
      • Drive
        • Directory
        • File
      • Error
        • Register
        • Type
      • Journal
      • Proxy
      • Template
      • Xml
    • Extension
      • Excel
      • Flot
      • Mail
      • Pdf
      • Word
      • Xml
      • YUICompressor
      • Zip
    • Generic
      • Common
      • Device
        • Extension
        • Widget
    • Module
      • Database
        • Driver
      • Drive
      • Image
        • Font
      • Installer
      • Network
        • Ftp
          • Directory
          • File
          • Transport
        • Http
        • ParcelTracker
          • Carrier
      • Office
        • Chart
          • Axis
        • Document
          • Excel
            • Cell
              • Format
              • Style
                • Border
                  • Bottom
                  • Left
                  • Right
                  • Top
                • Font
            • Close
            • Page
            • Worksheet
          • Pdf
            • Close
            • Font
            • Page
              • Margin
              • Position
            • Text
          • Xml
            • Close
        • Image
        • Mail
          • Address
          • Content
      • Packer
        • Yui
        • Zip
      • Template
    • Plugin
      • Gateway
      • Repository
      • Shared
  • PHP

Classes

  • Format
  • Select
  • Style
  • Value
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class Style

MOC\Module\Office\Document\Excel\Cell\Style implements MOC\Generic\Device\Module
Namespace: MOC\Module\Office\Document\Excel\Cell
Located at Module/Office/Document/Excel/Cell/Style.php
Methods summary
public static MOC\Core\Changelog
# InterfaceChangelog( )

Get Changelog

Get Changelog

Returns

MOC\Core\Changelog

Implementation of

MOC\Generic\Common\Changelog::InterfaceChangelog()
public static MOC\Core\Depending
# InterfaceDepending( )

Get Dependencies

Get Dependencies

Returns

MOC\Core\Depending

Implementation of

MOC\Generic\Common\Depending::InterfaceDepending()
public static MOC\Module\Office\Document\Excel\Cell\Style
# InterfaceInstance( )

Get Singleton/Instance

Get Singleton/Instance

Returns

MOC\Module\Office\Document\Excel\Cell\Style

Implementation of

MOC\Generic\Common\Instance::InterfaceInstance()
public MOC\Module\Office\Document\Excel\Cell\Style\Border
# Border( )

Returns

MOC\Module\Office\Document\Excel\Cell\Style\Border
public MOC\Module\Office\Document\Excel\Cell\Style\Font
# Font( )

Returns

MOC\Module\Office\Document\Excel\Cell\Style\Font
public MOC\Module\Office\Document\Excel\Cell\Style\Align
# Align( )

Returns

MOC\Module\Office\Document\Excel\Cell\Style\Align
public MOC\Module\Office\Document\Excel\Cell\Style\Color
# Color( )

Returns

MOC\Module\Office\Document\Excel\Cell\Style\Color
public MOC\Module\Office\Document\Excel\Cell\Style\Width
# Width( )

Returns

MOC\Module\Office\Document\Excel\Cell\Style\Width
public MOC\Module\Office\Document\Excel
# Merge( string $CellRightBottom )

e.g Current-Cell = 'A1' and $CellRightBottom = 'B2' -> 'A1:B2' will merge 'A1,B1,A2,B2' into one cell

e.g Current-Cell = 'A1' and $CellRightBottom = 'B2' -> 'A1:B2' will merge 'A1,B1,A2,B2' into one cell

EVERY FOLLOWING ACTION FOR THIS MERGED CELL MUST BE EXECUTED AT (in this case) 'A1' !!!

BECAUSE ITS THE ORIGIN CELL FOR THIS RANGE

Parameters

$CellRightBottom
string
$CellRightBottom

Returns

MOC\Module\Office\Document\Excel
public MOC\Module\Office\Document\Excel
# Wrap( boolean $Toggle = true )

Wrap cell content

Wrap cell content

Parameters

$Toggle
boolean
$Toggle

Returns

MOC\Module\Office\Document\Excel
private PHPExcel_Worksheet
# getActiveSheet( )

Returns

PHPExcel_Worksheet
private PHPExcel_Cell
# getCell( )

Returns

PHPExcel_Cell
API documentation generated by ApiGen 2.8.0