|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.record.Record org.apache.poi.hslf.record.RecordAtom org.apache.poi.hslf.record.OutlineTextRefAtom
public final class OutlineTextRefAtom
OEPlaceholderAtom (3998).
What MSDN says about OutlineTextRefAtom
:
Appears in a slide to indicate a text that is already contained in the document, in a SlideListWithText containter. Sometimes slide texts are not contained within the slide container to be able to delay loading a slide and still display the title and body text in outline view.
Field Summary |
---|
Fields inherited from class org.apache.poi.hslf.record.Record |
---|
logger |
Constructor Summary | |
---|---|
protected |
OutlineTextRefAtom()
Create a new instance of FontEntityAtom |
protected |
OutlineTextRefAtom(byte[] source,
int start,
int len)
Build an instance of OutlineTextRefAtom from on-disk data |
Method Summary | |
---|---|
long |
getRecordType()
Returns the type (held as a little endian in bytes 3 and 4) that this class handles |
int |
getTextIndex()
Return text's index within the SlideListWithText container (0 for title, 1..n for the nth body). |
void |
setTextIndex(int idx)
Sets text's index within the SlideListWithText container (0 for title, 1..n for the nth body). |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written to disk |
Methods inherited from class org.apache.poi.hslf.record.RecordAtom |
---|
getChildRecords, isAnAtom |
Methods inherited from class org.apache.poi.hslf.record.Record |
---|
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected OutlineTextRefAtom(byte[] source, int start, int len)
OutlineTextRefAtom
from on-disk data
protected OutlineTextRefAtom()
FontEntityAtom
Method Detail |
---|
public long getRecordType()
Record
getRecordType
in class Record
public void writeOut(java.io.OutputStream out) throws java.io.IOException
writeOut
in class Record
java.io.IOException
public void setTextIndex(int idx)
idx
- 0-based text's indexpublic int getTextIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |