pdfheadersource-ag凯发旗舰厅



com.spire.pdf.tables
enum pdfheadersource

java.lang.object
  extended by java.lang.enum<pdfheadersource>
      extended by 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.
 
enum constant detail

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

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.


网站地图