java.lang.Objectcom.aspose.cells.HeaderFooterCommand
public class HeaderFooterCommand
Property Getters/Setters Summary | ||
---|---|---|
Font | getFont() | |
Gets the font of the command's value. | ||
java.lang.String | getText() | |
Gets the text of the command. | ||
int | getType() | |
Gets the header/footer' command type . The value of the property is HeaderFooterCommandType integer constant. |
Property Getters/Setters Detail |
---|
getType | |
public int getType() |
getFont | |
public Font getFont() |
getText | |
public java.lang.String getText() |