Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Moves the insertion point to the previous unnamed bookmark in a document.
Syntax
object**.PreviousBookmark**
Parameters
object
An expression that evaluates to a TextSelection object.
Return Values
The PreviousBookmark method returns one of the following values:
True Indicates that the bookmark was found.
False Indicates that the bookmark was not found.
Example
The following example moves the insertion point to the previous unnamed bookmark in a document:
ActiveDocument.Selection.PreviousBookmark
See Also ClearBookmarks method, NextBookmark method, SetBookmark method.