Click or drag to resize

DocxCellAddBookmarkText Method

Adds the bookmark text.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.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