Class DOCXListCreator
java.lang.Object
com.nomagic.magicreport.format.html.DOCXListCreator
Class for create list style of DOCX.
- Since:
- Feb 4, 2010
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCreate num tag in numbering.voidCreate list style.Get list content.Get list def content.
-
Constructor Details
-
DOCXListCreator
Constructor.- Parameters:
listMap- map of listlistDef- map of abstractId and numId
-
-
Method Details
-
createListSyle
public void createListSyle()Create list style. -
createListDef
public void createListDef()Create num tag in numbering. -
getListBuffer
Get list content.- Returns:
- StringBuilder
-
getListDefBuffer
Get list def content.- Returns:
- StringBuilder
-