Name | Description | |
---|---|---|
AddContentControl | Adds a ContentControl to the end of the current body. | |
AddParagraph | Overloaded. Adds a Paragraph to the end of the current body. | |
AddTable | Overloaded. Adds a Table to the end of the current body. | |
CanAdd | Overloaded. Checks whether a ContentObject of the specified type can be added to the current body. | |
CanAddContentControl | Overloaded. Checks whether a ContentControl of the specified type can be added to the current body. | |
Clear | Overridden. Clears all content objects in this body. | |
ClearFormatting | Clears formatting on content in this range.
Note that this method does not remove formatting applied indirectly via the content hierarchy. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
CompareLocationWith | Compares this range location with another range location. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
CopyTo | Copies this range to another range. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
GetChildren<T> | Gets the collection of this body's children of a specified type. | |
GetDrawings | Gets the collection of all drawing objects (derived from ShapeBase) included in this range. Drawing objects include Picture, Shape, and unknow shape types. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
GetInnerCollection<T> | Creates and returns a collection of content objects in the current range. The returned collection differs from enumerating on the current range itself in that it does not include objects that start before the current range's start and end after the current range's end. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
GetPersistentRange | Overloaded. Creates and returns an instance of PersistentRange with bounds on the specified objects.
You should dispose the PersistentRange returned by this method when it is no longer needed. Failing to do so may lead to degraded performance. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
InsertOMathEquation | Inserts a built-in Office Math equation into the range. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
MoveTo | Moves this range to another range. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
ToString | Gets string representation of the range. (Inherited from GrapeCity.Documents.Word.RangeBase) | |
UpdateFields | Updates the results of all document fields that support updating. (Inherited from GrapeCity.Documents.Word.RangeBase) |