Click or drag to resize

DocxDocumentAddBookmarkText Method

Adds the bookmark text.

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

Parameters

bookmarkName  String
Name of the bookmark.
txt  String
The text.

Return Value

DocxRun
DocxRun.
See Also