TextRetrievalMode.ViewType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the view for the TextRetrievalMode object.
public:
property Microsoft::Office::Interop::Word::WdViewType default { Microsoft::Office::Interop::Word::WdViewType get(); void set(Microsoft::Office::Interop::Word::WdViewType value); };
public Microsoft.Office.Interop.Word.WdViewType this { get; set; }
member this.ViewType : Microsoft.Office.Interop.Word.WdViewType with get, set
Default Public Property ViewType As WdViewType
Property Value
Remarks
WdViewType can be one of these WdViewType constants.
wdMasterView
wdNormalView
wdOutlineView
wdPrintPreview
wdPrintView
wdWebView
Changing the view for the TextRetrievalMode object doesn't change the display of a document on the screen. Instead, it determines which characters in the document will be included when a range is retrieved.