Class Footnote
- All Implemented Interfaces:
Element, TextElementArray, Serializable, Cloneable, Iterable<Element>, Collection<Element>, List<Element>, RandomAccess, SequencedCollection<Element>
Deprecated.
A
Footnote is a little note that can be added at the bottom of a page.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.This is a possible attribute.static final StringDeprecated.This is a possible attribute.static final StringDeprecated.This is a possible attribute.protected HashMapDeprecated.This is the title of theAnnotation.protected intDeprecated.This is the type of footnote.static final StringDeprecated.This is a possible attribute.static final StringDeprecated.This is a possible attribute.static final intDeprecated.This is a possible footnote type.Fields inherited from class Phrase
font, hyphenation, leadingFields inherited from class AbstractList
modCountFields inherited from interface 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Returns the type of thisAnnotation.inttype()Deprecated.Gets the type of the text element.Methods inherited from class Phrase
add, add, add, addAll, addChunk, addSpecial, getChunks, getContent, getFont, getHyphenation, getInstance, getInstance, getInstance, getLeading, hasLeading, isContent, isEmpty, isNestable, process, setFont, setHyphenation, setLeadingMethods inherited from class ArrayList
addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Field Details
-
TEXT
public static final int TEXTDeprecated.This is a possible footnote type.- See Also:
-
CONTENT
-
FONT
-
DESTINATION
-
PAGE
-
NAMED
-
footnoteType
protected int footnoteTypeDeprecated.This is the type of footnote. -
footnoteAttributes
-
-
Constructor Details
-
Footnote
public Footnote()Deprecated. -
Footnote
Deprecated. -
Footnote
-
Footnote
Deprecated.
-
-
Method Details
-
type
-
footnoteType
public int footnoteType()Deprecated.Returns the type of thisAnnotation.- Returns:
- a type
-