com.aspose.cells

Class HeaderFooterCommand

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

Represents the command of header/footer

Property Getters/Setters Summary
FontgetFont()
Gets the font of the command's value.
java.lang.StringgetText()
Gets the text of the command.
intgetType()
Gets the header/footer' command type . The value of the property is HeaderFooterCommandType integer constant.
 

    • Property Getters/Setters Detail

      • getType

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

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

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