public final class Notes extends SheetContainer
myLastOnDiskOffset_children| Modifier | Constructor and Description |
|---|---|
protected |
Notes(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
| Modifier and Type | Method and Description |
|---|---|
ColorSchemeAtom |
getColorScheme() |
NotesAtom |
getNotesAtom()
Returns the NotesAtom of this Notes
|
PPDrawing |
getPPDrawing()
Returns the PPDrawing of this Notes, which has all the
interesting data in it
|
long |
getRecordType()
We are of type 1008
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getLastOnDiskOffset, getSheetId, setLastOnDiskOffset, setSheetId, updateOtherRecordReferencesaddChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOutbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianprotected Notes(byte[] source,
int start,
int len)
public NotesAtom getNotesAtom()
public PPDrawing getPPDrawing()
getPPDrawing in class SheetContainerpublic long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionpublic ColorSchemeAtom getColorScheme()
getColorScheme in class SheetContainerCopyright © 2020. All rights reserved.