Gets or sets the restart rule.

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 FootnoteRestartRule RestartRule { get; set; }
Public Property RestartRule As FootnoteRestartRule
	Get
	Set
public:
property FootnoteRestartRule RestartRule {
	FootnoteRestartRule get ();
	void set (FootnoteRestartRule value);
}
member RestartRule : FootnoteRestartRule with get, set

Property Value

FootnoteRestartRule

See Also