Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 141,589 for

page

(0.15 sec)
  1. RevisionOptions.DeletedTextEffect | Aspose.Word...

    Discover the DeletedTextEffect property in RevisionOptions. Customize how deleted content appears with effects like StrikeThrough for enhanced clarity....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  2. RevisionOptions.MovedFromTextColor | Aspose.Wor...

    Customize your RevisionOptions with the MovedFromTextColor property. Highlight moved content effortlessly, enhancing clarity and user experience....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  3. RevisionOptions.ShowRevisionMarks | Aspose.Word...

    Control revision visibility with the ShowRevisionMarks property. Easily format revision text for clarity, enhancing document collaboration. Default is true....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Convert DOC To EPUB Java

    Convert DOC to EPUB format in Java code. Save DOC as EPUB using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.epub", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...
  5. Convert DOC To DOCX Java

    Convert DOC to DOCX format in Java code. Save DOC as DOCX using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.docx", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...
  6. Convert WORD To XPS Java

    Convert a Word document to XPS format in Java code. Save a Word document as XPS using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.xps", page + 1)...

    products.aspose.com/words/java/conversion/word-...
  7. Convert WORD To TXT Java

    Convert a Word document to TXT format in Java code. Save a Word document as TXT using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.txt", page + 1)...

    products.aspose.com/words/java/conversion/word-...
  8. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting....some page setup properties for the section. section . page_setup... SectionStart . NEW_PAGE section . page_setup . paper_size =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.NormalizeFieldTypes | Aspose.Words for...

    Optimize your document with the NormalizeFieldTypes method, ensuring all field type values align with field codes for enhanced consistency and accuracy.... Text = "PAGE" ; // Changing the field code...GetFieldCode (), Is . EqualTo ( "PAGE" )); Assert . That ( field ...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Inline.font property | Aspose.Words for Node.js

    Inline.font property. Provides access to the font formatting of this object....appendChild ( section ); // Set some page setup properties for the section...display all its contents // on the page between the section's header...

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