Document Generation
Description
This is a group of APIs for accessing document generation.
APIs belonging to this area
| Name | Description |
|---|---|
| DocumentGenerationOptions | Document generation options. |
| DocumentGenerationResult | Document generation result object. |
| IDocumentWriter | Document writer. |
| IDocumentGeneratorCustomization | This is the entry point interface for customizing document generation. |
| DocumentGenerationConfigs | This is the configuration for document generation. |
| DocumentOptions | These are the options for the document. |
| HtmlOptions | These are the generation options specific to HTML. |
| WordOptions | Word-specific generation options. |
| IAfterContentsGenerationParams | Parameters for after document content creation is complete. |
| IAfterContentWriteParams | Parameters for after content writing. |
| IBeforeContentWriteParams | Parameters before writing content. |
| IContentWriteParamsBase | Base interface for document writing parameters. |
| IDocumentGenerationParamsBase | Parameter object. |
| IDocumentWriteFinishParams | Parameters for when document writing is finished. You can write to a file using IDocumentWriter. |
| IDocumentWriteStartParams | Parameters for when document writing is started. |
| IGenerationFinishParams | Parameters for when document generation is finished. |
| IGenerationStartParams | Parameters for starting document generation. |
| IDocumentContentFactory | Content factory. |
| IDocumentModel | Content representing the document's sentence structure. |
| IBooleanContent | Content representing the document's boolean values. |
| IControlContent | Content representing UI components of a document. |
| IDocumentContent | Content representing document content. |
| IEnumLiteralContent | Content representing enumeration values of a document. |
| IFormControlContent | Content representing form elements of a document. |
| IImageContent | Content representing an image of a document. |
| IListContent | Content representing a list of documents. |
| IListItemContent | Content representing a list element of a document. |
| IModelReferenceCellContent | Content representing a model reference cell in the document. |
| IModelReferenceContent | Content representing a model reference in the document. |
| IModelReferenceItemContent | Content representing a model reference element in the document. |
| IPageContent | Content representing a page in the document. |
| IProjectContent | Content representing the project element of the document. |
| IRichTextCellContent | Content representing the rich text cell of the document. |
| IRichTextContent | Content representing the rich text of the document. |
| ITableCellContent | Content representing the cell of the document. |
| ITableColumnContent | Content representing a column header in the document. |
| ITableContent | Content representing a table in the document. |
| ITreeTableContent | Content representing a table in the document's tree structure. |
| ITableRowContent | Content that represents a table row in the document. |
| ITextContent | Content that represents the text in the document. |
| IValueContent | Content that represents the value in the document. |
| IViewContent | Content that represents the view in the document. |
| IViewItemContent | Content representing the view item of the document. |
| IDocumentGenerationInitializationContext | Document generation initialization context. |
| IHtmlWriter | The HTML writer for the document. |
| IWordWriter | The Word writer for the document. |
| IFont | Controls fonts. |
| IListFormat | Controls list formatting applied to paragraphs. |
| IParagraph | Controls paragraph formatting. |