InfoConnect for Airlines
GetBookmarks Method


The word-processing template file in which to search for bookmarks.
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.
Syntax
'Declaration
 
Function GetBookmarks( _
   ByVal templateFile As String _
) As String()
'Usage
 
Dim instance As IOfficeTools
Dim templateFile As String
Dim value() As String
 
value = instance.GetBookmarks(templateFile)
string[] GetBookmarks( 
   string templateFile
)

Parameters

templateFile
The word-processing template file in which to search for bookmarks.
See Also