FootnoteBody
ContinuationNotice Property
|
Gets or sets the continuation notice.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Body ContinuationNotice { get; set; }
Public Property ContinuationNotice As Body
Get
Set
public:
property Body^ ContinuationNotice {
Body^ get ();
void set (Body^ value);
}
member ContinuationNotice : Body with get, set
Property Value
Type:
Body
The continuation notice.
See Also