Aspose.Words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a paragraph or a style...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...
FieldCitation.page_number property. Gets or sets a page number associated with the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...
Aspose.Words.AI.GoogleAiModel class. Class representing Google AI Models (Gemini) integration within Aspose.Words.... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...
Style.linked_style_name property. Gets/sets the name of the [Style](../) linked to this one... doc = aw . Document ( file_name = MY_DIR...'MyStyle Alias 2' )) builder = aw . DocumentBuilder ( doc = doc...
Клониране на документ за получаване на същото копие чрез Python. При създаването на копие се клонират възли и свойства на оригиналния документ.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...
Clone um documento para obter uma cópia idêntica usando Python. Ao criar uma cópia, os nós e as propriedades do documento original são clonados.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...
文書の文法を確認してください。 Aspose.WordsのためのPython ユーザーはOpenAI、Google、Claudeモデルを使用して文法をチェックし、文書のエラーを検出できます。...miniモデルを使用して文法をチェックする方法を示しています: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...