Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 18,041 for

aws

(0.03 sec)
  1. Cloner un document dans Python|Aspose.Words pou...

    Clonez un document pour obtenir sa copie identique à l'aide de Python. Lors de la création d'une copie, les nœuds et les propriétés du document original sont clonés.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/fr/python-net/clone-a-doc...
  2. 文書を翻訳する|Aspose.WordsのためのPython via .NET

    文書を翻訳します。 Aspose.WordsのためのPython GoogleAIモデルを使用して文書翻訳を簡素化し、ターゲット言語を指定できるようにします。...モデルを使用して文書をアラビア語に翻訳する方法を示しています: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...

    docs.aspose.com/words/ja/python-net/translate-a...
  3. 克隆 Python 中的文档|Python via .NET 格式的 Aspose.Words

    使用 Python 克隆文档以获取其相同的副本。创建副本时,将克隆原始文档的节点和属性。... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/zh/python-net/clone-a-doc...
  4. BuiltInDocumentProperties.revisionNumber proper...

    BuiltInDocumentProperties.revisionNumber property. Gets or sets the document revision number.... let doc = new aw . Document ( base . myDir + "Properties...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ParagraphFormat.spaceAfter property | Aspose.Wo...

    ParagraphFormat.spaceAfter property. Gets or sets the amount of spacing (in points) after the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OleFormat.ole_icon property | Aspose.Words for ...

    OleFormat.ole_icon property. Gets the draw aspect of the OLE object... doc = aw . Document () builder = aw . DocumentBuilder...node in doc . get_child_nodes ( aw . NodeType . SHAPE , True )]...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LoadOptions class | Aspose.Words for Python

    aspose.words.loading.LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a document into a [Document](../../aspose.words/document/) object...assertRaises ( Exception ): doc = aw . Document ( file_name = MY_DIR...LoadOptions object. options = aw . loading . LoadOptions ( password...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentVisitor.visitFieldStart method | Aspose...

    DocumentVisitor.visitFieldStart method. Called when a field starts in the document....'FieldToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentVisitor.visitFieldSeparator method | As...

    DocumentVisitor.visitFieldSeparator method. Called when a field separator is encountered in the document....'FieldToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose Word and PPT for python not working in A...

    We are trying to use Aspose PDF and Apose word in Azure Databricks by using python. It is crashing when try to set liscence or try to use any function by below message. Is there any one successful Fatal error: The Pytho…...words as aw # Load the license license = aw.License() license...Aspose import aspose.words as aw import aspose.pdf as ap import...

    forum.aspose.com/t/aspose-word-and-ppt-for-pyth...