public final class DocumentAtom extends RecordAtom
Modifier and Type | Class and Description |
---|---|
static class |
DocumentAtom.SlideSize
Holds the different Slide Size values
|
Modifier and Type | Method and Description |
---|---|
int |
getFirstSlideNum() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
long |
getHandoutMasterPersist()
Returns a reference to the HandoutMaster, or 0 if none
|
long |
getNotesMasterPersist()
Returns a reference to the NotesMaster, or 0 if none
|
long |
getNotesSizeX() |
long |
getNotesSizeY() |
boolean |
getOmitTitlePlace()
Have the placeholders on the title slide been omitted?
|
long |
getRecordType()
We are of type 1001
|
boolean |
getRightToLeft()
Is this a Bi-Directional PPT Doc?
|
boolean |
getSaveWithFonts()
Was the document saved with True Type fonts embeded?
|
long |
getServerZoomFrom() |
long |
getServerZoomTo() |
boolean |
getShowComments()
Are comment shapes visible?
|
int |
getSlideSizeType()
Deprecated.
to be replaced by enum
|
DocumentAtom.SlideSize |
getSlideSizeTypeEnum() |
long |
getSlideSizeX() |
long |
getSlideSizeY() |
void |
setNotesSizeX(long x) |
void |
setNotesSizeY(long y) |
void |
setSaveWithFonts(boolean saveWithFonts)
Set the font embedding state
|
void |
setServerZoomFrom(long zoom) |
void |
setServerZoomTo(long zoom) |
void |
setSlideSize(DocumentAtom.SlideSize size) |
void |
setSlideSizeX(long x) |
void |
setSlideSizeY(long y) |
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 long getSlideSizeX()
public long getSlideSizeY()
public long getNotesSizeX()
public long getNotesSizeY()
public void setSlideSizeX(long x)
public void setSlideSizeY(long y)
public void setNotesSizeX(long x)
public void setNotesSizeY(long y)
public long getServerZoomFrom()
public long getServerZoomTo()
public void setServerZoomFrom(long zoom)
public void setServerZoomTo(long zoom)
public long getNotesMasterPersist()
public long getHandoutMasterPersist()
public int getFirstSlideNum()
@Deprecated @Removal(version="5.0.0") public int getSlideSizeType()
public DocumentAtom.SlideSize getSlideSizeTypeEnum()
public void setSlideSize(DocumentAtom.SlideSize size)
public boolean getSaveWithFonts()
public void setSaveWithFonts(boolean saveWithFonts)
public boolean getOmitTitlePlace()
public boolean getRightToLeft()
public boolean getShowComments()
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.