C1.C1Word.4 Assembly > C1.C1Word.Objects Namespace : RtfDrawingCanvas Class |
The following tables list the members exposed by RtfDrawingCanvas.
Name | Description | |
---|---|---|
RtfDrawingCanvas Constructor | Create Word/RTF drawing canvas. |
Name | Description | |
---|---|---|
Bottom | Gets or sets bottom bound of the drawing canvas. | |
BreakLine | Gets break line flag for this object. (Inherited from C1.C1Word.Objects.RtfObject) | |
CellOwner | Gets owner Word/RTF table cell object for this object. (Inherited from C1.C1Word.Objects.RtfObject) | |
Document | Gets Word/RTF document for this object. (Inherited from C1.C1Word.Objects.RtfObject) | |
GroupBottom | Gets or sets group bottom bound of the drawing canvas. | |
GroupLeft | Gets or sets group left bound of the drawing canvas. | |
GroupRight | Gets or sets group right bound of the drawing canvas. | |
GroupTop | Gets or sets group top bound of the drawing canvas. | |
Height | Gets height of the drawing canvas. | |
HorizontalPosition | Gets or sets horizontal position of the drawing canvas. | |
HorizontalPositionRelation | Gets or sets horizontal relation of the position of the drawing canvas. | |
Id | Gets a drawing canvas instance identifier. | |
IsBehindDocument | Gets or sets behind document flag of the drawing canvas. | |
IsEmpty | Overridden. Gets is empty this object. | |
IsFlipHorizontal | Gets or sets flip horizontal flag of the drawing canvas. | |
IsFlipVertical | Gets or sets flip vertical flag of the drawing canvas. | |
Left | Gets or sets left bound of the drawing canvas. | |
Name | Gets a drawing canvas instance name (by default "Canvas"). | |
Owner | Gets owner object. (Inherited from C1.C1Word.Objects.RtfObject) | |
ParagraphOwner | Gets owner Word/RTF paragraph object for this object. (Inherited from C1.C1Word.Objects.RtfObject) | |
Rectangle | Gets or sets a drawing canvas rectangle. | |
Right | Gets or sets right bound of the drawing canvas. | |
SectionOwner | Gets owner Word/RTF section object for this object. (Inherited from C1.C1Word.Objects.RtfObject) | |
ShapeOwner | Gets owner Word/RTF shape object for this object. (Inherited from C1.C1Word.Objects.RtfObject) | |
Shapes | Gets the shape collection of this drawing canvas. | |
Top | Gets or sets top bound of the drawing canvas. | |
VerticalPosition | Gets or sets vertical position of the drawing canvas. | |
VerticalPositionRelation | Gets or sets vertical relation of the position of the drawing canvas. | |
Width | Gets width of the drawing canvas. |
Name | Description | |
---|---|---|
AddShape | Adds new shape using exist C1.C1Word.Canvas.DrawingShape object. | |
Clone | Creates a new RtfObject object that is a copy of the current instance. (Inherited from C1.C1Word.Objects.RtfObject) | |
ToMetafile | Create metafile for thi shape field. | |
ToString | Every object in C# inherits the ToString method, which returns a string representation of that object. |