| DocxDocumentGetBookmarkText Method |
Ritorna il testo di un bookmark
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax public string GetBookmarkText(
string fieldname
)
Public Function GetBookmarkText (
fieldname As String
) As String
public:
String^ GetBookmarkText(
String^ fieldname
)
member GetBookmarkText :
fieldname : string -> string
Parameters
- fieldname
- Type: SystemString
Il nome del campo
Return Value
Type:
StringIl testo
See Also