| FloatingBoxIsNeedRepeating Property |
Gets or sets a bool value that indicates whether the paragraph need to be repeated on next page.
Default value is false.The attribute is only valid when the paragraph itself and the object its ReferenceParagraphID referred to both are included in RepeatingRows.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsNeedRepeating { get; set; }Public Property IsNeedRepeating As Boolean
Get
Set
public:
property bool IsNeedRepeating {
bool get ();
void set (bool value);
}member IsNeedRepeating : bool with get, set
Property Value
Type:
Boolean
See Also