public final class Slide extends SheetContainer
myLastOnDiskOffset
_children
Modifier | Constructor and Description |
---|---|
|
Slide()
Create a new, empty, Slide, along with its required
child records.
|
protected |
Slide(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
Modifier and Type | Method and Description |
---|---|
ColorSchemeAtom |
getColorScheme() |
PPDrawing |
getPPDrawing()
Returns the PPDrawing of this Slide, which has all the
interesting data in it
|
long |
getRecordType()
We are of type 1006
|
SlideAtom |
getSlideAtom()
Returns the SlideAtom of this Slide
|
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getLastOnDiskOffset, getSheetId, setLastOnDiskOffset, setSheetId, updateOtherRecordReferences
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected Slide(byte[] source, int start, int len)
public Slide()
public SlideAtom getSlideAtom()
public PPDrawing getPPDrawing()
getPPDrawing
in class SheetContainer
public long getRecordType()
getRecordType
in class Record
public void writeOut(java.io.OutputStream out) throws java.io.IOException
public ColorSchemeAtom getColorScheme()
getColorScheme
in class SheetContainer
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.