Classes
| Class | Description | |
|---|---|---|
| ArcShape |
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.
| |
| BezierShape |
A cubic bezier shape. It has a start and an end point and two respective
control points.
| |
| ContentShape |
Base type for all non-field and non-annotation shapes.
| |
| EllipseShape |
An ellipse drawn using a pen and brush.
| |
| FreeHandBezierSegment |
A cubic bezier segment. It has an end point and two respective
control points.
| |
| FreeHandLineSegment |
A straight line. It has an end point.
| |
| FreeHandSegment |
The base class for all FreeHandSegment objects.
| |
| FreeHandSegmentCollection |
Collection of FreeHandSegment objects.
| |
| FreeHandStartSegment |
The start point of the ShapeCollection clip-path.
| |
| ImageShape |
A shape containing bitmap image.
| |
| LineShape |
A straight line. It has a start and an end point.
| |
| MultilineTextShape |
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.
| |
| PageShape |
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.
| |
| PathShape |
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.
| |
| PieShape |
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.
| |
| RectangleShape |
A rectangle drawn using a pen and brush.
| |
| Shape |
Base class for all vector and bitmap graphics objects.
| |
| ShapeCollection |
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.
| |
| ShapeSizeException |
The exception that is thrown when a shape cannot be placed on a page because
the shape has an invalid size.
| |
| SimpleXhtmlFormatException |
Thrown when badly formatted Simple Xhtml is encountered.
| |
| SimpleXhtmlShape |
Renders one or more lines of text with xhtml markup.
| |
| TextShape |
Used to add a single-line text to a layer.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DockStyle |
Different ways to dock shapes.
|