public final class SlideAtom extends RecordAtom
Modifier and Type | Field and Description |
---|---|
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() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getMasterID()
Get the ID of the master slide used.
|
int |
getNotesID()
Get the ID of the notes for this slide.
|
long |
getRecordType()
We are of type 1007
|
SlideAtomLayout |
getSSlideLayoutAtom()
Get the embedded 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.
|
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, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndian
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 SlideAtomLayout 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
public void writeOut(java.io.OutputStream out) throws java.io.IOException
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.