public final class SlideAtom extends RecordAtom
Modifier and Type | Class and Description |
---|---|
class |
SlideAtom.SSlideLayoutAtom
Holds the geometry of the Slide, and the ID of the placeholders
on the slide.
|
Modifier and Type | Field and Description |
---|---|
static int |
MASTER_SLIDE_ID |
static int |
USES_MASTER_SLIDE_ID |
Modifier | Constructor and Description |
---|---|
|
SlideAtom()
Create a new SlideAtom, to go with a new Slide
|
protected |
SlideAtom(byte[] source,
int start,
int len)
For the Slide Atom
|
Modifier and Type | Method and Description |
---|---|
boolean |
getFollowMasterBackground() |
boolean |
getFollowMasterObjects() |
boolean |
getFollowMasterScheme() |
int |
getMasterID()
Get the ID of the master slide used. 0 if this is a master slide, otherwise -2147483648
|
int |
getNotesID()
Get the ID of the notes for this slide. 0 if doesn't have one
|
long |
getRecordType()
We are of type 1007
|
SlideAtom.SSlideLayoutAtom |
getSSlideLayoutAtom()
Get the embeded SSlideLayoutAtom
|
void |
setFollowMasterBackground(boolean flag) |
void |
setFollowMasterObjects(boolean flag) |
void |
setFollowMasterScheme(boolean flag) |
void |
setMasterID(int id)
Change slide master.
|
void |
setNotesID(int id)
Change the ID of the notes for this slide. 0 if it no longer has one
|
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
public static final int MASTER_SLIDE_ID
public static final int USES_MASTER_SLIDE_ID
protected SlideAtom(byte[] source, int start, int len)
public SlideAtom()
public int getMasterID()
public void setMasterID(int id)
public int getNotesID()
public SlideAtom.SSlideLayoutAtom getSSlideLayoutAtom()
public void setNotesID(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.