From the API, is it possible to fetch existing notes?

From the API, is it possible to get/traverse all of the existing notes/text in a document? I need to edit/translate text... I see the INote interface has members for getting/setting text but the only accessors I see relate to inserting new notes rather than fetching existing notes.

Thanks!