| Constructor and Description | 
|---|
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 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 PresentationNotesElementNotes that can represent PresentationNotesElement
     Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.