IAiModelText.checkGrammar method. Checks grammar of the provided document... let doc = new aw . Document ( base . myDir + "Big...language models. let model = aw . AI . AiModel . createGpt4OMini...
PdfSaveOptions.additionalTextPositioning property. A flag specifying whether to write additional text positioning operators or not.... let doc = new aw . Document ( base . myDir + "Text...to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions ();...
ChartSeriesGroup.bubble_scale property. Gets or sets the size of the bubbles as a percentage of their default size.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartSeriesGroup.doughnutHoleSize property. Gets or sets the hole size of the parent doughnut chart as a percentage....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Font.clear_formatting method. Resets to default font formatting.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . underline = aw . Underline . SINGLE builder...
NodeCollection.clear method. Removes all nodes from this collection and from the document.... let doc = new aw . Document ( base . myDir + "Document...sections . at ( 0 ). getChildNodes ( aw . NodeType . Any , true ). count...
Section.clone method. Creates a duplicate of this section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...1" ); builder . insertBreak ( aw . BreakType . SectionBreakNewPage...
PdfSaveOptions.additional_text_positioning property. A flag specifying whether to write additional text positioning operators or not.... doc = aw . Document ( file_name = MY_DIR...document to .PDF. save_options = aw . saving . PdfSaveOptions ()...
DocumentBuilderOptions.context_table_formatting property. True if the formatting applied to table content does not affect the formatting of the content that follows it... doc = aw . Document () builder_options = aw . DocumentBuilderOptio...context_table_formatting = True builder = aw . DocumentBuilder ( doc = doc...