Section.HasTrailingParagraphBreakOnPaste Property

Definition

Gets or sets a value that indicates whether or not a trailing paragraph break should be inserted after the last paragraph when placing the contents of a root Section element on the clipboard.

public:
 property bool HasTrailingParagraphBreakOnPaste { bool get(); void set(bool value); };
public bool HasTrailingParagraphBreakOnPaste { get; set; }
member this.HasTrailingParagraphBreakOnPaste : bool with get, set
Public Property HasTrailingParagraphBreakOnPaste As Boolean

Property Value

true to indicate that a trailing paragraph break should be included; otherwise, false.

Remarks

This property is only applicable to the root Section element within flow content. This property has no effect on non-root Section elements contained within flow content.

Applies to