[]
Represents a contiguous area of content objects in a document.
See also PersistentRange.
public class Range : RangeBase, IContentList<ContentObject>, IReadOnlyList<ContentObject>, IReadOnlyCollection<ContentObject>, IEnumerable<ContentObject>, IEnumerable
Gets the parent bidirectional override where the range content is stored.
public BidirectionalOverride ParentBidirectionalOverride { get; }
Gets the parent body where the range content is stored.
public Body ParentBody { get; }
Gets the parent canvas shape where the range content is stored.
public CanvasShape ParentCanvasShape { get; }
Gets the parent table cell where the range content is stored.
public Cell ParentCell { get; }
Gets the parent content control where the range content is stored.
public ContentControl ParentContentControl { get; }
Gets the parent content of a control where the range content is stored.
public ControlContent ParentControlContent { get; }
Gets the parent group shape where the range content is stored.
public GroupShape ParentGroupShape { get; }
Gets the parent hyperlink where the range content is stored.
public Hyperlink ParentHyperlink { get; }
Gets the parent content object where the range content is stored.
public ContentObject ParentObject { get; }
Gets the parent Office Math zone where the range content is stored.
public OMath ParentOMath { get; }
Gets the parent Office Math element where the range content is stored.
public OMathElement ParentOMathElement { get; }
Gets the parent Office Math matrix row where the range content is stored.
public OMathMatrixRow ParentOMathMatrixRow { get; }
Gets the parent Office Math paragraph where the range content is stored.
public OMathParagraph ParentOMathParagraph { get; }
Gets the parent Office Math structure where the range content is stored.
public OMathStruct ParentOMathStruct { get; }
Gets the parent paragraph where the range content is stored.
public Paragraph ParentParagraph { get; }
Gets the parent table row where the range content is stored.
public Row ParentRow { get; }
Gets the parent run where the range content is stored.
public Run ParentRun { get; }
Gets the parent section where the range content is stored.
public Section ParentSection { get; }
Gets the parent shape where the range content is stored.
public Shape ParentShape { get; }
Gets the parent simple field where the range content is stored.
public SimpleField ParentSimpleField { get; }
Gets the parent table where the range content is stored.
public Table ParentTable { get; }
Gets the parent text frame where the range content is stored.
public TextFrame ParentTextFrame { get; }
Clears all content in the range including bound markers.
If the range is not a PersistentRange, it cannot be used after this method is called.
public void Delete()