Revision.date_time property. Gets or sets the date/time of this revision.... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...
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...
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...
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...
Font.bold property. True if the font is formatted as bold....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Courier New" ; font . underline = aw . Underline . Dash ; builder...