[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CanvasShape

CanvasShape Class

Represents a canvas shape element in a body content.

Inheritance
CanvasShape
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CanvasShape : ShapeBase, IBrowsable<CanvasShape>
Public Class CanvasShape
    Inherits ShapeBase
    Implements IBrowsable(Of CanvasShape)

Properties

Name Description
Effects

Gets the shape effects formatting properties.

Fill

Gets the fill formatting properties.

Line

Gets the line formatting properties.

Next

Gets the next canvas.

Previous

Gets the previous canvas.

Methods

Name Description
AddGroupShape()

Adds a GroupShape to the end of the canvas shape.

AddGroupShape(float, float)

Adds a GroupShape to the end of the canvas shape.

AddInkShape(XmlDocument)

Adds an InkShape> to the end of the canvas shape.

AddInkShape(XmlDocument, float, float)

Adds an InkShape to the end of the canvas shape.

AddPicture()

Adds a new Picture to the end of the canvas shape.

AddPicture(Image)

Adds a new Picture to the end of the canvas shape.

AddPicture(byte[], string)

Adds a new Picture to the end of the canvas shape.

AddPicture(byte[], string, float, float)

Adds a new Picture to the end of the canvas shape.

AddShape()

Adds a new Rectangle 100 x 100 points Shape to the end of the canvas shape.

AddShape(float, float, GeometryType)

Adds a new Shape with a specified size and text to the end of the canvas shape.

AddShape(float, float, string)

Adds a new Rectangle Shape with a specified size and text to the end of the canvas shape.

AddShape(float, float, string, GeometryType)

Adds a new Shape with a specified size, text and geometry to the end of the canvas shape.