|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.ExcelFooter
This class stores the footer information extends text, position (left, center, or right), font name, font size, underline, strikethrough, superscript, subscript, page number, the number of pages, date and time, file name.
Constructor Summary | |
ExcelFooter()
Defines an instance of the footer. |
|
ExcelFooter(System.String text,
System.String position)
Defines an instance of the footer having the specified text and position. |
|
ExcelFooter(System.String text,
System.String position,
System.String fontName,
int fontSize,
bool isBold,
bool isItalic)
Defines an instance of the footer having the specified text, position and font settings. |
Method Summary | |
ExcelFooter |
Clone()
Creates and returns a copy of this object. |
System.String |
getFooterString()
Returns the footer expression. |
System.String |
getPosition()
Returns the position of the footer. |
void |
InsertBold()
Sets the bold style for the values that will follow the insertion. |
void |
InsertDate()
Appends the date to footer expression. |
void |
InsertDoubleUnderline()
Sets the double underline style for the values that will follow the insertion. |
void |
InsertEnter()
Appends the enter character to footer expression. |
void |
InsertFile()
Appends the file name to footer expression. |
void |
InsertFont(System.String fontType)
Sets the font type for the values that will follow the font insertion. |
void |
InsertFontSize(int fontSize)
Sets the font size for the values that will follow the font size insertion. |
void |
InsertItalic()
Sets the italic style for the values that will follow the insertion. |
void |
InsertPage()
Appends the page number to footer expression. |
void |
InsertPages()
Appends the total number of pages to footer expression. |
void |
InsertSingleUnderline()
Sets the single underline style for the values that will follow the insertion. |
void |
InsertStrikethrough()
Sets the strikethrough style for the values that will follow the insertion. |
void |
InsertSubscript()
Sets the subscript style for the values that will follow the insertion. |
void |
InsertSuperscript()
Sets the superscript style for the values that will follow the insertion. |
void |
InsertTab()
Appends the tab character to footer expression. |
void |
InsertTime()
Appends the date time to footer expression. |
void |
InsertValue(System.String value)
Appends a string to footer expression. |
void |
RemoveBold()
Removes the bold style for the values that will follow the insertion. |
void |
RemoveDoubleUnderline()
Removes the double underline style for the values that will follow the insertion. |
void |
RemoveItalic()
Removes the italic style for the values that will follow the insertion. |
void |
RemoveSingleUnderline()
Removes the single underline style for the values that will follow the insertion. |
void |
RemoveStrikethrough()
Removes the strikethrough style for the values that will follow the insertion. |
void |
RemoveSubscript()
Removes the subscript style for the values that will follow the insertion. |
void |
RemoveSuperscript()
Removes the superscript style for the values that will follow the insertion. |
void |
Reset()
Clears the footer expression. |
void |
setFooterString(System.String text)
Sets the footer expression. |
void |
setPosition(System.String position)
Sets the position of the footer. |
Constructor Detail |
public ExcelFooter()
public ExcelFooter(System.String text, System.String position)
text
- the text from the footerposition
- the position of the footer. Possible values are available in Footer
class.public ExcelFooter(System.String text, System.String position, System.String fontName, int fontSize, bool isBold, bool isItalic)
text
- the text from the footerposition
- the position of the footer. Possible values are available in Footer
class.fontName
- the font name of the footerfontSize
- the font size of the footerisBold
- the bold option of the footerisItalic
- the italic option of footerMethod Detail |
public System.String getFooterString()
setFooterString(System.String)
public void setFooterString(System.String text)
text
- the footer expressiongetFooterString()
public System.String getPosition()
Footer
class.
setPosition(System.String)
public void setPosition(System.String position)
Footer
class.
position
- the footer expressiongetPosition()
public void InsertValue(System.String value)
value
- the value to be insertedpublic void InsertFont(System.String fontType)
fontType
- the font typepublic void InsertFontSize(int fontSize)
fontSize
- the font sizepublic void InsertSingleUnderline()
RemoveSingleUnderline()
public void RemoveSingleUnderline()
InsertSingleUnderline()
public void InsertDoubleUnderline()
RemoveDoubleUnderline()
public void RemoveDoubleUnderline()
InsertDoubleUnderline()
public void InsertStrikethrough()
RemoveStrikethrough()
public void RemoveStrikethrough()
InsertStrikethrough()
public void InsertSuperscript()
RemoveSuperscript()
public void RemoveSuperscript()
InsertSuperscript()
public void InsertSubscript()
RemoveSubscript()
public void RemoveSubscript()
InsertSubscript()
public void InsertBold()
RemoveBold()
public void RemoveBold()
InsertBold()
public void InsertItalic()
RemoveItalic()
public void RemoveItalic()
InsertItalic()
public void InsertPage()
public void InsertPages()
public void InsertDate()
public void InsertTime()
public void InsertFile()
public void InsertTab()
public void InsertEnter()
public void Reset()
public ExcelFooter Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |