Merge pull request #3 from jlocashio/master

Added alphanumeric list type
This commit is contained in:
Mark Baker 2012-09-08 03:41:55 -07:00
commit db59063352
1 changed files with 1 additions and 0 deletions

View File

@ -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;