Sort Score
Result 10 results
Languages All
Labels All
Results 9,651 - 9,660 of 180,630 for

doc

(0.19 sec)
  1. MarkdownSaveOptions.export_images_as_base64 pro...

    MarkdownSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output file... doc = aw . Document ( MY_DIR + 'Images...4 = export_images_as_base64 doc . save ( ARTIFACTS_DIR + 'MarkdownSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IStructuredDocumentTag.wordOpenXML property | A...

    IStructuredDocumentTag.wordOpenXML property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveformat/#FlatOpc) format.... let doc = new aw . Document ( base ....document tags.docx" ); var tags = doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_to_paragraph method. Moves the cursor to a paragraph in the current section.... doc = aw . Document ( file_name =...'Paragraphs.docx' ) paragraphs = doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert PPT to Word in Python | products.aspose...

    Convert PPT to Word in Python. Use Python library API to convert PowerPoint to Word...ppt" ) doc = words . Document() builder...builder = words . DocumentBuilder(doc) for index in range(presentation...

    products.aspose.com/slides/python-net/conversio...
  5. XlsxSaveOptions.compression_level property | As...

    XlsxSaveOptions.compression_level property. Specifies the compression level used to save Document... doc = aw . Document ( file_name =...save_format = aw . SaveFormat . XLSX doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.move_to_cell method | Aspose.Wo...

    DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an empty 2x2 table...

    reference.aspose.com/words/python-net/aspose.wo...
  7. The PdfFileSignature.save() is not thread-safe ...

    Hi team, We have encountered the issue when signing Digital Signature in Java by using PdfFileSignature.save() although we created the object for each thread. Below is the code and thread-dump: public byte[] signPdf(…...ByteArrayOutputStrea(); Document doc = null; PdfFileSignature signature... 100, 30); doc = new Document(pdfBytes); if (doc.isEncrypted())...

    forum.aspose.com/t/the-pdffilesignature-save-is...
  8. TxtSaveOptions.office_math_export_mode property...

    TxtSaveOptions.office_math_export_mode property. Specifies how OfficeMath will be written to the output file... doc = aw . Document ( file_name =...TxtOfficeMathExportM . LATEX doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. EditableRangeStart.NodeType | Aspose.Words for ...

    Discover the EditableRangeStart NodeType property—enhance your Document editing with seamless range management and improved user experience!... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  10. ShapeBase.isLayoutInCell property | Aspose.Word...

    ShapeBase.isLayoutInCell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

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