|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.Sheet
This class defines the common format of "Sheets" in a powerpoint document. Such sheets could be Slides, Notes, Master etc
Constructor Summary | |
Sheet()
|
Method Summary | |
static TextRun[] |
findTextRuns(PPDrawing ppdrawing)
For a given PPDrawing, grab all the TextRuns |
protected static void |
findTextRuns(Record[] records,
java.util.Vector found)
Scans through the supplied record array, looking for a TextHeaderAtom followed by one of a TextBytesAtom or a TextCharsAtom. |
abstract int |
getSheetNumber()
Returns the sheet number |
abstract TextRun[] |
getTextRuns()
Returns an array of all the TextRuns in the sheet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sheet()
Method Detail |
public abstract TextRun[] getTextRuns()
public abstract int getSheetNumber()
public static TextRun[] findTextRuns(PPDrawing ppdrawing)
protected static void findTextRuns(Record[] records, java.util.Vector found)
records
- the records to build fromfound
- vector to add any found to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |