public final class SlideListWithText extends RecordContainer
| Modifier and Type | Class and 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 and 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 and 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 and 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(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOutbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic 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 Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionCopyright © 2020. All rights reserved.