footnoteposition-ag凯发旗舰厅



com.spire.doc
enum footnoteposition

java.lang.object
  extended by java.lang.enum<footnoteposition>
      extended by com.spire.doc.footnoteposition
all implemented interfaces:
java.lang.comparable<footnoteposition>

public enum footnoteposition
extends java.lang.enum<footnoteposition>

specifies footnoteposition.


enum constant summary
print_as_end_of_document
          endnotes are output at the end of the document.
print_as_end_of_section
          endnotes are output at the end of the section.
print_at_bottom_of_page
          footnotes are output at the bottom of each page.
print_immediately_beneath_text
          footnotes are output beneath text on each page.
 
method summary
 int getvalue()
           
 
enum constant detail

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.
method detail

getvalue

public int getvalue()


网站地图