Sort Score
Result 10 results
Languages All
Labels All
Results 9,981 - 9,990 of 19,556 for

aws

(0.53 sec)
  1. ארכיון

    ארכיון...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/he/words/extract-pages-from-wor...
  2. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/python-net/clone-a-document/
  3. ChartSeries.data_points property | Aspose.Words...

    ChartSeries.data_points property. Returns a collection of formatting objects for all data points in this series....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...
  4. CustomXmlPartCollection class | Aspose.Words fo...

    Aspose.Words.Markup.CustomXmlPartCollection class. Represents a collection of Custom XML Parts... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. RevisionOptions class | Aspose.Words for Python

    aspose.words.layout.RevisionOptions class. Allows to control how document revisions are handled during layout process... doc = aw . Document () builder = aw . DocumentBuilder...revision_options . inserted_text_color = aw . layout . RevisionColor . BRIGHT_GREEN...

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

    aspose.words.fields.FieldAutoNum class. Implements the AUTONUM field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTO_NUM...

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

    aspose.words.fields.FieldImport class. Implements the IMPORT field... doc = aw . Document () builder = aw . DocumentBuilder...e = builder . insert_field ( aw . fields . FieldType . FIELD_INCLUDE_PICTURE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. XmlMapping.set_mapping method | Aspose.Words fo...

    XmlMapping.set_mapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part.... doc = aw . Document () # Construct an... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabel.separator property | Aspose.Word...

    ChartDataLabel.separator property. Gets or sets string separator used for the data labels on a chart...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...
  10. Document.clone method | Aspose.Words for Node.js

    Document.clone method. Performs a deep copy of the [Document](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

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