Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 19,500 for

aws

(0.1 sec)
  1. FontSettings.set_fonts_sources method | Aspose....

    aspose.words.fonts.FontSettings.set_fonts_sources method... doc = aw . Document () builder = aw . DocumentBuilder...dog.' ) original_font_sources = aw . fonts . FontSettings . default_instance...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Архивы

    Архивы...words as aw # load the Word document doc = aw.Document("calibre...shapes = doc.get_child_nodes(aw.NodeType.SHAPE, True) imageIndex...

    blog.aspose.com/ru/words/extract-images-from-wo...
  3. Archiwa

    Archiwa...words as aw # load Word document doc = aw.Document("sample-multi-page...aspose.words as aw # load Word document doc = aw.Document("sample-multi-page...

    blog.aspose.com/pl/words/extract-pages-from-wor...
  4. Using TrueType Fonts in Python|Aspose.Words for...

    Aspose.Words for Python via .NET can find the right font or its suitable replacement for correct document rendering. This ensures that the difference between the displayed document and the original is minimal when there is not enough information about a font....words as aw # Create a FontSettings object font_settings = aw . FontSettings...apply the font settings doc = aw . Document ( r "input.docx" )...

    docs.aspose.com/words/python-net/using-truetype...
  5. 克隆 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...
  6. ChartDataLabelCollection indexer | Aspose.Words...

    ChartDataLabelCollection indexer. Returns [ChartDataLabel](../../chartdatalabel/) for the specified index....data_labels (): doc = aw . Document () builder = aw . DocumentBuilder...chart_shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    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. CustomXmlPartCollection.removeAt method | Aspos...

    CustomXmlPartCollection.removeAt method. Removes an item at the specified index.... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.customXmlParts property | Aspose.Words...

    Document.customXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts.... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. XlsxSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.XlsxSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Xlsx](../../aspose.words/saveformat/#Xlsx) format... let doc = new aw . Document ( base . myDir + "Shape...); let xlsxSaveOptions = new aw . Saving . XlsxSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...