org.odftoolkit.simple.presentation
Constructor and Description |
---|
Notes.NotesBuilder(PresentationDocument doc)
NotesBuilder constructor.
|
Modifier and Type | Method and Description |
---|---|
Notes |
getNotesInstance(PresentationNotesElement noteElement)
Get a presentation notes page instance by an instance of
PresentationNotesElement . |
public Notes.NotesBuilder(PresentationDocument doc)
PresentationDocument
constructor. The end user isn't allowed to call
it directly, otherwise an IllegalStateException
will be
thrown.doc
- the owner PresentationDocument
.IllegalStateException
- if new NotesBuilder out of owner PresentationDocument
constructor, this exception will be thrown.public Notes getNotesInstance(PresentationNotesElement noteElement)
PresentationNotesElement
.noteElement
- an instance of PresentationNotesElement
Notes
that can represent
PresentationNotesElement
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.