|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.CPSplitCalculator
public class CPSplitCalculator
Helper class for HWPFDocument
, which figures out
where different kinds of text can be found within the
overall CP splurge.
Constructor Summary | |
---|---|
CPSplitCalculator(FileInformationBlock fib)
|
Method Summary | |
---|---|
int |
getCommentsEnd()
Where the Comment (Atn) text ends. |
int |
getCommentsStart()
Where the Comment (Atn) text starts. |
int |
getEndNoteEnd()
Where the End Note text ends. |
int |
getEndNoteStart()
Where the End Note text starts. |
int |
getFootnoteEnd()
Where the Footnotes text ends. |
int |
getFootnoteStart()
Where the Footnotes text starts. |
int |
getHeaderStoryEnd()
Where the "Header Story" text ends. |
int |
getHeaderStoryStart()
Where the "Header Story" text starts. |
int |
getHeaderTextboxEnd()
Where the Header textbox text ends. |
int |
getHeaderTextboxStart()
Where the Header Textbox text starts. |
int |
getMainDocumentEnd()
Where the main document text ends. |
int |
getMainDocumentStart()
Where the main document text starts. |
int |
getMainTextboxEnd()
Where the Main textbox text ends. |
int |
getMainTextboxStart()
Where the Main Textbox text starts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CPSplitCalculator(FileInformationBlock fib)
Method Detail |
---|
public int getMainDocumentStart()
public int getMainDocumentEnd()
public int getFootnoteStart()
public int getFootnoteEnd()
public int getHeaderStoryStart()
public int getHeaderStoryEnd()
public int getCommentsStart()
public int getCommentsEnd()
public int getEndNoteStart()
public int getEndNoteEnd()
public int getMainTextboxStart()
public int getMainTextboxEnd()
public int getHeaderTextboxStart()
public int getHeaderTextboxEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |