We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f457c9 + a302fe1 commit db59063Copy full SHA for db59063
src/PHPWord/Style/ListItem.php
@@ -37,6 +37,7 @@ class PHPWord_Style_ListItem {
37
38
const TYPE_NUMBER = 7;
39
const TYPE_NUMBER_NESTED = 8;
40
+ const TYPE_ALPHANUM = 9;
41
const TYPE_BULLET_FILLED = 3;
42
const TYPE_BULLET_EMPTY = 5;
43
const TYPE_SQUARE_FILLED = 1;
0 commit comments