Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 376,834 for

document

(0.14 sec)
  1. ViewOptions.formsDesign property | Aspose.Words...

    ViewOptions.formsDesign property. Specifies whether the Document is in forms design mode....property Specifies whether the document is in forms design mode. get...Currently works only for documents in WordML format. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Add TOC to Existing PDF in Python|Aspose.PDF fo...

    Discover how to add a Table of Contents (TOC) to an existing PDF Document using Python and Aspose.PDF for better navigation....[ Hide ] To add TOC in Pdf document using Aspose.PDF Java for... # Open a pdf document. doc = self . Document () pdf = self ...

    docs.aspose.com/pdf/python-java/add-toc-to-exis...
  3. OoxmlSaveOptions.saveFormat property | Aspose.W...

    OoxmlSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...saved document to adhere to. let doc = new aw . Document (); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. StructuredDocumentTagRangeStart.RemoveAllChildr...

    Efficiently use the RemoveAllChildren method to clear nodes between StructuredDocumentTagRangeStart and end, enhancing Document management....to create/remove structured document tag and its content. public...SdtRangeExtendedMeth () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…... Document doc = new Document(); DocumentBuilder...To insert HTML into a Word document, including SVG content, you...

    forum.aspose.com/t/insert-html-into-word-includ...
  6. SignatureLine.IsValid | Aspose.Words for .NET

    Ensure your Documents are secure with SignatureLine's IsValid property, confirming valid digital signatures for authenticity and trust....Examples Shows how to sign a document with a personal certificate...signature line. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. DocumentBuilder.move_to method | Aspose.Words f...

    DocumentBuilder.move_to method. Moves the cursor to an inline node or to the end of a paragraph....Examples Shows how to move a document builder’s cursor to different...different nodes in a document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::SectionCollection class | Aspose...

    Aspose::Words::SectionCollection class. A collection of Section objects in the Document. To learn more, visit the Documentation article in C++....of Section objects in the document. To learn more, visit the...the Working with Sections documentation article. class SectionCollection...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. Aspose::Words::Rendering::ThumbnailGeneratingOp...

    Aspose::Words::Rendering::ThumbnailGeneratingOptions::get_ThumbnailSize method. Size of generated thumbnail in pixels. Default is 600x900 in C++....Examples Shows how to update a document’s thumbnail. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.ren...
  10. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...txt output document. doc = aw . Document () builder = aw... which we can pass to the document's "Save" method # to modify...

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