Section.HasTrailingParagraphBreakOnPaste 属性

定义

获取或设置一个值,该值指示当将 Section 根元素的内容置于剪贴板中时,是否应在最后一个段落之后插入尾随分段符。

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

属性值

Boolean

true 指示应包含尾随段落分隔符;否则,为 false.

注解

此属性仅适用于流内容中的根 Section 元素。 此属性对流内容中包含的非根 Section 元素没有影响。

适用于