WdRectangleType Enum
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.
Specifies the type of rectangle and the information it contains.
public enum class WdRectangleType
[System.Runtime.InteropServices.Guid("2C21A8CF-AB68-3F7E-92F9-B745177DF535")]
public enum WdRectangleType
type WdRectangleType =
Public Enum WdRectangleType
- Inheritance
-
WdRectangleType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTextRectangle | 0 | Represents a space occupied by text. |
wdShapeRectangle | 1 | Represents a space occupied by a shape. |
wdMarkupRectangle | 2 | Represents a space occupied by a comment balloon. |
wdMarkupRectangleButton | 3 | Represents a space occupied by the more (...) indicator that appears in a comment balloon when there is additional text for the comment. |
wdPageBorderRectangle | 4 | Represents a space occupied by a page border. |
wdLineBetweenColumnRectangle | 5 | Represents a region corresponding to a line that separates columns. |
wdSelection | 6 | 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 | 7 | Not applicable. |
wdMarkupRectangleArea | 8 | 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 | 9 | Represents space occupied by the page navigation buttons when reading a document in full page reading view. |
wdMarkupRectangleMoveMatch | 10 | Represents space occupied by the Go button used to find matching pairs of tracked moves in a document. |
wdReadingModePanningArea | 11 | Represents space occupied for page turning when reading a document in full page reading view. |
wdMailNavArea | 12 | Represents space occupied by the e-mail message navigation buttons when reading e-mail in Microsoft Office Outlook. |
wdDocumentControlRectangle | 13 | Represents space occupied by a content control, equation, or document building block in-document control. |