CompatibilityOptionsSplitPgBreakAndParaMark Property |
Always Move Paragraph Mark to Page after a Page Break.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool SplitPgBreakAndParaMark { get; set; }
Public Property SplitPgBreakAndParaMark As Boolean
Get
Set
public:
property bool SplitPgBreakAndParaMark {
bool get ();
void set (bool value);
}
member SplitPgBreakAndParaMark : bool with get, set
Property Value
Type:
Boolean
See Also