Interface | Description |
---|---|
RMDocument.DocListener |
An interface to define objects that want to get document notifications.
|
RMDocument.Source |
A simple interface for a viewer source.
|
RMSound.RMSoundListener |
A listener interface that can be implemented by anyone that cares.
|
Class | Description |
---|---|
RMDocument |
The RMDocument class represents a ReportMill document and is also an RMShape subclass, so it can be a real part of
the document/shape hierarchy.
|
RMImage |
This class is a shape representation of an image.
|
RMLabel |
This class represents an individual label inside an RMLabels template.
|
RMLabels |
This class represents a block of labels.
|
RMLineSegment |
This class represents a simple line shape, drawing a line from a start point to an end point.
|
RMOval |
This class represents a simple oval, with a setable start angle and sweep angle.
|
RMPage |
The RMPage class represents an individual page in an RMDocument.
|
RMPolygon |
This class is an RMShape subclass that encapsulates an arbitrary path.
|
RMRectangle |
This class represents a simple rectangle shape with a rounding radius.
|
RMShape |
This class is the basis for all graphic elements in a ReportMill document.
|
RMSound |
This class represents a sound in a document.
|
RMSwitchShape |
This class represents a sophisticated shape that can maintain multiple versions of itself.
|
RMTable |
This RMShape subclass provides functionality to graphically represent a list of data in a ReportMill report.
|
RMTableGroup |
This class manages a hierarchy of tables so that multiple tables can be configured to display in the same area
of a given page.
|
RMTableRow |
This class models a table row in a table.
|
RMText |
This class is an RMShape subclass for handling rich text.
|
Enum | Description |
---|---|
RMDocument.PageLayout | |
RMDocument.Unit | |
RMPage.Plexing | |
RMTableRow.ColumnResizeMode |