Package org.apache.poi.hslf.record
Class NotesAtom
java.lang.Object
org.apache.poi.hslf.record.Record
org.apache.poi.hslf.record.RecordAtom
org.apache.poi.hslf.record.NotesAtom
A Notes Atom (type 1009). Holds information on the parent Notes, such
as what slide it is tied to
- Author:
- Nick Burch
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNotesAtom(byte[] source, int start, int len) For the Notes Atom -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanlongWe are of type 1009intvoidsetFollowMasterBackground(boolean flag) voidsetFollowMasterObjects(boolean flag) voidsetFollowMasterScheme(boolean flag) voidsetSlideID(int id) voidwriteOut(OutputStream out) Write the contents of the record back, so it can be written to diskMethods inherited from class org.apache.poi.hslf.record.RecordAtom
getChildRecords, isAnAtomMethods inherited from class org.apache.poi.hslf.record.Record
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
-
Constructor Details
-
NotesAtom
protected NotesAtom(byte[] source, int start, int len) For the Notes Atom
-
-
Method Details
-
getSlideID
public int getSlideID() -
setSlideID
public void setSlideID(int id) -
getFollowMasterObjects
public boolean getFollowMasterObjects() -
getFollowMasterScheme
public boolean getFollowMasterScheme() -
getFollowMasterBackground
public boolean getFollowMasterBackground() -
setFollowMasterObjects
public void setFollowMasterObjects(boolean flag) -
setFollowMasterScheme
public void setFollowMasterScheme(boolean flag) -
setFollowMasterBackground
public void setFollowMasterBackground(boolean flag) -
getRecordType
public long getRecordType()We are of type 1009- Specified by:
getRecordTypein classRecord
-
writeOut
Write the contents of the record back, so it can be written to disk- Specified by:
writeOutin classRecord- Throws:
IOException
-