当前路径:Classes/PHPExcel/Chart/GridLines.php <?php /** * Created by PhpStorm. * User: Wiktor Trzonkowski * Date: 7/2/14 * Time: 2:36 PM */ class PHPExcel_Chart_GridLines extends PHPExcel_Chart_Properties { /** * Properties of Class: * Object State (State for Minor Tick Mark) @var bool * Line Properties @var array of mixed * Shadow Properties @var array of mixed * Glow Properties @var array of mixed * Soft Properties @var array of mixed * */ private $objectState = false; private $lineProperties = array( 'color' => array( 'type' => self::EXCEL_COLOR_TYPE_STANDARD, 'value' => null, 'alpha' => 0 ), 'style' => array( 'width' => '9525', 'compound' => self::LINE_STYLE_COMPOUND_SIMPLE, 'dash' => self::LINE_STYLE_DASH_SOLID, 'cap' => self::LINE_STYLE_CAP_FLAT, 'join' => self::LINE_STYLE_JOIN_BEVEL, 'arrow' => array( 'head' => array( 'type' => self::LINE_STYLE_ARROW_TYPE_NOARROW, 'size' => self::LINE_STYLE_ARROW_SIZE_5 ), 'end' => array( 'type' => self::LINE_STYLE_ARROW_TYPE_NOARROW, 'size' => self::LINE_STYLE_ARROW_SIZE_8 ), ) ) ); private $shadowProperties = array( 'presets' => self::SHADOW_PRESETS_NOSHADOW, 'effect' => null, 'color' => array( 'type' => self::EXCEL_COLOR_TYPE_STANDARD, 'value' => 'black', 'alpha' => 85, ), 'size' => array( 'sx' => null, 'sy' => null, 'kx' => null ), 'blur' => null, 'direction' => null, 'distance' => null, 'algn' => null, 'rotWithShape' => null ); private $glowProperties = array( 'size' => null, 'color' => array( 'type' => self::EXCEL_COLOR_TYPE_STANDARD, 'value' => 'black', 'alpha' => 40 ) ); private $softEdges = array( 'size' => null ); /** * Get Object State * * @return bool */ public function getObjectState() { return $this->objectState; } /** * Change Object State to True * * @return PHPExcel_Chart_GridLines */ private function activateObject() { $this->objectState = true; return $...
完整源码文件,请先购买后再查看
相关源码
- 二次元商品购物商城2023-06-06
- 基于PYTHON的书籍线上回收网站2023-06-05
- 社区居民信息管理系统2023-06-01
- 英文版响应式安防企业网站源码2023-05-28
- 汽车维修自适应网站源码2023-05-20
- 图书馆管理系统2023-05-16
关于我们 | 顾问团队 | 发展历程 | 联系我们 | 源码上传
联系电话(Tel):4008-010-151(免长途)
地址:北京市海淀区大恒科技大厦五层 邮编:100080
Floor 5th,Daheng Building,Zhongguancun,Beijing,China,100080
51Aspx.com 版权所有 CopyRight © 2006-2023. 京ICP备09089570号 | 京公网安备11010702000869号
联系电话(Tel):4008-010-151(免长途)
地址:北京市海淀区大恒科技大厦五层 邮编:100080
Floor 5th,Daheng Building,Zhongguancun,Beijing,China,100080
51Aspx.com 版权所有 CopyRight © 2006-2023. 京ICP备09089570号 | 京公网安备11010702000869号