Document Generation
Description
APIs to access document generation.
API belonging to area
| Name | Description |
|---|---|
| DocumentGenerationOptions | Document generation options. |
| DocumentGenerationResult | Document generation result object. |
| IDocumentWriter | The writer of the document. |
| IDocumentGeneratorCustomization | Interface for document generation customization entry point. |
| DocumentGenerationConfigs | Document generation configurations. |
| DocumentOptions | Document options. |
| HtmlOptions | HTML-specific generation options. |
| WordOptions | Word-specific generation options. |
| IAfterContentsGenerationParams | Parameters after content creation for the document is complete. |
| IAfterContentWriteParams | Parameters after writing content. |
| IBeforeContentWriteParams | Parameters before writing content. |
| IContentWriteParamsBase | The base interface for writing document parameters. |
| IDocumentGenerationParamsBase | Parameter object. |
| IDocumentWriteFinishParams | Parameters when the document write finishes. You can write to a file using IDocumentWriter. |
| IDocumentWriteStartParams | Parameters when starting to write the document. |
| IGenerationFinishParams | Parameters for finishing document generation. |
| IGenerationStartParams | Parameters for starting document generation. |
| IDocumentContentFactory | Factory for content. |
| IDocumentModel | Content that represents the sentence structure of the document. |
| IBooleanContent | The boolean content of the document. |
| IControlContent | The content that represents the UI parts of the document. |
| IDocumentContent | The content of the document. |
| IEnumLiteralContent | The content that represents the enumerated value of the document. |
| IFormControlContent | The content that represents the form elements of the document. |
| IGroupContent | Content that represents a group of documents. |
| IImageContent | The content that represents the image of the document. |
| IListContent | Content representing a list of documents. |
| IListItemContent | The content that represents the list element of the document. |
| IModelReferenceCellContent | The content that represents the model reference cell in the document. |
| IModelReferenceContent | The content that represents the model reference in the document. |
| IModelReferenceItemContent | Content that represents a model reference element in the document. |
| IPageContent | Content that represents a page of the document. |
| IProjectContent | The content that represents the project element of the document. |
| IRichTextCellContent | Content representing a rich text cell in the document. |
| IRichTextContent | Content that represents the rich text of the document. |
| ITableCellContent | Content that represents a document cell. |
| ITableColumnContent | Content that represents the column headers of the document. |
| ITableContent | Content representing a table in the document. |
| ITableRowContent | Content that represents a table row in the document. |
| ITextContent | The content that represents the text of the document. |
| IValueContent | The content that represents the value of the document. |
| IViewContent | The content that represents the view of the document. |
| IViewItemContent | The content that represents an item in the document's view. |
| IDocumentGenerationInitializationContext | Document generation initialization context. |
| IHtmlWriter | The Writer for the HTML format of the document. |
| IWordWriter | The Writer for the Word format of the document. |
| ICellFormat | Controls cell formatting. |
| IFont | Controls the font. |
| IListFormat | Controls the list formatting applied to paragraphs. |
| IParagraph | Controls paragraph formatting. |
| IRowFormat | Controls the formatting of table rows. |