Uses of Interface
org.eclipse.actf.model.dom.odf.presentation.NotesElement

Packages that use NotesElement
org.eclipse.actf.model.dom.odf.draw   
org.eclipse.actf.model.dom.odf.util.accessibility   
 

Uses of NotesElement in org.eclipse.actf.model.dom.odf.draw
 

Methods in org.eclipse.actf.model.dom.odf.draw that return NotesElement
 NotesElement PageElement.getPresentationNotesElement()
          Return <presentation:notes> element
 

Uses of NotesElement in org.eclipse.actf.model.dom.odf.util.accessibility
 

Methods in org.eclipse.actf.model.dom.odf.util.accessibility with parameters of type NotesElement
 void AccessibilityFixEngine.setSpeakerNotesContent(NotesElement notes, String content)