ParagraphFormat
IsWidowControl Property
|
True if the first and last lines in the paragraph
are to remain on the same page as the rest of the paragraph.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsWidowControl { get; set; }
Public Property IsWidowControl As Boolean
Get
Set
public:
property bool IsWidowControl {
bool get ();
void set (bool value);
}
member IsWidowControl : bool with get, set
Property Value
Type:
Boolean
Remarks
See Also