Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 19,240 for

aws

(0.06 sec)
  1. Zaszyfruj dokument w Python|Aspose.Words dla Py...

    Zaszyfruj swój dokument za pomocą odpowiednich algorytmów szyfrowania dla określonych formatów dokumentów w Python....words as aw # Create a document. doc = aw . Document ()...() builder = aw . DocumentBuilder ( doc ) builder . write ( "Hello...

    docs.aspose.com/words/pl/python-net/encrypt-a-d...
  2. ChartSeries.add method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries.add method...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...
  3. Робота з графіками в Python|Aspose.Words для Py...

    Створення та редагування діаграм різних типів у документі Pythonй...колір серії: doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    docs.aspose.com/words/uk/python-net/working-wit...
  4. Lưu trữ

    Lưu trữ...(string, string, aw.replacing.FindReplaceOptions (aw.replacing.FindReplaceDirection...aspose.words as aw # tải tài liệu Word doc = aw.Document("document...

    blog.aspose.com/vi/words/find-and-replace-text-...
  5. ShadowFormat.visible property | Aspose.Words fo...

    ShadowFormat.visible property. Returns ``True`` if the formatting applied to this instance is visible.... doc = aw . Document ( file_name = MY_DIR...shape = doc . get_child_nodes ( aw . NodeType . SHAPE , True )[...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...sdtCheckBox = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. NumSpacing enumeration | Aspose.Words for Python

    aspose.words.NumSpacing enumeration. Specifies possible values in which numeral spacing can be displayed.... doc = aw . Document () builder = aw . DocumentBuilder...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.isTopLevel property | Aspose.Words fo...

    ShapeBase.isTopLevel property. Returns ``true`` if this shape is not a child of a group shape....let doc = new aw . Document (); let shape = new aw . Drawing .... Shape ( doc , aw . Drawing . ShapeType . Rectangle ); shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded.... options = aw . loading . LoadOptions ( aw . LoadFormat ....the LoadOptions object. doc = aw . Document ( stream , options...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Optimize File's Content Using Python

    Compress files in Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/python-net/compress/