Click or drag to resize

DocxDocumentAddBookmarkText Method

Adds the bookmark text.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public DocxRun AddBookmarkText(
	string bookmarkName,
	string txt
)

Parameters

bookmarkName
Type: SystemString
Name of the bookmark.
txt
Type: SystemString
The text.

Return Value

Type: DocxRun
DocxRun.
See Also