public class DocumentModel extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
DocumentModel(WordprocessingMLPackage wordMLPackage) |
Modifier and Type | Method and Description |
---|---|
List<SectionWrapper> |
getSections() |
void |
refresh()
If you have added/deleted sections from your WordprocessingMLPackage,
you'll need to call this method in order for the changes to be
reflected in the DocumentModel.
|
public DocumentModel(WordprocessingMLPackage wordMLPackage)
public void refresh()
public List<SectionWrapper> getSections()
Copyright © 2007-2019. All Rights Reserved.