org.apache.poi.hwpf.model
public final class CPSplitCalculator extends java.lang.Object
HWPFDocument
, which figures out
where different kinds of text can be found within the
overall CP splurge.Constructor and Description |
---|
CPSplitCalculator(FileInformationBlock fib) |
Modifier and Type | Method and Description |
---|---|
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.
|
public CPSplitCalculator(FileInformationBlock fib)
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()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.