Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 19,475 for

aws

(0.14 sec)
  1. Najít a nahradit v Python|Aspose.Words místo Py...

    Najděte řetězec nebo regulární vzor výrazu ve vašem dokumentu a nahraďte jej textem, který chcete použít Python....najít řetězec doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/cs/python-net/find-and-re...
  2. البحث والاستبدال في Python|Aspose.Words لـ Pyth...

    ابحث عن سلسلة أو نمط تعبير عادي في مستندك واستبدله بالنص الذي تريده باستخدام Python....“James Bond” : doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/ar/python-net/find-and-re...
  3. 处理文本文档|Python via .NET 格式的 Aspose.Words

    使用 Python 处理文本文档并修改其对象。...以下代码示例演示如何将页眉和页脚导出为纯文本格式: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...

    docs.aspose.com/words/zh/python-net/working-wit...
  4. Установка|Aspose.Words для Python via .NET

    Установите Aspose.Words для Python, используя Visual Studio инструменты, такие как Управление пакетами NuGet или Package Manager Console, и программу установки MSI. Используйте набор разрешений Full Trust....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/ru/python-net/installation/
  5. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font.... doc = aw . Document () builder = aw . DocumentBuilder...= doc ) builder . underline = aw . Underline . DASH builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Border.color property | Aspose.Words for Python

    Border.color property. Gets or sets the border color.... doc = aw . Document () builder = aw . DocumentBuilder...font . border . line_style = aw . LineStyle . DASH_DOT_STROKER...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an artifact.... let doc = new aw . Document ( base . myDir + "PDF...docx" ); let saveOptions = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtSaveOptions.maxCharactersPerLine property | ...

    TxtSaveOptions.maxCharactersPerLine property. Gets or sets an integer value that specifies the maximum number of characters per one line...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...one line. let saveOptions = new aw . Saving . TxtSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataTable.has_legend_keys property | Aspos...

    ChartDataTable.has_legend_keys property. Gets or sets a flag indicating whether legend keys are displayed in the data table... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OleFormat.isLink property | Aspose.Words for No...

    OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shapes = doc . getChildNodes ( aw . NodeType . Shape , true )....

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