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

Packages that use NotesElement
org.eclipse.actf.model.dom.odf.draw This package contains interfaces of ODF draw namespace. 
org.eclipse.actf.model.dom.odf.util.accessibility This package contains interfaces for accessibility purposes. 
 

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)