Package com.lowagie.text
Class Footnote
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Element>
-
- com.lowagie.text.Phrase
-
- com.lowagie.text.Footnote
-
- All Implemented Interfaces:
Element
,TextElementArray
,java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Element>
,java.util.Collection<Element>
,java.util.List<Element>
,java.util.RandomAccess
public class Footnote extends Phrase
AFootnote
is a little note that can be added at the bottom of a page.- See Also:
Element
,Anchor
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTENT
This is a possible attribute.static java.lang.String
DESTINATION
This is a possible attribute.static java.lang.String
FONT
This is a possible attribute.protected java.util.HashMap
footnoteAttributes
This is the title of theAnnotation
.protected int
footnoteType
This is the type of footnote.static java.lang.String
NAMED
This is a possible attribute.static java.lang.String
PAGE
This is a possible attribute.static int
TEXT
This is a possible footnote type.-
Fields inherited from class com.lowagie.text.Phrase
font, hyphenation, leading
-
Fields inherited from interface com.lowagie.text.Element
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, FOOTNOTE, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MODIFICATIONDATE, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
footnoteType()
Returns the type of thisAnnotation
.int
type()
Gets the type of the text element.-
Methods inherited from class com.lowagie.text.Phrase
add, add, add, addAll, addChunk, addSpecial, getChunks, getContent, getFont, getHyphenation, getInstance, getInstance, getInstance, getLeading, hasLeading, isContent, isEmpty, isNestable, process, setFont, setHyphenation, setLeading
-
Methods inherited from class java.util.ArrayList
addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Field Detail
-
TEXT
public static final int TEXT
This is a possible footnote type.- See Also:
- Constant Field Values
-
CONTENT
public static final java.lang.String CONTENT
This is a possible attribute.- See Also:
- Constant Field Values
-
FONT
public static final java.lang.String FONT
This is a possible attribute.- See Also:
- Constant Field Values
-
DESTINATION
public static final java.lang.String DESTINATION
This is a possible attribute.- See Also:
- Constant Field Values
-
PAGE
public static final java.lang.String PAGE
This is a possible attribute.- See Also:
- Constant Field Values
-
NAMED
public static final java.lang.String NAMED
This is a possible attribute.- See Also:
- Constant Field Values
-
footnoteType
protected int footnoteType
This is the type of footnote.
-
footnoteAttributes
protected java.util.HashMap footnoteAttributes
This is the title of theAnnotation
.
-
-