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 |
---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
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, getGenericChildren, getGenericRecordType, 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
public void writeOut(java.io.OutputStream out) throws java.io.IOException
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.