[]
The base Word/RTF object.
public abstract class RtfObject : ICloneable
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. |
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. |