pdfheadersource-ag凯发旗舰厅
com.spire.pdf.tables
enum pdfheadersource
java.lang.object
java.lang.enum<pdfheadersource>
com.spire.pdf.tables.pdfheadersource
- all implemented interfaces:
- java.lang.comparable<pdfheadersource>
public enum pdfheadersource
- extends java.lang.enum<pdfheadersource>
specifies values specifying where the header should formed from.
enum constant summary |
column_captions
the header is formed from column captions' values. |
rows
the header is formed from rows. |
method summary |
java.lang.string |
getname()
gets the name specifying where the header should formed from. |
int |
getvalue()
gets the value specifying where the header should formed from. |
column_captions
public static final pdfheadersource column_captions
- the header is formed from column captions' values.
rows
public static final pdfheadersource rows
- the header is formed from rows.
getname
public java.lang.string getname()
- gets the name specifying where the header should formed from.
getvalue
public int getvalue()
- gets the value specifying where the header should formed from.