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 元素没有影响。