| クラス | 解説 |
| DateAppointments | The DateAppointments class represents the single calendar day with the System.Collections.Generic.List`1 list of appointments. It is an auxiliary class for use in C1PrintDocument scripts. |
| DateAppointmentsCollection | The DateAppointmentsCollection class represents the System.Collections.ObjectModel.KeyedCollection`2 collection which can be used as a data source in C1PrintDocument documents. |
| PreviewWrapper | The PreviewWrapper class wraps the print preview dialog functionality. It allows showing C1.C1Preview.C1PrintDocument content in a C1.Win.RibbonPreview.C1RibbonPreviewDialog, loaded via reflection from C1.Win.RibbonPreview.4.5.2 assembly. |
| PrintDocumentWrapper | The PrintDocumentWrapper class wraps the C1.C1Preview.C1PrintDocument functionality. It loads C1.C1Preview.C1PrintDocument component via reflection from the C1.C1Report.2 assembly. |
| PrintInfo | The object used to manage schedule printing. |
| PrintStyle | The PrintStyle class represents the single printing style for a schedule control. |
| PrintStyleCollection | The PrintStyleCollection class represents the keyed collection of scheduler printing styles. The PrintStyle.StyleName property is used as a collection key. |
| TagBoolInputParams | Represents customization parameters for input of Boolean tag values. |
| TagDateTimeInputParams | Represents customization parameters for input of System.DateTime tag values. |
| TagInfo | The TagInfo class represents the facade for the C1.C1Preview.Tag class. Use this class for getting information about document tags and for setting tag values before rendering the document. |
| TagInputParams | The abstract base class for specialized classes used by the tag input dialog to customize input of individual tags. |
| TagListInputParams | Represents customization parameters for input of tag values that can be selected from a list. |
| TagNumericInputParams | Represents customization parameters for input of integer tag values. |
| TagStringInputParams | Represents customization parameters for input of string tag values. |