|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfHeaderSource>
com.spire.pdf.tables.PdfHeaderSource
public 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 |
---|
public static final PdfHeaderSource Column_Captions
public static final PdfHeaderSource Rows
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |