ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
PHPExcel_Properties Class Reference

Created by PhpStorm. More...

+ Inheritance diagram for PHPExcel_Properties:
+ Collaboration diagram for PHPExcel_Properties:

Data Fields

const EXCEL_COLOR_TYPE_STANDARD = 'prstClr'
 
const EXCEL_COLOR_TYPE_SCHEME = 'schemeClr'
 
const EXCEL_COLOR_TYPE_ARGB = 'srgbClr'
 
const AXIS_LABELS_LOW = 'low'
 
const AXIS_LABELS_HIGH = 'high'
 
const AXIS_LABELS_NEXT_TO = 'nextTo'
 
const AXIS_LABELS_NONE = 'none'
 
const TICK_MARK_NONE = 'none'
 
const TICK_MARK_INSIDE = 'in'
 
const TICK_MARK_OUTSIDE = 'out'
 
const TICK_MARK_CROSS = 'cross'
 
const HORIZONTAL_CROSSES_AUTOZERO = 'autoZero'
 
const HORIZONTAL_CROSSES_MAXIMUM = 'max'
 
const FORMAT_CODE_GENERAL = 'General'
 
const FORMAT_CODE_NUMBER = '#,##0.00'
 
const FORMAT_CODE_CURRENCY = '$#,##0.00'
 
const FORMAT_CODE_ACCOUNTING = '_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)'
 
const FORMAT_CODE_DATE = 'm/d/yyyy'
 
const FORMAT_CODE_TIME = '[$-F400]h:mm:ss AM/PM'
 
const FORMAT_CODE_PERCENTAGE = '0.00%'
 
const FORMAT_CODE_FRACTION = '# ?/?'
 
const FORMAT_CODE_SCIENTIFIC = '0.00E+00'
 
const FORMAT_CODE_TEXT = '@'
 
const FORMAT_CODE_SPECIAL = '00000'
 
const ORIENTATION_NORMAL = 'minMax'
 
const ORIENTATION_REVERSED = 'maxMin'
 
const LINE_STYLE_COMPOUND_SIMPLE = 'sng'
 
const LINE_STYLE_COMPOUND_DOUBLE = 'dbl'
 
const LINE_STYLE_COMPOUND_THICKTHIN = 'thickThin'
 
const LINE_STYLE_COMPOUND_THINTHICK = 'thinThick'
 
const LINE_STYLE_COMPOUND_TRIPLE = 'tri'
 
const LINE_STYLE_DASH_SOLID = 'solid'
 
const LINE_STYLE_DASH_ROUND_DOT = 'sysDot'
 
const LINE_STYLE_DASH_SQUERE_DOT = 'sysDash'
 
const LINE_STYPE_DASH_DASH = 'dash'
 
const LINE_STYLE_DASH_DASH_DOT = 'dashDot'
 
const LINE_STYLE_DASH_LONG_DASH = 'lgDash'
 
const LINE_STYLE_DASH_LONG_DASH_DOT = 'lgDashDot'
 
const LINE_STYLE_DASH_LONG_DASH_DOT_DOT = 'lgDashDotDot'
 
const LINE_STYLE_CAP_SQUARE = 'sq'
 
const LINE_STYLE_CAP_ROUND = 'rnd'
 
const LINE_STYLE_CAP_FLAT = 'flat'
 
const LINE_STYLE_JOIN_ROUND = 'bevel'
 
const LINE_STYLE_JOIN_MITER = 'miter'
 
const LINE_STYLE_JOIN_BEVEL = 'bevel'
 
const LINE_STYLE_ARROW_TYPE_NOARROW = NULL
 
const LINE_STYLE_ARROW_TYPE_ARROW = 'triangle'
 
const LINE_STYLE_ARROW_TYPE_OPEN = 'arrow'
 
const LINE_STYLE_ARROW_TYPE_STEALTH = 'stealth'
 
const LINE_STYLE_ARROW_TYPE_DIAMOND = 'diamond'
 
const LINE_STYLE_ARROW_TYPE_OVAL = 'oval'
 
const LINE_STYLE_ARROW_SIZE_1 = 1
 
const LINE_STYLE_ARROW_SIZE_2 = 2
 
const LINE_STYLE_ARROW_SIZE_3 = 3
 
const LINE_STYLE_ARROW_SIZE_4 = 4
 
const LINE_STYLE_ARROW_SIZE_5 = 5
 
const LINE_STYLE_ARROW_SIZE_6 = 6
 
const LINE_STYLE_ARROW_SIZE_7 = 7
 
const LINE_STYLE_ARROW_SIZE_8 = 8
 
const LINE_STYLE_ARROW_SIZE_9 = 9
 
const SHADOW_PRESETS_NOSHADOW = NULL
 
const SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT = 1
 
const SHADOW_PRESETS_OUTER_BOTTOM = 2
 
const SHADOW_PRESETS_OUTER_BOTTOM_LEFT = 3
 
const SHADOW_PRESETS_OUTER_RIGHT = 4
 
const SHADOW_PRESETS_OUTER_CENTER = 5
 
const SHADOW_PRESETS_OUTER_LEFT = 6
 
const SHADOW_PRESETS_OUTER_TOP_RIGHT = 7
 
const SHADOW_PRESETS_OUTER_TOP = 8
 
const SHADOW_PRESETS_OUTER_TOP_LEFT = 9
 
const SHADOW_PRESETS_INNER_BOTTTOM_RIGHT = 10
 
const SHADOW_PRESETS_INNER_BOTTOM = 11
 
const SHADOW_PRESETS_INNER_BOTTOM_LEFT = 12
 
const SHADOW_PRESETS_INNER_RIGHT = 13
 
const SHADOW_PRESETS_INNER_CENTER = 14
 
const SHADOW_PRESETS_INNER_LEFT = 15
 
const SHADOW_PRESETS_INNER_TOP_RIGHT = 16
 
const SHADOW_PRESETS_INNER_TOP = 17
 
const SHADOW_PRESETS_INNER_TOP_LEFT = 18
 
const SHADOW_PRESETS_PERSPECTIVE_BELOW = 19
 
const SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT = 20
 
const SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT = 21
 
const SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT = 22
 
const SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT = 23
 

Protected Member Functions

 getExcelPointsWidth ($width)
 
 getExcelPointsAngle ($angle)
 
 getTrueAlpha ($alpha)
 
 setColorProperties ($color, $alpha, $type)
 
 getLineStyleArrowSize ($array_selector, $array_kay_selector)
 
 getShadowPresetsMap ($shadow_presets_option)
 
 getArrayElementsValue ($properties, $elements)
 

Detailed Description

Created by PhpStorm.

User: nhw2h8s Date: 7/2/14 Time: 5:45 PM

Definition at line 9 of file Properties.php.

Member Function Documentation

◆ getArrayElementsValue()

PHPExcel_Properties::getArrayElementsValue (   $properties,
  $elements 
)
protected

Definition at line 344 of file Properties.php.

344 {
345 $reference = & $properties;
346 if (!is_array($elements)) {
347 return $reference[$elements];
348 } else {
349 foreach ($elements as $keys) {
350 $reference = & $reference[$keys];
351 }
352
353 return $reference;
354 }
355
356 return $this;
357 }

Referenced by PHPExcel_Chart_Axis\getGlowProperty(), PHPExcel_Chart_Axis\getLineStyleProperty(), PHPExcel_Chart_GridLines\getLineStyleProperty(), PHPExcel_Chart_Axis\getShadowProperty(), and PHPExcel_Chart_GridLines\getShadowProperty().

+ Here is the caller graph for this function:

◆ getExcelPointsAngle()

PHPExcel_Properties::getExcelPointsAngle (   $angle)
protected

Definition at line 120 of file Properties.php.

120 {
121 return $angle * 60000;
122 }
$angle

References $angle.

Referenced by PHPExcel_Chart_Axis\_setShadowAngle(), and PHPExcel_Chart_GridLines\_setShadowAngle().

+ Here is the caller graph for this function:

◆ getExcelPointsWidth()

◆ getLineStyleArrowSize()

PHPExcel_Properties::getLineStyleArrowSize (   $array_selector,
  $array_kay_selector 
)
protected

Definition at line 136 of file Properties.php.

136 {
137 $sizes = array(
138 1 => array('w' => 'sm', 'len' => 'sm'),
139 2 => array('w' => 'sm', 'len' => 'med'),
140 3 => array('w' => 'sm', 'len' => 'lg'),
141 4 => array('w' => 'med', 'len' => 'sm'),
142 5 => array('w' => 'med', 'len' => 'med'),
143 6 => array('w' => 'med', 'len' => 'lg'),
144 7 => array('w' => 'lg', 'len' => 'sm'),
145 8 => array('w' => 'lg', 'len' => 'med'),
146 9 => array('w' => 'lg', 'len' => 'lg')
147 );
148
149 return $sizes[$array_selector][$array_kay_selector];
150 }

Referenced by PHPExcel_Chart_Axis\getLineStyleArrowLength(), PHPExcel_Chart_GridLines\getLineStyleArrowParameters(), and PHPExcel_Chart_Axis\getLineStyleArrowWidth().

+ Here is the caller graph for this function:

◆ getShadowPresetsMap()

PHPExcel_Properties::getShadowPresetsMap (   $shadow_presets_option)
protected

Definition at line 152 of file Properties.php.

152 {
153 $presets_options = array(
154 //OUTER
155 1 => array(
156 'effect' => 'outerShdw',
157 'blur' => '50800',
158 'distance' => '38100',
159 'direction' => '2700000',
160 'algn' => 'tl',
161 'rotWithShape' => '0'
162 ),
163 2 => array(
164 'effect' => 'outerShdw',
165 'blur' => '50800',
166 'distance' => '38100',
167 'direction' => '5400000',
168 'algn' => 't',
169 'rotWithShape' => '0'
170 ),
171 3 => array(
172 'effect' => 'outerShdw',
173 'blur' => '50800',
174 'distance' => '38100',
175 'direction' => '8100000',
176 'algn' => 'tr',
177 'rotWithShape' => '0'
178 ),
179 4 => array(
180 'effect' => 'outerShdw',
181 'blur' => '50800',
182 'distance' => '38100',
183 'algn' => 'l',
184 'rotWithShape' => '0'
185 ),
186 5 => array(
187 'effect' => 'outerShdw',
188 'size' => array(
189 'sx' => '102000',
190 'sy' => '102000'
191 )
192 ,
193 'blur' => '63500',
194 'distance' => '38100',
195 'algn' => 'ctr',
196 'rotWithShape' => '0'
197 ),
198 6 => array(
199 'effect' => 'outerShdw',
200 'blur' => '50800',
201 'distance' => '38100',
202 'direction' => '10800000',
203 'algn' => 'r',
204 'rotWithShape' => '0'
205 ),
206 7 => array(
207 'effect' => 'outerShdw',
208 'blur' => '50800',
209 'distance' => '38100',
210 'direction' => '18900000',
211 'algn' => 'bl',
212 'rotWithShape' => '0'
213 ),
214 8 => array(
215 'effect' => 'outerShdw',
216 'blur' => '50800',
217 'distance' => '38100',
218 'direction' => '16200000',
219 'rotWithShape' => '0'
220 ),
221 9 => array(
222 'effect' => 'outerShdw',
223 'blur' => '50800',
224 'distance' => '38100',
225 'direction' => '13500000',
226 'algn' => 'br',
227 'rotWithShape' => '0'
228 ),
229 //INNER
230 10 => array(
231 'effect' => 'innerShdw',
232 'blur' => '63500',
233 'distance' => '50800',
234 'direction' => '2700000',
235 ),
236 11 => array(
237 'effect' => 'innerShdw',
238 'blur' => '63500',
239 'distance' => '50800',
240 'direction' => '5400000',
241 ),
242 12 => array(
243 'effect' => 'innerShdw',
244 'blur' => '63500',
245 'distance' => '50800',
246 'direction' => '8100000',
247 ),
248 13 => array(
249 'effect' => 'innerShdw',
250 'blur' => '63500',
251 'distance' => '50800',
252 ),
253 14 => array(
254 'effect' => 'innerShdw',
255 'blur' => '114300',
256 ),
257 15 => array(
258 'effect' => 'innerShdw',
259 'blur' => '63500',
260 'distance' => '50800',
261 'direction' => '10800000',
262 ),
263 16 => array(
264 'effect' => 'innerShdw',
265 'blur' => '63500',
266 'distance' => '50800',
267 'direction' => '18900000',
268 ),
269 17 => array(
270 'effect' => 'innerShdw',
271 'blur' => '63500',
272 'distance' => '50800',
273 'direction' => '16200000',
274 ),
275 18 => array(
276 'effect' => 'innerShdw',
277 'blur' => '63500',
278 'distance' => '50800',
279 'direction' => '13500000',
280 ),
281 //perspective
282 19 => array(
283 'effect' => 'outerShdw',
284 'blur' => '152400',
285 'distance' => '317500',
286 'size' => array(
287 'sx' => '90000',
288 'sy' => '-19000',
289 ),
290 'direction' => '5400000',
291 'rotWithShape' => '0',
292 ),
293 20 => array(
294 'effect' => 'outerShdw',
295 'blur' => '76200',
296 'direction' => '18900000',
297 'size' => array(
298 'sy' => '23000',
299 'kx' => '-1200000',
300 ),
301 'algn' => 'bl',
302 'rotWithShape' => '0',
303 ),
304 21 => array(
305 'effect' => 'outerShdw',
306 'blur' => '76200',
307 'direction' => '13500000',
308 'size' => array(
309 'sy' => '23000',
310 'kx' => '1200000',
311 ),
312 'algn' => 'br',
313 'rotWithShape' => '0',
314 ),
315 22 => array(
316 'effect' => 'outerShdw',
317 'blur' => '76200',
318 'distance' => '12700',
319 'direction' => '2700000',
320 'size' => array(
321 'sy' => '-23000',
322 'kx' => '-800400',
323 ),
324 'algn' => 'bl',
325 'rotWithShape' => '0',
326 ),
327 23 => array(
328 'effect' => 'outerShdw',
329 'blur' => '76200',
330 'distance' => '12700',
331 'direction' => '8100000',
332 'size' => array(
333 'sy' => '-23000',
334 'kx' => '800400',
335 ),
336 'algn' => 'br',
337 'rotWithShape' => '0',
338 ),
339 );
340
341 return $presets_options[$shadow_presets_option];
342 }

Referenced by PHPExcel_Chart_Axis\_setShadowPresetsProperties(), and PHPExcel_Chart_GridLines\_setShadowPresetsProperties().

+ Here is the caller graph for this function:

◆ getTrueAlpha()

PHPExcel_Properties::getTrueAlpha (   $alpha)
protected

Definition at line 124 of file Properties.php.

124 {
125 return (string) 100 - $alpha . '000';
126 }

Referenced by PHPExcel_Chart_GridLines\_setGlowColor(), PHPExcel_Chart_GridLines\_setShadowColor(), setColorProperties(), and PHPExcel_Chart_GridLines\setShadowProperties().

+ Here is the caller graph for this function:

◆ setColorProperties()

PHPExcel_Properties::setColorProperties (   $color,
  $alpha,
  $type 
)
protected

Definition at line 128 of file Properties.php.

128 {
129 return array(
130 'type' => (string) $type,
131 'value' => (string) $color,
132 'alpha' => (string) $this->getTrueAlpha($alpha)
133 );
134 }

References getTrueAlpha().

Referenced by PHPExcel_Chart_Axis\_setGlowColor(), PHPExcel_Chart_Axis\_setShadowColor(), PHPExcel_Chart_Axis\setFillParameters(), PHPExcel_Chart_GridLines\setLineColorProperties(), and PHPExcel_Chart_Axis\setLineParameters().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ AXIS_LABELS_HIGH

const PHPExcel_Properties::AXIS_LABELS_HIGH = 'high'

Definition at line 18 of file Properties.php.

◆ AXIS_LABELS_LOW

const PHPExcel_Properties::AXIS_LABELS_LOW = 'low'

Definition at line 17 of file Properties.php.

◆ AXIS_LABELS_NEXT_TO

const PHPExcel_Properties::AXIS_LABELS_NEXT_TO = 'nextTo'

Definition at line 19 of file Properties.php.

◆ AXIS_LABELS_NONE

const PHPExcel_Properties::AXIS_LABELS_NONE = 'none'

Definition at line 20 of file Properties.php.

◆ EXCEL_COLOR_TYPE_ARGB

const PHPExcel_Properties::EXCEL_COLOR_TYPE_ARGB = 'srgbClr'

Definition at line 14 of file Properties.php.

◆ EXCEL_COLOR_TYPE_SCHEME

const PHPExcel_Properties::EXCEL_COLOR_TYPE_SCHEME = 'schemeClr'

Definition at line 13 of file Properties.php.

◆ EXCEL_COLOR_TYPE_STANDARD

const PHPExcel_Properties::EXCEL_COLOR_TYPE_STANDARD = 'prstClr'

Definition at line 12 of file Properties.php.

◆ FORMAT_CODE_ACCOUNTING

const PHPExcel_Properties::FORMAT_CODE_ACCOUNTING = '_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)'

Definition at line 36 of file Properties.php.

◆ FORMAT_CODE_CURRENCY

const PHPExcel_Properties::FORMAT_CODE_CURRENCY = '$#,##0.00'

Definition at line 35 of file Properties.php.

◆ FORMAT_CODE_DATE

const PHPExcel_Properties::FORMAT_CODE_DATE = 'm/d/yyyy'

Definition at line 37 of file Properties.php.

◆ FORMAT_CODE_FRACTION

const PHPExcel_Properties::FORMAT_CODE_FRACTION = '# ?/?'

Definition at line 40 of file Properties.php.

◆ FORMAT_CODE_GENERAL

const PHPExcel_Properties::FORMAT_CODE_GENERAL = 'General'

Definition at line 33 of file Properties.php.

◆ FORMAT_CODE_NUMBER

const PHPExcel_Properties::FORMAT_CODE_NUMBER = '#,##0.00'

Definition at line 34 of file Properties.php.

◆ FORMAT_CODE_PERCENTAGE

const PHPExcel_Properties::FORMAT_CODE_PERCENTAGE = '0.00%'

Definition at line 39 of file Properties.php.

◆ FORMAT_CODE_SCIENTIFIC

const PHPExcel_Properties::FORMAT_CODE_SCIENTIFIC = '0.00E+00'

Definition at line 41 of file Properties.php.

◆ FORMAT_CODE_SPECIAL

const PHPExcel_Properties::FORMAT_CODE_SPECIAL = '00000'

Definition at line 43 of file Properties.php.

◆ FORMAT_CODE_TEXT

const PHPExcel_Properties::FORMAT_CODE_TEXT = '@'

Definition at line 42 of file Properties.php.

◆ FORMAT_CODE_TIME

const PHPExcel_Properties::FORMAT_CODE_TIME = '[$-F400]h:mm:ss AM/PM'

Definition at line 38 of file Properties.php.

◆ HORIZONTAL_CROSSES_AUTOZERO

const PHPExcel_Properties::HORIZONTAL_CROSSES_AUTOZERO = 'autoZero'

Definition at line 29 of file Properties.php.

◆ HORIZONTAL_CROSSES_MAXIMUM

const PHPExcel_Properties::HORIZONTAL_CROSSES_MAXIMUM = 'max'

Definition at line 30 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_1

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_1 = 1

Definition at line 80 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_2

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_2 = 2

Definition at line 81 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_3

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_3 = 3

Definition at line 82 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_4

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_4 = 4

Definition at line 83 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_5

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_5 = 5

Definition at line 84 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_6

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_6 = 6

Definition at line 85 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_7

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_7 = 7

Definition at line 86 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_8

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_8 = 8

Definition at line 87 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_9

const PHPExcel_Properties::LINE_STYLE_ARROW_SIZE_9 = 9

Definition at line 88 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_ARROW

const PHPExcel_Properties::LINE_STYLE_ARROW_TYPE_ARROW = 'triangle'

Definition at line 74 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_DIAMOND

const PHPExcel_Properties::LINE_STYLE_ARROW_TYPE_DIAMOND = 'diamond'

Definition at line 77 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_NOARROW

const PHPExcel_Properties::LINE_STYLE_ARROW_TYPE_NOARROW = NULL

Definition at line 73 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_OPEN

const PHPExcel_Properties::LINE_STYLE_ARROW_TYPE_OPEN = 'arrow'

Definition at line 75 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_OVAL

const PHPExcel_Properties::LINE_STYLE_ARROW_TYPE_OVAL = 'oval'

Definition at line 78 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_STEALTH

const PHPExcel_Properties::LINE_STYLE_ARROW_TYPE_STEALTH = 'stealth'

Definition at line 76 of file Properties.php.

◆ LINE_STYLE_CAP_FLAT

const PHPExcel_Properties::LINE_STYLE_CAP_FLAT = 'flat'

Definition at line 67 of file Properties.php.

◆ LINE_STYLE_CAP_ROUND

const PHPExcel_Properties::LINE_STYLE_CAP_ROUND = 'rnd'

Definition at line 66 of file Properties.php.

◆ LINE_STYLE_CAP_SQUARE

const PHPExcel_Properties::LINE_STYLE_CAP_SQUARE = 'sq'

Definition at line 65 of file Properties.php.

◆ LINE_STYLE_COMPOUND_DOUBLE

const PHPExcel_Properties::LINE_STYLE_COMPOUND_DOUBLE = 'dbl'

Definition at line 51 of file Properties.php.

◆ LINE_STYLE_COMPOUND_SIMPLE

const PHPExcel_Properties::LINE_STYLE_COMPOUND_SIMPLE = 'sng'

Definition at line 50 of file Properties.php.

◆ LINE_STYLE_COMPOUND_THICKTHIN

const PHPExcel_Properties::LINE_STYLE_COMPOUND_THICKTHIN = 'thickThin'

Definition at line 52 of file Properties.php.

◆ LINE_STYLE_COMPOUND_THINTHICK

const PHPExcel_Properties::LINE_STYLE_COMPOUND_THINTHICK = 'thinThick'

Definition at line 53 of file Properties.php.

◆ LINE_STYLE_COMPOUND_TRIPLE

const PHPExcel_Properties::LINE_STYLE_COMPOUND_TRIPLE = 'tri'

Definition at line 54 of file Properties.php.

◆ LINE_STYLE_DASH_DASH_DOT

const PHPExcel_Properties::LINE_STYLE_DASH_DASH_DOT = 'dashDot'

Definition at line 60 of file Properties.php.

◆ LINE_STYLE_DASH_LONG_DASH

const PHPExcel_Properties::LINE_STYLE_DASH_LONG_DASH = 'lgDash'

Definition at line 61 of file Properties.php.

◆ LINE_STYLE_DASH_LONG_DASH_DOT

const PHPExcel_Properties::LINE_STYLE_DASH_LONG_DASH_DOT = 'lgDashDot'

Definition at line 62 of file Properties.php.

◆ LINE_STYLE_DASH_LONG_DASH_DOT_DOT

const PHPExcel_Properties::LINE_STYLE_DASH_LONG_DASH_DOT_DOT = 'lgDashDotDot'

Definition at line 63 of file Properties.php.

◆ LINE_STYLE_DASH_ROUND_DOT

const PHPExcel_Properties::LINE_STYLE_DASH_ROUND_DOT = 'sysDot'

Definition at line 57 of file Properties.php.

◆ LINE_STYLE_DASH_SOLID

const PHPExcel_Properties::LINE_STYLE_DASH_SOLID = 'solid'

Definition at line 56 of file Properties.php.

◆ LINE_STYLE_DASH_SQUERE_DOT

const PHPExcel_Properties::LINE_STYLE_DASH_SQUERE_DOT = 'sysDash'

Definition at line 58 of file Properties.php.

◆ LINE_STYLE_JOIN_BEVEL

const PHPExcel_Properties::LINE_STYLE_JOIN_BEVEL = 'bevel'

Definition at line 71 of file Properties.php.

◆ LINE_STYLE_JOIN_MITER

const PHPExcel_Properties::LINE_STYLE_JOIN_MITER = 'miter'

Definition at line 70 of file Properties.php.

◆ LINE_STYLE_JOIN_ROUND

const PHPExcel_Properties::LINE_STYLE_JOIN_ROUND = 'bevel'

Definition at line 69 of file Properties.php.

◆ LINE_STYPE_DASH_DASH

const PHPExcel_Properties::LINE_STYPE_DASH_DASH = 'dash'

Definition at line 59 of file Properties.php.

◆ ORIENTATION_NORMAL

const PHPExcel_Properties::ORIENTATION_NORMAL = 'minMax'

Definition at line 46 of file Properties.php.

◆ ORIENTATION_REVERSED

const PHPExcel_Properties::ORIENTATION_REVERSED = 'maxMin'

Definition at line 47 of file Properties.php.

◆ SHADOW_PRESETS_INNER_BOTTOM

const PHPExcel_Properties::SHADOW_PRESETS_INNER_BOTTOM = 11

Definition at line 102 of file Properties.php.

◆ SHADOW_PRESETS_INNER_BOTTOM_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_INNER_BOTTOM_LEFT = 12

Definition at line 103 of file Properties.php.

◆ SHADOW_PRESETS_INNER_BOTTTOM_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_INNER_BOTTTOM_RIGHT = 10

Definition at line 101 of file Properties.php.

◆ SHADOW_PRESETS_INNER_CENTER

const PHPExcel_Properties::SHADOW_PRESETS_INNER_CENTER = 14

Definition at line 105 of file Properties.php.

◆ SHADOW_PRESETS_INNER_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_INNER_LEFT = 15

Definition at line 106 of file Properties.php.

◆ SHADOW_PRESETS_INNER_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_INNER_RIGHT = 13

Definition at line 104 of file Properties.php.

◆ SHADOW_PRESETS_INNER_TOP

const PHPExcel_Properties::SHADOW_PRESETS_INNER_TOP = 17

Definition at line 108 of file Properties.php.

◆ SHADOW_PRESETS_INNER_TOP_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_INNER_TOP_LEFT = 18

Definition at line 109 of file Properties.php.

◆ SHADOW_PRESETS_INNER_TOP_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_INNER_TOP_RIGHT = 16

Definition at line 107 of file Properties.php.

◆ SHADOW_PRESETS_NOSHADOW

const PHPExcel_Properties::SHADOW_PRESETS_NOSHADOW = NULL

Definition at line 91 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_BOTTOM

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_BOTTOM = 2

Definition at line 93 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_BOTTOM_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_BOTTOM_LEFT = 3

Definition at line 94 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT = 1

Definition at line 92 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_CENTER

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_CENTER = 5

Definition at line 96 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_LEFT = 6

Definition at line 97 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_RIGHT = 4

Definition at line 95 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_TOP

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_TOP = 8

Definition at line 99 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_TOP_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_TOP_LEFT = 9

Definition at line 100 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_TOP_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_OUTER_TOP_RIGHT = 7

Definition at line 98 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_BELOW

const PHPExcel_Properties::SHADOW_PRESETS_PERSPECTIVE_BELOW = 19

Definition at line 110 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT = 23

Definition at line 114 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT = 22

Definition at line 113 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT

const PHPExcel_Properties::SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT = 21

Definition at line 112 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT

const PHPExcel_Properties::SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT = 20

Definition at line 111 of file Properties.php.

◆ TICK_MARK_CROSS

const PHPExcel_Properties::TICK_MARK_CROSS = 'cross'

Definition at line 26 of file Properties.php.

◆ TICK_MARK_INSIDE

const PHPExcel_Properties::TICK_MARK_INSIDE = 'in'

Definition at line 24 of file Properties.php.

◆ TICK_MARK_NONE

const PHPExcel_Properties::TICK_MARK_NONE = 'none'

Definition at line 23 of file Properties.php.

◆ TICK_MARK_OUTSIDE

const PHPExcel_Properties::TICK_MARK_OUTSIDE = 'out'

Definition at line 25 of file Properties.php.


The documentation for this class was generated from the following file: