nl.flotsam.pecia
Interface Footnote<T>

Type Parameters:
T - The parent element. (The type of the element in which this footnote is embedded.)
All Superinterfaces:
DocumentElement<T>
All Known Subinterfaces:
FootnoteBuilder<T>
All Known Implementing Classes:
DefaultFootnoteBuilder

public interface Footnote<T>
extends DocumentElement<T>

A footnote element.

Author:
Wilfred Springer

Method Summary
 Para<? extends Footnote<T>> para()
          Constructs a new Para inside the Footnote.
 
Methods inherited from interface nl.flotsam.pecia.DocumentElement
end, getParent
 

Method Detail

para

Para<? extends Footnote<T>> para()
Constructs a new Para inside the Footnote.

Returns:
A Para element.


Copyright © 2010. All Rights Reserved.