public final class NotesAtom extends RecordAtom
Modifier | Constructor and Description |
---|---|
protected |
NotesAtom(byte[] source,
int start,
int len)
For the Notes Atom
|
Modifier and Type | Method and Description |
---|---|
boolean |
getFollowMasterBackground() |
boolean |
getFollowMasterObjects() |
boolean |
getFollowMasterScheme() |
long |
getRecordType()
We are of type 1009
|
int |
getSlideID() |
void |
setFollowMasterBackground(boolean flag) |
void |
setFollowMasterObjects(boolean flag) |
void |
setFollowMasterScheme(boolean flag) |
void |
setSlideID(int id) |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtom
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected NotesAtom(byte[] source, int start, int len)
public int getSlideID()
public void setSlideID(int id)
public boolean getFollowMasterObjects()
public boolean getFollowMasterScheme()
public boolean getFollowMasterBackground()
public void setFollowMasterObjects(boolean flag)
public void setFollowMasterScheme(boolean flag)
public void setFollowMasterBackground(boolean flag)
public long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.