Uses of Class
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.InitialNoteInfoMap

Packages that use InitialNoteInfoMap
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes   
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes   
fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes   
 

Uses of InitialNoteInfoMap in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes
 

Methods in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes that return InitialNoteInfoMap
static InitialNoteInfoMap NoteUtils.getInitialEndNoteInfoMap(Map<String,Object> sharedContext)
           
static InitialNoteInfoMap NoteUtils.getInitialFootNoteInfoMap(Map<String,Object> sharedContext)
          Returns the InitialNoteInfoMap from the given sharedContext.
protected abstract  InitialNoteInfoMap AbstractNoteReferenceBufferedRegion.getInitialNoteInfoMap(Map<String,Object> sharedContext)
           
protected abstract  InitialNoteInfoMap AbstractNoteBufferedRegion.getInitialNoteInfoMap(Map<String,Object> sharedContext)
           
 

Methods in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes with parameters of type InitialNoteInfoMap
static void NoteUtils.putInitialEndNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap notesMap)
           
static void NoteUtils.putInitialFootNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap notesMap)
           
protected abstract  void AbstractNoteBufferedRegion.putInitialNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap infos)
           
 

Uses of InitialNoteInfoMap in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes
 

Methods in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes that return InitialNoteInfoMap
protected  InitialNoteInfoMap EndnoteReferenceBufferedRegion.getInitialNoteInfoMap(Map<String,Object> sharedContext)
           
protected  InitialNoteInfoMap EndnoteBufferedRegion.getInitialNoteInfoMap(Map<String,Object> sharedContext)
           
 

Methods in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.endnotes with parameters of type InitialNoteInfoMap
protected  void EndnoteBufferedRegion.putInitialNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap infos)
           
 

Uses of InitialNoteInfoMap in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes
 

Methods in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes that return InitialNoteInfoMap
protected  InitialNoteInfoMap FootnoteReferenceBufferedRegion.getInitialNoteInfoMap(Map<String,Object> sharedContext)
           
protected  InitialNoteInfoMap FootnoteBufferedRegion.getInitialNoteInfoMap(Map<String,Object> sharedContext)
           
 

Methods in fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.footnotes with parameters of type InitialNoteInfoMap
protected  void FootnoteBufferedRegion.putInitialNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap infos)
           
 



Copyright © 2013. All Rights Reserved.