Skip to content

Commit

Permalink
Merge pull request #3 from jlocashio/master
Browse files Browse the repository at this point in the history
Added alphanumeric list type
  • Loading branch information
Mark Baker committed Sep 8, 2012
2 parents 4f457c9 + a302fe1 commit db59063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHPWord/Style/ListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class PHPWord_Style_ListItem {

const TYPE_NUMBER = 7;
const TYPE_NUMBER_NESTED = 8;
const TYPE_ALPHANUM = 9;
const TYPE_BULLET_FILLED = 3;
const TYPE_BULLET_EMPTY = 5;
const TYPE_SQUARE_FILLED = 1;
Expand Down

0 comments on commit db59063

Please sign in to comment.