FootEndnoteOptions
RestartRule Property
|
Gets or sets the restart rule.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
FootnoteRestartRule
See Also