public final class DocumentAtom extends RecordAtom
Modifier and Type | Class and Description |
---|---|
static class |
DocumentAtom.SlideSize
Holds the different Slide Size values
|
Modifier | Constructor and Description |
---|---|
protected |
DocumentAtom(byte[] source,
int start,
int len)
For the Document Atom
|
Modifier and Type | Method and Description |
---|---|
int |
getFirstSlideNum() |
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()
The Size of the Document's slides, @see DocumentAtom.SlideSize for values
|
long |
getSlideSizeX() |
long |
getSlideSizeY() |
void |
setNotesSizeX(long x) |
void |
setNotesSizeY(long y) |
void |
setServerZoomFrom(long zoom) |
void |
setServerZoomTo(long zoom) |
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, writeLittleEndian, writeLittleEndian
protected DocumentAtom(byte[] source, int start, int len)
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()
public int getSlideSizeType()
public boolean getSaveWithFonts()
public boolean getOmitTitlePlace()
public boolean getRightToLeft()
public boolean getShowComments()
public long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.