WordGetBookmarkValue

Description

This activity reads the value of a bookmark in a Word document given its name.


Bookmark

BookmarkName InArgument<String> REQUIRED

The name of the bookmark to read the value from.

HtmlValue OutArgument<String>

The value of the bookmark as HTML text. Using HTML format the value mantain its original style (font family, size of color), also images could be read using this property.

TextValue OutArgument<String>

The value of the bookmark as plain text. Images could not be read using this property (use HtmlValue insted).


Input file

InputFile InArgument<IFileValue> REQUIRED

The file value of the file to read the bookmark from.