Gets headers/footers of current section.

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 HeadersFooters HeadersFooters { get; }
Public ReadOnly Property HeadersFooters As HeadersFooters
	Get
public:
virtual property HeadersFooters^ HeadersFooters {
	HeadersFooters^ get () sealed;
}
abstract HeadersFooters : HeadersFooters with get
override HeadersFooters : HeadersFooters with get

Property Value

HeadersFooters

Implements

ISection..::..HeadersFooters

See Also