public class MasterPageManager extends LinkedList<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr>
modCount| Constructor and Description |
|---|
MasterPageManager(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 document,
IMasterPageHandler visitor) |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr |
getBodySectPr() |
IXWPFMasterPage |
getMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr) |
void |
initialize() |
boolean |
isInitialized() |
void |
onNewPage() |
void |
update(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListpublic MasterPageManager(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 document,
IMasterPageHandler visitor)
throws Exception
Exceptionpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr getBodySectPr()
public void update(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public IXWPFMasterPage getMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
public boolean isInitialized()
public void onNewPage()
Copyright © 2016. All Rights Reserved.