Section.HasTrailingParagraphBreakOnPaste 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示在剪貼簿上放置根 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
屬性值
true
表示應包含尾端段落符號;否則為 false
。
備註
此屬性僅適用于流程內容中的根 Section 元素。 此屬性不會影響流程內容中包含的非根 Section 元素。