footnoteposition-ag凯发旗舰厅
com.spire.doc
enum footnoteposition
java.lang.object
java.lang.enum<footnoteposition>
com.spire.doc.footnoteposition
- all implemented interfaces:
- java.lang.comparable<footnoteposition>
public enum footnoteposition
- extends java.lang.enum<footnoteposition>
specifies footnoteposition.
print_as_end_of_section
public static final footnoteposition print_as_end_of_section
- endnotes are output at the end of the section.
print_at_bottom_of_page
public static final footnoteposition print_at_bottom_of_page
- footnotes are output at the bottom of each page.
print_immediately_beneath_text
public static final footnoteposition print_immediately_beneath_text
- footnotes are output beneath text on each page.
print_as_end_of_document
public static final footnoteposition print_as_end_of_document
- endnotes are output at the end of the document. valid for endnotes only.
getvalue
public int getvalue()