Word.GetTextOptions interface

Specifies the options to be included in a getText operation.

Remarks

[ API set: WordApi 1.7 ]

Properties

includeHiddenText

Specifies a value that indicates whether to include hidden text in the result of the GetText method. The default value is False.

includeTextMarkedAsDeleted

Specifies a value that indicates whether to include text marked as deleted in the result of the GetText method. The default value is False.

Property Details

includeHiddenText

Specifies a value that indicates whether to include hidden text in the result of the GetText method. The default value is False.

includeHiddenText?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.7 ]

includeTextMarkedAsDeleted

Specifies a value that indicates whether to include text marked as deleted in the result of the GetText method. The default value is False.

includeTextMarkedAsDeleted?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.7 ]