public final class NotesAtom extends RecordAtom
Modifier | Constructor | Description |
---|---|---|
protected |
NotesAtom(byte[] source,
int start,
int len) |
For the Notes Atom
|
Modifier and Type | Method | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
getChildRecords, isAnAtom
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 2018 The Apache Software Foundation or its licensors, as applicable.