Font.clear_formatting method. Resets to default font formatting.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . underline = aw . Underline . SINGLE builder...
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...
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.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...
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...
翻译文档。 Aspose.Words为Python 使用GoogleAI模型简化文档翻译,允许您指定目标语言。...5 Flash 模型将文档翻译成阿拉伯语: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Node.previous_pre_order method. Gets the previous node according to the pre-order tree traversal algorithm.... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . SHAPE , True )))))))))...
aspose.words.WarningType enumeration. Specifies the type of a warning that is issued by Aspose.Words during document loading or saving.... doc = aw . Document ( file_name = MY_DIR...warnings. warning_collector = aw . WarningInfoCollectio () doc...