WdRectangleType Enumeration

Specifies the type of rectangle and the information it contains.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdRectangleType
'Usage
Dim instance As WdRectangleType
public enum WdRectangleType

Members

Member name Description
wdTextRectangle Represents a space occupied by text.
wdShapeRectangle Represents a space occupied by a shape.
wdMarkupRectangle Represents a space occupied by a comment balloon.
wdMarkupRectangleButton Represents a space occupied by the more (...) indicator that appears in a comment balloon when there is additional text for the comment.
wdPageBorderRectangle Represents a space occupied by a page border.
wdLineBetweenColumnRectangle Represents a region corresponding to a line that separates columns.
wdSelection Represents a space occupied by a selection tool, for example the table selection tool in the upper left corner of a table or the anchor for an image.
wdSystem Not applicable.
wdMarkupRectangleArea Represents space occupied for the presentation of revision balloons on the page. This space is only printed if you print using "Document Showing Markup" in the Print dialog box.
wdReadingModeNavigation Represents space occupied by the page navigation buttons when reading a document in full page reading view.
wdMarkupRectangleMoveMatch Represents space occupied by the Go button used to find matching pairs of tracked moves in a document.
wdReadingModePanningArea Represents space occupied for page turning when reading a document in full page reading view.
wdMailNavArea Represents space occupied by the e-mail message navigation buttons when reading e-mail in Microsoft Office Outlook.
wdDocumentControlRectangle Represents space occupied by a content control, equation, or document building block in-document control.

See Also

Reference

Microsoft.Office.Interop.Word Namespace