menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IHFEngine - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IHFEngine

    Engine for parsing and creation of header/footer strings.

    Inherited Members
    IOptimizedUpdate.BeginUpdate()
    IOptimizedUpdate.EndUpdate()
    IParentApplication.Application
    IParentApplication.Parent
    IRichTextString.Append(String, IFont)
    IRichTextString.Clear()
    IRichTextString.ClearFormatting()
    IRichTextString.GetFont(Int32)
    IRichTextString.IsFormatted
    IRichTextString.RtfText
    IRichTextString.SetFont(Int32, Int32, IFont)
    IRichTextString.Text
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface IHFEngine : IRichTextString, IParentApplication, IOptimizedUpdate

    Methods

    GetHeaderFooterString()

    Returns string in format that is supported by Excel header/footer.

    Declaration
    string GetHeaderFooterString()
    Returns
    Type Description
    System.String

    String in format that is supported by Excel header/footer.

    Parse(String)

    Parses text of header/footer part.

    Declaration
    void Parse(string strText)
    Parameters
    Type Name Description
    System.String strText

    Text of header/footer part.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved