共用方式為


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 元素。

適用於