| DocxDocumentAddBookmarkText Method |
Adds the bookmark text.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public DocxRun AddBookmarkText(
string bookmarkName,
string txt
)
Public Function AddBookmarkText (
bookmarkName As String,
txt As String
) As DocxRun
public:
DocxRun^ AddBookmarkText(
String^ bookmarkName,
String^ txt
)
member AddBookmarkText :
bookmarkName : string *
txt : string -> DocxRun
Parameters
- bookmarkName
- Type: SystemString
Name of the bookmark. - txt
- Type: SystemString
The text.
Return Value
Type:
DocxRunDocxRun.
See Also