Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Class and Description |
---|---|
class |
WmlOrderedList
Represents an Office Open XML ordered list.
|
class |
WmlUnorderedList
Represents an Office Open XML unordered (bulleted) list.
|
Modifier and Type | Method and Description |
---|---|
WmlList |
WmlList.addItem(String inValue) |
WmlList |
WmlList.addItem(String inValue,
int inLevel) |
WmlList |
WmlList.addItem(WmlParagraph inValue) |
WmlList |
WmlList.addItem(WmlParagraph inValue,
int inLevel) |
WmlList |
WmlList.setNumberingId(int inValue) |
jataylor@hairyfatguy.com