[]
Represents a range of in-line content like runs, drawings, text etc. that can be inside one paragraph. This range does not have relations with other document parts.
public class InlineRichText
Public Class InlineRichText
Name | Description |
---|---|
BidirectionalOverrides | Gets the collection of bidirectional overrides included in the content. |
CanvasShapes | Gets the collection of canvas shapes included in the content. |
ComplexFields | Gets the collection of complex fields included in the content. |
ContentControls | Gets the collection of content controls included in the content. |
GroupShapes | Gets the collection of group shapes included in the content. |
Hyperlinks | Gets the collection of hyperlinks included in the content. |
InkShapes | Gets the collection of ink shapes included in the content. |
IsEmpty | Gets whether the content is empty. |
IsPlainText | Gets a value indicating whether the content does not have formatting or drawings. |
OMathElements | Gets the collection of OMathElement objects included in the content. |
OMathMatrixRows | Gets the collection of OMathMatrixRow objects included in the content. |
OMathParagraphs | Gets the collection of OMathParagraph objects included in the content. |
OMathStructs | Gets the collection of OMathStruct objects included in the content. |
OMaths | Gets the collection of OMath objects included in the content. |
Pictures | Gets the collection of pictures included in the content. |
Runs | Gets the collection of text runs included in the content. |
Shapes | Gets the collection of shapes included in the content. |
SimpleFields | Gets the collection of simple fields included in the content. |
Text | Gets or sets the content text. |
TextFrames | Gets the collection of text frames included in the content. |
Texts | Gets the collection of texts included in the content. |
Name | Description |
---|---|
Clear() | Clears all content. |
GetDrawings() | Gets the collection of all drawing objects (derived from ShapeBase) included in the content. Drawing objects include Picture, Shape, and unknown shape types. |