Gets TextBody by specified HeaderFooter type.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public HeaderFooter this[
	HeaderFooterType hfType
] { get; }
Public ReadOnly Default Property Item ( 
	hfType As HeaderFooterType
) As HeaderFooter
	Get
public:
property HeaderFooter^ default[HeaderFooterType hfType] {
	HeaderFooter^ get (HeaderFooterType hfType);
}
member Item : HeaderFooter with get

Parameters

hfType
HeaderFooterType

Property Value

HeaderFooter

See Also