Sort Score
Result 10 results
Languages All
Labels All
Results 9,041 - 9,050 of 19,504 for

aws

(0.17 sec)
  1. Зробити документ доступним лише для читання Pyt...

    Зробіть свій документ прочитано, щоб вміст міг бути скопійовано або читати, але не змінено з використанням Pythonй...words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...

    docs.aspose.com/words/uk/python-net/make-a-docu...
  2. Nastavení dokumentu pouze pro čtení Python|Aspo...

    Udělejte si dokument pouze pro čtení tak, aby obsah mohl být kopírován nebo čten, ale nebyl upraven pomocí Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...

    docs.aspose.com/words/cs/python-net/make-a-docu...
  3. Style.font property | Aspose.Words for Python

    Style.font property. Gets the character formatting of the style....doc = aw . Document () style = doc . styles . add ( aw . StyleType...automatically_update = True builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontSettings.substitution_settings property | A...

    FontSettings.substitution_settings property. Settings related to font substitution mechanism.... doc = aw . Document () doc . font_settings = aw . fonts ....()[ 0 ] self . assertEqual ( aw . fonts . FontSourceType . SYSTEM_FONTS...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 档案

    档案...words as aw # 加载 Word 文档 docSrc = aw.Document("document1...Document("document1.docx") docDest = aw.Document("document2.docx") # 将内容从源文档复制到目标文档...

    blog.aspose.com/zh/words/copy-content-of-a-word...
  6. 아카이브

    아카이브...words as aw # load the Word documents docSrc = aw.Document("document1...Document("document1.docx") docDest = aw.Document("document2.docx") # copy...

    blog.aspose.com/ko/words/copy-content-of-a-word...
  7. עבודה עם מסמך טקסט|Aspose.Words עבור Python via...

    לעבוד עם מסמך טקסט ולשנות את אובייקטים באמצעות Python....רגל לתבנית טקסט פשוטה: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...

    docs.aspose.com/words/he/python-net/working-wit...
  8. ChartDataLabel.leftMode property | Aspose.Words...

    ChartDataLabel.leftMode property. Gets or sets the interpretation mode of the [ChartDataLabel.left](../left/) property value: whether it sets the location of the data label from the left edge of the chart of from the position specified by its [ChartDataLabel.position](../position/) property....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabel.top property | Aspose.Words for ...

    ChartDataLabel.top property. Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.topMode](../topMode/) property....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 搜索

    搜索...words as aw from datetime import date # 加載第一個文檔 doc = aw.Document("calibre...Document("calibre.docx") # 加載第二個文檔 doc2 = aw.Document("calibre2.docx") # 比較文件...

    blog.aspose.com/zh-hant/words/compare-two-word-...