[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InlineRichText

Class InlineRichText

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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
Inheritance
InlineRichText
Inherited Members

Properties

BidirectionalOverrides

Gets the collection of bidirectional overrides included in the content.

public BidirectionalOverrideCollection BidirectionalOverrides { get; }

Property Value

BidirectionalOverrideCollection

CanvasShapes

Gets the collection of canvas shapes included in the content.

public CanvasShapeCollection CanvasShapes { get; }

Property Value

CanvasShapeCollection

ComplexFields

Gets the collection of complex fields included in the content.

public ComplexFieldCollection ComplexFields { get; }

Property Value

ComplexFieldCollection

ContentControls

Gets the collection of content controls included in the content.

public ContentControlCollection ContentControls { get; }

Property Value

ContentControlCollection

GroupShapes

Gets the collection of group shapes included in the content.

public GroupShapeCollection GroupShapes { get; }

Property Value

GroupShapeCollection

Gets the collection of hyperlinks included in the content.

public HyperlinkCollection Hyperlinks { get; }

Property Value

HyperlinkCollection

InkShapes

Gets the collection of ink shapes included in the content.

public InkShapeCollection InkShapes { get; }

Property Value

InkShapeCollection

IsEmpty

Gets whether the content is empty.

public bool IsEmpty { get; }

Property Value

bool

IsPlainText

Gets a value indicating whether the content does not have formatting or drawings.

public bool IsPlainText { get; }

Property Value

bool

OMathElements

Gets the collection of OMathElement objects included in the content.

public OMathElementCollection OMathElements { get; }

Property Value

OMathElementCollection

OMathMatrixRows

Gets the collection of OMathMatrixRow objects included in the content.

public OMathMatrixRowCollection OMathMatrixRows { get; }

Property Value

OMathMatrixRowCollection

OMathParagraphs

Gets the collection of OMathParagraph objects included in the content.

public OMathParagraphCollection OMathParagraphs { get; }

Property Value

OMathParagraphCollection

OMathStructs

Gets the collection of OMathStruct objects included in the content.

public OMathStructCollection OMathStructs { get; }

Property Value

OMathStructCollection

OMaths

Gets the collection of OMath objects included in the content.

public OMathCollection OMaths { get; }

Property Value

OMathCollection

Pictures

Gets the collection of pictures included in the content.

public PictureCollection Pictures { get; }

Property Value

PictureCollection

Runs

Gets the collection of text runs included in the content.

public RunCollection Runs { get; }

Property Value

RunCollection

Shapes

Gets the collection of shapes included in the content.

public ShapeCollection Shapes { get; }

Property Value

ShapeCollection

SimpleFields

Gets the collection of simple fields included in the content.

public SimpleFieldCollection SimpleFields { get; }

Property Value

SimpleFieldCollection

Text

Gets or sets the content text.

public string Text { get; set; }

Property Value

string

TextFrames

Gets the collection of text frames included in the content.

public TextFrameCollection TextFrames { get; }

Property Value

TextFrameCollection

Texts

Gets the collection of texts included in the content.

public TextCollection Texts { get; }

Property Value

TextCollection

Methods

Clear()

Clears all content.

public void Clear()

GetDrawings()

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()

Returns

ContentObjectCollection<ShapeBase>

The collection of all drawing objects included in the content.