fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes
Class NoteInfo

java.lang.Object
  extended by fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.NoteInfo

public class NoteInfo
extends Object

Information about a footnote or endnote (id + content of the note).


Field Summary
static String CONTENT_PROPERTY
           
static String CONTEXT_KEY
           
static String ID_PROPERTY
           
 
Constructor Summary
NoteInfo(String id, String content)
           
 
Method Summary
 String getContent()
          Returns the inner text of the footnote/endnote.
 String getId()
          Returns the id of the footnote/endnote (ex return "1" for <:footnote w:id="1").
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_KEY

public static final String CONTEXT_KEY
See Also:
Constant Field Values

ID_PROPERTY

public static final String ID_PROPERTY
See Also:
Constant Field Values

CONTENT_PROPERTY

public static final String CONTENT_PROPERTY
See Also:
Constant Field Values
Constructor Detail

NoteInfo

public NoteInfo(String id,
                String content)
Method Detail

getId

public String getId()
Returns the id of the footnote/endnote (ex return "1" for <:footnote w:id="1").

Returns:

getContent

public String getContent()
Returns the inner text of the footnote/endnote.

Returns:


Copyright © 2013. All rights reserved.