Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 19,240 for

aws

(0.18 sec)
  1. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [TextBox](../) in a sequence of shapes.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

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

    aspose.words.drawing.charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListLevel.linkedStyle property | Aspose.Words f...

    ListLevel.linkedStyle property. Gets or sets the paragraph style that is linked to this list level....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.bidi property | Aspose.Words for Node.js

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text.... let doc = new aw . Document (); let pageSetup...setCount ( 3 ); let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageSetup.sheetsPerBooklet property | Aspose.Wo...

    PageSetup.sheetsPerBooklet property. Returns or sets the number of pages to be included in each booklet.... let doc = new aw . Document (); // Insert text...spans 16 pages. let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines layout of the watermark relative to the watermark center.... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImportFormatOptions.merge_pasted_lists property...

    ImportFormatOptions.merge_pasted_lists property. Gets or sets a boolean value that specifies whether pasted lists will be merged with surrounding lists... src_doc = aw . Document ( file_name = MY_DIR...'List item.docx' ) dst_doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTHOR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. WORD को MARKDOWN Python में बदलें

    Python कोड WORD को MARKDOWN प्रारूप में बदलें। सहेजें WORD के रूप में MARKDOWN का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/hi/python-net/convers...
  10. WORD को TXT Python में बदलें

    Python कोड WORD को TXT प्रारूप में बदलें। सहेजें WORD के रूप में TXT का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/hi/python-net/convers...