Classes

  ClassDescription
Public classArcShape
An arc shape is a segment of an ellipse outline. It has a center, a horizontal and vertical radi and it has a start and sweep angle.
Public classBezierShape
A cubic bezier shape. It has a start and an end point and two respective control points.
Public classContentShape
Base type for all non-field and non-annotation shapes.
Public classEllipseShape
An ellipse drawn using a pen and brush.
Public classFreeHandBezierSegment
A cubic bezier segment. It has an end point and two respective control points.
Public classFreeHandLineSegment
A straight line. It has an end point.
Public classFreeHandSegment
The base class for all FreeHandSegment objects.
Public classFreeHandSegmentCollection
Collection of FreeHandSegment objects.
Public classFreeHandStartSegment
The start point of the ShapeCollection clip-path.
Public classImageShape
A shape containing bitmap image.
Public classLineShape
A straight line. It has a start and an end point.
Public classMultilineTextShape
The MultilineTextShape allows you to stamp text that is wrapped given a certain maximum line width. The text is stored in 1 or more fragments. You can set layout properties such as alignment and indentation.
Public classPageShape
A page shape is a placeholder for an existing page. It is used to stamp existing pages on an other page, which could be either a new or an existing page.
Public classPathShape
PathShape is the base class for all shapes that have an associated pen or brush. Furthermore, PathShape allow you to build an arbitray curve composed of straight lines and bezier curves.
Public classPieShape
A pie is an arc shape with the addition of two straight lines drawn from the center to the start and end point of the arc. The closed area is filled using the specified brush (if any). A pie is fully defined by attributes of its base classes.
Public classRectangleShape
A rectangle drawn using a pen and brush.
Public classShape
Base class for all vector and bitmap graphics objects.
Public classShapeCollection
Collection of shape objects. Shapes is a shape itself. This allows recursion. A shapes collection can be seen as a canvas. You draw on this canvas by adding shapes to it.
Public classShapeSizeException
The exception that is thrown when a shape cannot be placed on a page because the shape has an invalid size.
Public classSimpleXhtmlFormatException
Thrown when badly formatted Simple Xhtml is encountered.
Public classSimpleXhtmlShape
Renders one or more lines of text with xhtml markup.
Public classTextShape
Used to add a single-line text to a layer.

Enumerations

  EnumerationDescription
Public enumerationDockStyle
Different ways to dock shapes.