Gets the collection of bookmarks in a word-processing template file. The method returns null if the Office Tools assembly does not support the use of templates and bookmarks for word-processing.
'Declaration
Function GetBookmarks( _
ByVal As String _
) As String()
'Usage
Dim instance As IOfficeTools
Dim templateFile As String
Dim value() As String
value = instance.GetBookmarks(templateFile)
Parameters
- templateFile
- The word-processing template file in which to search for bookmarks.