[]
        
(Showing Draft Content)

C1.Word.Objects.RtfObject

RtfObject Class

The base Word/RTF object.

Implements
Namespace: C1.Word.Objects
Assembly: C1.Pdf.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.

IsParContent

Gets true if is need to add new line (line break), otherwise false.

Owner

Gets or sets 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.