asposecells.api

Class HeaderFooterCommand

Represents the command of header/footer

Property Getters/Setters Summary
methodgetFont()
Gets the font of the command's value.
methodgetText()
Gets the text of the command.
methodgetType()
Gets the header/footer' command type . The value of the property is HeaderFooterCommandType integer constant.
 

    • Property Getters/Setters Detail

      • getType : int 

        int getType()
        
        Gets the header/footer' command type . The value of the property is HeaderFooterCommandType integer constant.
      • getFont : Font 

        Font getFont()
        
        Gets the font of the command's value. Useless for HeaderFooterCommandType.Picture.
      • getText : String 

        String getText()
        
        Gets the text of the command. Only valid for HeaderFooterCommandType.Text.