Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / GetBookmarks Method
The word-processing template file in which to search for bookmarks.
In This Topic
    GetBookmarks Method
    In This Topic
    Gets the collection of bookmarks in a word-processing template file.
    Syntax
    expression.GetBookmarks( _
       ByVal templateFile As String _
    ) As String()
    where expression is a variable that represents a OfficeTools Object

    Parameters

    templateFile
    The word-processing template file in which to search for bookmarks.
    Remarks
    The method will return null if the Office Tools assembly does not support using templates and bookmarks for word processing.
    See Also