[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfObject

RtfObject Class

The base Word/RTF object.

Implements
Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public abstract class RtfObject : ICloneable

Properties

Name Description
BreakLine

Gets break line flag for this object.

CellOwner

Gets owner Word/RTF table cell object for this object.

Document

Gets Word/RTF document for this object.

HeaderFooter

Gets Word/RTF parent header or footer object for this object.

IsEmpty

Gets is empty this object.

Owner

Gets owner object.

ParagraphOwner

Gets owner Word/RTF paragraph object for this object.

SdtOwner

Gets owner Word/RTF SDT object for this object.

SectionOwner

Gets owner Word/RTF section object for this object.

ShapeOwner

Gets owner Word/RTF shape object for this object.

Methods

Name Description
Clone()

Creates a new RtfObject object that is a copy of the current instance.

ToString()

Gets RTF format string value for this object.