Bookmark.Start 属性

定义

返回或设置书签的起始字符位置。

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

属性值

注解

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

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

如果此属性设置为大于属性的值 End ,则 End 属性设置为与 属性的值相同 Start

适用于