Skip to content

Commit db59063

Browse files
author
Mark Baker
committed
Merge pull request #3 from jlocashio/master
Added alphanumeric list type
2 parents 4f457c9 + a302fe1 commit db59063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PHPWord/Style/ListItem.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class PHPWord_Style_ListItem {
3737

3838
const TYPE_NUMBER = 7;
3939
const TYPE_NUMBER_NESTED = 8;
40+
const TYPE_ALPHANUM = 9;
4041
const TYPE_BULLET_FILLED = 3;
4142
const TYPE_BULLET_EMPTY = 5;
4243
const TYPE_SQUARE_FILLED = 1;

0 commit comments

Comments
 (0)