public class NoteInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_PROPERTY |
static java.lang.String |
CONTEXT_KEY |
static java.lang.String |
ID_PROPERTY |
| Constructor and Description |
|---|
NoteInfo(java.lang.String id,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Returns the inner text of the footnote/endnote.
|
java.lang.String |
getId()
Returns the id of the footnote/endnote (ex return "1" for <:footnote w:id="1").
|
public static final java.lang.String CONTEXT_KEY
public static final java.lang.String ID_PROPERTY
public static final java.lang.String CONTENT_PROPERTY
Copyright © 2019. All Rights Reserved.