Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 15,218 for

aws

(0.08 sec)
  1. Story.delete_shapes method | Aspose.Words for P...

    Story.delete_shapes method. Deletes all shapes from the text of this story.... doc = aw . Document () builder = aw . DocumentBuilder...Body. builder . insert_shape ( aw . drawing . ShapeType . CUBE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to get all textbox in a section in word - F...

    I want to get all textbox in word and check the text....words as aw doc = aw.Document("C:\\Temp\\in.docx")...for n in doc.get_child_nodes(aw.NodeType.SHAPE, True) : s = n...

    forum.aspose.com/t/how-to-get-all-textbox-in-a-...
  3. Faça PDF Usando Python

    Faça um novo PDF em Python em algumas etapas. Crie facilmente PDF usando a Python via .NET biblioteca....words as aw doc = aw.Document() comment = aw.Comment(doc)...first_paragraph para.append_child(aw.CommentRangeStart(doc, comment...

    products.aspose.com/words/pt/python-net/make/pdf/
  4. Tạo PDF Bằng Python

    Tạo một PDF mới trong Python trong một vài bước. Dễ dàng tạo PDF bằng Python via .NET thư viện....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/vi/python-net/make/pdf/
  5. ChartAxis.type property | Aspose.Words for Python

    ChartAxis.type property. Returns type of the axis....( self ): doc = aw . Document () builder = aw . DocumentBuilder...self . append_chart ( builder , aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Loading::HtmlLoadOptions::get_Co...

    Aspose::Words::Loading::HtmlLoadOptions::get_ConvertSvgToEmf method. Gets or sets a value indicating whether to convert loaded SVG images to the EMF format. Default value is false and, if possible, loaded SVG images are stored as is without conversion in C++...."style= \" -aw-left-pos:0pt; -aw-rel-hpos:column; -aw-rel-vpos:paragraph;...-aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline \" />" + u "</p>"...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Met...

    Aspose::Words::Saving::HtmlSaveOptions::get_MetafileFormat method. Specifies in what format metafiles are saved when exporting to HTML, MHTML, or EPUB. Default value is Png, meaning that metafiles are rendered to raster PNG images in C++...."style= \" -aw-left-pos:0pt; -aw-rel-hpos:column; -aw-rel-vpos:paragraph;...-aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline \" />" + u "</p>"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....words as aw # Create a document. doc = aw . Document ()...() builder = aw . DocumentBuilder ( doc ) builder . write ( "Hello...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  9. Assistance Needed with Step 5C of Aspose.Words ...

    I am currently installing Aspose.Words for JasperServer to meet our specific requirements for exporting reports to Word format. While following the installation guide, I encountered an issue at Step 5C. The step instruc…...START --> <entry key="aw_doc" value-ref="aw_exportParameters"/>... <entry key="aw_docx" value-ref="aw_exportParameters"/> <entry...

    forum.aspose.com/t/assistance-needed-with-step-...
  10. ทำให้ DOCX โดยใช้ Python

    สร้าง DOCX ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง DOCX อย่างง่ายดายโดยใช้ไลบรารี Python via .NET...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/th/python-net/make/docx/