Interface IXLHFItem
public interface IXLHFItem : IXLWithRichString
- Inherited Members
- Extension Methods
Methods
AddImage(string, XLHFOccurrence)
IXLRichString AddImage(string imagePath, XLHFOccurrence occurrence = XLHFOccurrence.AllPages)
Parameters
imagePathstringoccurrenceXLHFOccurrence
Returns
AddText(XLHFPredefinedText)
Adds the given predefined text to this header/footer item.
IXLRichString AddText(XLHFPredefinedText predefinedText)
Parameters
predefinedTextXLHFPredefinedTextThe predefined text to add to this header/footer item.
Returns
AddText(XLHFPredefinedText, XLHFOccurrence)
Adds the given predefined text to this header/footer item.
IXLRichString AddText(XLHFPredefinedText predefinedText, XLHFOccurrence occurrence)
Parameters
predefinedTextXLHFPredefinedTextThe predefined text to add to this header/footer item.
occurrenceXLHFOccurrenceThe occurrence for the predefined text.
Returns
AddText(string, XLHFOccurrence)
Adds the given text to this header/footer item.
IXLRichString AddText(string text, XLHFOccurrence occurrence)
Parameters
textstringThe text to add to this header/footer item.
occurrenceXLHFOccurrenceThe occurrence for the text.
Returns
Clear(XLHFOccurrence)
Clears the text/formats of this header/footer item.
void Clear(XLHFOccurrence occurrence = XLHFOccurrence.AllPages)
Parameters
occurrenceXLHFOccurrenceThe occurrence to clear.
GetText(XLHFOccurrence)
Gets the text of the specified header/footer occurrence.
string GetText(XLHFOccurrence occurrence)
Parameters
occurrenceXLHFOccurrenceThe occurrence.