com.aspose.cells

Class HeaderFooterCommandType

  • java.lang.Object
    • com.aspose.cells.HeaderFooterCommandType
public class HeaderFooterCommandType 
extends java.lang.Object

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

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

    • Field Detail

      • TEXT

        public static final int TEXT
        The text.
      • CURRENT_PAGE

        public static final int CURRENT_PAGE
        Current page number
      • PAGECOUNT

        public static final int PAGECOUNT
        Page count
      • CURRENT_DATE

        public static final int CURRENT_DATE
        Current date
      • CURRENT_TIME

        public static final int CURRENT_TIME
        Current time
      • SHEET_NAME

        public static final int SHEET_NAME
        Sheet name
      • FILE_NAME

        public static final int FILE_NAME
        File name without path
      • FILE_PATH

        public static final int FILE_PATH
        File path without file name
      • PICTURE

        public static final int PICTURE
        Picture