asposecells.api

Class HeaderFooterCommandType

Utility class containing constants. Represents the command type of header and footer.

Field Summary
const  intTEXT
The text.
const  intCURRENT_PAGE
Current page number
const  intPAGECOUNT
Page count
const  intCURRENT_DATE
Current date
const  intCURRENT_TIME
Current time
const  intSHEET_NAME
Sheet name
const  intFILE_NAME
File name without path
const  intFILE_PATH
File path without file name
const  intPICTURE
Picture
 

    • Field Detail

      • TEXT

        const int TEXT
        The text.
      • CURRENT_PAGE

        const int CURRENT_PAGE
        Current page number
      • PAGECOUNT

        const int PAGECOUNT
        Page count
      • CURRENT_DATE

        const int CURRENT_DATE
        Current date
      • CURRENT_TIME

        const int CURRENT_TIME
        Current time
      • SHEET_NAME

        const int SHEET_NAME
        Sheet name
      • FILE_NAME

        const int FILE_NAME
        File name without path
      • FILE_PATH

        const int FILE_PATH
        File path without file name
      • PICTURE

        const int PICTURE
        Picture