public final class SlideListWithText extends RecordContainer
Modifier and Type | Class | Description |
---|---|---|
class |
SlideListWithText.SlideAtomsSet |
Inner class to wrap up a matching set of records that hold the
text for a given sheet.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
MASTER |
Instance filed of the record header indicates that this SlideListWithText stores
references to master slides
|
static int |
NOTES |
Instance filed of the record header indicates that this SlideListWithText stores
references to notes
|
static int |
SLIDES |
Instance filed of the record header indicates that this SlideListWithText stores
references to slides
|
_children
Modifier | Constructor | Description |
---|---|---|
|
SlideListWithText() |
Create a new, empty, SlideListWithText
|
protected |
SlideListWithText(byte[] source,
int start,
int len) |
Create a new holder for slide records
|
Modifier and Type | Method | Description |
---|---|---|
void |
addSlidePersistAtom(SlidePersistAtom spa) |
Add a new SlidePersistAtom, to the end of the current list,
and update the internal list of SlidePersistAtoms
|
int |
getInstance() |
|
long |
getRecordType() |
Return the value we were given at creation
|
SlideListWithText.SlideAtomsSet[] |
getSlideAtomsSets() |
Get access to the SlideAtomsSets of the children of this record
|
void |
setInstance(int inst) |
|
void |
setSlideAtomsSets(SlideListWithText.SlideAtomsSet[] sas) |
Get access to the SlideAtomsSets of the children of this record
|
void |
writeOut(java.io.OutputStream out) |
Write the contents of the record back, so it can be written
to disk
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
public static final int SLIDES
public static final int MASTER
public static final int NOTES
protected SlideListWithText(byte[] source, int start, int len)
public SlideListWithText()
public void addSlidePersistAtom(SlidePersistAtom spa)
spa
- public int getInstance()
public void setInstance(int inst)
public SlideListWithText.SlideAtomsSet[] getSlideAtomsSets()
public void setSlideAtomsSets(SlideListWithText.SlideAtomsSet[] sas)
public long getRecordType()
getRecordType
in class Record
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.