public final class Document extends PositionDependentRecordContainer
_children
Modifier and Type | Method and Description |
---|---|
void |
addSlideListWithText(SlideListWithText slwt)
Adds a new SlideListWithText record, at the appropriate
point in the child records.
|
DocumentAtom |
getDocumentAtom()
Returns the DocumentAtom of this Document
|
Environment |
getEnvironment()
Returns the Environment of this Notes, which lots of
settings for the document in it
|
ExObjList |
getExObjList(boolean create)
Returns the ExObjList, which holds the references to
external objects used in the slides.
|
SlideListWithText |
getMasterSlideListWithText()
Returns the SlideListWithText that deals with the
Master Slides
|
SlideListWithText |
getNotesSlideListWithText()
Returns the SlideListWithText that deals with the
notes, or null if there isn't one
|
PPDrawingGroup |
getPPDrawingGroup()
Returns the PPDrawingGroup, which holds an Escher Structure
that contains information on pictures in the slides.
|
long |
getRecordType()
We are of type 1000
|
SlideListWithText[] |
getSlideListWithTexts()
Returns all the SlideListWithTexts that are defined for
this Document.
|
SlideListWithText |
getSlideSlideListWithText()
Returns the SlideListWithText that deals with the
Slides, or null if there isn't one
|
void |
removeSlideListWithText(SlideListWithText slwt) |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getLastOnDiskOffset, getSheetId, setLastOnDiskOffset, setSheetId, updateOtherRecordReferences
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, getGenericProperties, handleParentAwareRecords, isAnAtom, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndian
public DocumentAtom getDocumentAtom()
public Environment getEnvironment()
public PPDrawingGroup getPPDrawingGroup()
public ExObjList getExObjList(boolean create)
create
- if true, create an ExObjList if it doesn't existpublic SlideListWithText[] getSlideListWithTexts()
public SlideListWithText getMasterSlideListWithText()
public SlideListWithText getSlideSlideListWithText()
public SlideListWithText getNotesSlideListWithText()
public void addSlideListWithText(SlideListWithText slwt)
public void removeSlideListWithText(SlideListWithText slwt)
public long getRecordType()
getRecordType
in class Record
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.