Bookmark.End 属性

定义

返回或设置书签的结束字符位置。

public:
 property int End { int get(); void set(int value); };
public int End { get; set; }
member this.End : int with get, set
Public Property End As Integer

属性值

注解

对象 Bookmark 具有起始位置和结束位置。 结束位置是故事开始距离最远的点。

此属性返回结束字符相对于开始部分的位置。 main文档文章 (wdMainTextStory) 以字符位置 0 (零) 开头。 通过设置此属性,可以更改书签的大小。

如果此属性设置为小于 Start 属性的值,则 Start 属性设置为相同的值 (即 StartEnd 属性相等) 。

适用于