public final class SlidePersistAtom extends RecordAtom
Modifier | Constructor and Description |
---|---|
|
SlidePersistAtom()
Create a new SlidePersistAtom, for use with a new Slide
|
protected |
SlidePersistAtom(byte[] source,
int start,
int len)
For the SlidePersist Atom
|
Modifier and Type | Method and Description |
---|---|
boolean |
getHasShapesOtherThanPlaceholders() |
int |
getNumPlaceholderTexts() |
long |
getRecordType()
We are of type 1011
|
int |
getRefID() |
int |
getSlideIdentifier() |
void |
setRefID(int id) |
void |
setSlideIdentifier(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 SlidePersistAtom(byte[] source, int start, int len)
public SlidePersistAtom()
public int getRefID()
public int getSlideIdentifier()
public int getNumPlaceholderTexts()
public boolean getHasShapesOtherThanPlaceholders()
public void setRefID(int id)
public void setSlideIdentifier(int id)
public long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.