Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes Namespace
Classes | |
---|---|
AnnotationShapeModel | Used to position an existing annotation in a layer or shape collection. |
ArcShapeModel | An arc shape is a segment of an ellipse outline. It has a center, a horizontal and vertical radius and it has a start and sweep angle. |
BarcodeShapeModel | |
BezierShapeModel | A cubic bezier shape. It has a start and an end point and two respective control points. |
ClipShapeModel | The ClipShape allow you to build an arbitrary curve composed of straight lines and bezier curves, used as clipping path. |
Code128BarcodeShapeModel | |
Code2of5InterleavedBarcodeShapeModel | |
Code3of9BarcodeShapeModel | |
ContentShapeModel | |
EllipseShapeModel | |
FragmentModel | |
FreeHandBezierSegmentModel | A cubic bezier segment. It has an end point and two respective control points. |
FreeHandLineSegmentModel | A straight line. It has an end point. |
FreeHandPathModel | A free hand path. |
FreeHandShapeModel | The FreeHandShape allow you to build an arbitrary curve composed of straight lines and bezier curves. |
FreeHandStartSegmentModel | |
ImageShapeModel | A shape containing bitmap image. |
LayerShapeModel | A layer shape can be seen as a canvas. You draw on this canvas by adding shapes to it, they will be placed inside this layer. |
LineShapeModel | A straight line. It has a start and an end point. |
MetafileShapeModel | A shape containing a metafile (emf or wmf) vector based image. |
MultilineTextShapeModel | 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. |
PageShapeModel | 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. |
PathShapeModel | |
RectangleShapeModel | A rectangle drawn using a pen and brush. |
ShapeCollectionModel | 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. |
ShapeModel | |
SimpleXhtmlShapeModel | Renders one or more lines of text with "simple" xhtml markup. |
SvgShapeModel | A shape containing a svg image. |
TextShapeModel | Create an empty text shape. |