[]
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
Gets the collection of bidirectional overrides included in the content.
public BidirectionalOverrideCollection BidirectionalOverrides { get; }
Gets the collection of canvas shapes included in the content.
public CanvasShapeCollection CanvasShapes { get; }
Gets the collection of complex fields included in the content.
public ComplexFieldCollection ComplexFields { get; }
Gets the collection of content controls included in the content.
public ContentControlCollection ContentControls { get; }
Gets the collection of group shapes included in the content.
public GroupShapeCollection GroupShapes { get; }
Gets the collection of hyperlinks included in the content.
public HyperlinkCollection Hyperlinks { get; }
Gets the collection of ink shapes included in the content.
public InkShapeCollection InkShapes { get; }
Gets whether the content is empty.
public bool IsEmpty { get; }
Gets a value indicating whether the content does not have formatting or drawings.
public bool IsPlainText { get; }
Gets the collection of OMathElement objects included in the content.
public OMathElementCollection OMathElements { get; }
Gets the collection of OMathMatrixRow objects included in the content.
public OMathMatrixRowCollection OMathMatrixRows { get; }
Gets the collection of OMathParagraph objects included in the content.
public OMathParagraphCollection OMathParagraphs { get; }
Gets the collection of OMathStruct objects included in the content.
public OMathStructCollection OMathStructs { get; }
Gets the collection of OMath objects included in the content.
public OMathCollection OMaths { get; }
Gets the collection of pictures included in the content.
public PictureCollection Pictures { get; }
Gets the collection of text runs included in the content.
public RunCollection Runs { get; }
Gets the collection of shapes included in the content.
public ShapeCollection Shapes { get; }
Gets the collection of simple fields included in the content.
public SimpleFieldCollection SimpleFields { get; }
Gets or sets the content text.
public string Text { get; set; }
Gets the collection of text frames included in the content.
public TextFrameCollection TextFrames { get; }
Gets the collection of texts included in the content.
public TextCollection Texts { get; }
Clears all content.
public void Clear()
Gets the collection of all drawing objects (derived from ShapeBase) included in the content. Drawing objects include Picture, Shape, and unknown shape types.
public ContentObjectCollection<ShapeBase> GetDrawings()
The collection of all drawing objects included in the content.