Skip to main content

Document Generation

Description

This is a group of APIs for accessing document generation.

APIs belonging to this area

NameDescription
DocumentGenerationOptionsDocument generation options.
DocumentGenerationResultDocument generation result object.
IDocumentWriterDocument writer.
IDocumentGeneratorCustomizationThis is the entry point interface for customizing document generation.
DocumentGenerationConfigsThis is the configuration for document generation.
DocumentOptionsThese are the options for the document.
HtmlOptionsThese are the generation options specific to HTML.
WordOptionsWord-specific generation options.
IAfterContentsGenerationParamsParameters for after document content creation is complete.
IAfterContentWriteParamsParameters for after content writing.
IBeforeContentWriteParamsParameters before writing content.
IContentWriteParamsBaseBase interface for document writing parameters.
IDocumentGenerationParamsBaseParameter object.
IDocumentWriteFinishParamsParameters for when document writing is finished.
You can write to a file using IDocumentWriter.
IDocumentWriteStartParamsParameters for when document writing is started.
IGenerationFinishParamsParameters for when document generation is finished.
IGenerationStartParamsParameters for starting document generation.
IDocumentContentFactoryContent factory.
IDocumentModelContent representing the document's sentence structure.
IBooleanContentContent representing the document's boolean values.
IControlContentContent representing UI components of a document.
IDocumentContentContent representing document content.
IEnumLiteralContentContent representing enumeration values ​​of a document.
IFormControlContentContent representing form elements of a document.
IImageContentContent representing an image of a document.
IListContentContent representing a list of documents.
IListItemContentContent representing a list element of a document.
IModelReferenceCellContentContent representing a model reference cell in the document.
IModelReferenceContentContent representing a model reference in the document.
IModelReferenceItemContentContent representing a model reference element in the document.
IPageContentContent representing a page in the document.
IProjectContentContent representing the project element of the document.
IRichTextCellContentContent representing the rich text cell of the document.
IRichTextContentContent representing the rich text of the document.
ITableCellContentContent representing the cell of the document.
ITableColumnContentContent representing a column header in the document.
ITableContentContent representing a table in the document.
ITreeTableContentContent representing a table in the document's tree structure.
ITableRowContentContent that represents a table row in the document.
ITextContentContent that represents the text in the document.
IValueContentContent that represents the value in the document.
IViewContentContent that represents the view in the document.
IViewItemContentContent representing the view item of the document.
IDocumentGenerationInitializationContextDocument generation initialization context.
IHtmlWriterThe HTML writer for the document.
IWordWriterThe Word writer for the document.
IFontControls fonts.
IListFormatControls list formatting applied to paragraphs.
IParagraphControls paragraph formatting.