Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 2,578 for

document editing

(0.09 sec)
  1. Aspose::Words::DocumentBuilder::MoveTo method |...

    Aspose::Words::DocumentBuilder::MoveTo method. Moves the cursor to an inline node or to the end of a paragraph in C++....Examples Shows how to move a document builder’s cursor to different...nodes in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Comment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Comment class, your essential tool for managing comment text in Documents. Enhance your workflow with seamless integration!...the Working with Comments documentation article. public sealed class...made. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/com...
  3. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......to Clear Metadata from Word Document in Java How to Change Properties...Properties of Word Document in Python How to Convert OneNote to...

    kb.aspose.com/categories/page/29/
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....ECMA376_2006 ECMA-376 1st Edition, 2006. ISO29500_2008_TRANSITIONAL...for a saved document to adhere to. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. WatermarkType | Aspose.Words for Java

    Specifies the watermark type in Java.... Document doc = new Document(); // Add a plain...Watermark"); // If we wish to edit the text formatting using it...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldPage | Aspose.Words for Java

    Implements the PAGE field in Java....the Working with Fields documentation article. Remarks: Retrieves...size of our documents. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. How to Insert Comment in Word using Python

    This article explains how to insert comment in Word using Python. It assists in configuring the IDE environment to use the required libraries, step-by-step procedure to write the program and a runnable sample code to add comment in Word using Python....used to add comments to word document using python . You will also...while adding it to the Word document and saving the output file...

    kb.aspose.com/words/python/how-to-insert-commen...
  8. Section.page_setup property | Aspose.Words for ...

    Section.page_setup property. Returns an object that represents page setup and section properties.... Document () page_setup = doc . sections...Aspose.Words document by hand. doc = aw . Document () # A blank...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting....Words document by hand. doc = aw . Document () # A blank...blank document contains one section, one body and one paragraph....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Body.ensureMinimum method | Aspose.Words for No...

    Body.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph....from all sections from the document leaving the sections themselves...doc = new aw . Document (); // A blank document contains one section...

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