|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.record.Record org.apache.poi.hslf.record.RecordAtom org.apache.poi.hslf.record.DocumentAtom
public final class DocumentAtom
A Document Atom (type 1001). Holds misc information on the PowerPoint document, lots of them size and scale related.
Nested Class Summary | |
---|---|
static class |
DocumentAtom.SlideSize
Holds the different Slide Size values |
Field Summary |
---|
Fields inherited from class org.apache.poi.hslf.record.Record |
---|
logger |
Constructor Summary | |
---|---|
protected |
DocumentAtom(byte[] source,
int start,
int len)
For the Document Atom |
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.poi.hslf.record.RecordAtom |
---|
getChildRecords, isAnAtom |
Methods inherited from class org.apache.poi.hslf.record.Record |
---|
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DocumentAtom(byte[] source, int start, int len)
Method Detail |
---|
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
public void writeOut(java.io.OutputStream out) throws java.io.IOException
writeOut
in class Record
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |