Sort Score
Result 10 results
Languages All
Labels All
Results 8,141 - 8,150 of 18,299 for

docx to doc

(0.16 sec)
  1. Compare HTML In Java

    Compare HTML Documents using Java To diff two files. With our Java API you can detect the difference even if one character or one word has been changed....to compare Output format DOCX PDF DOC DOT DOCM DOTX DOTM RTF XPS...file formats: Compare DOC Compare DOCX Compare TXT Compare WORD...

    products.aspose.com/words/java/compare/html/
  2. Bookmark.name property | Aspose.Words for Python

    Bookmark.name property. Gets or sets the name of the bookmark.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A valid bookmark has a...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Style.linkedStyleName property | Aspose.Words f...

    Style.linkedStyleName property. Gets/sets the name of the [Style](../) linked To this one... let doc = new aw . Document ( base .... myDir + "Style with alias.docx" ); // This document contains...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Section.headersFooters property | Aspose.Words ...

    Section.headersFooters property. Provides access To the headers and footers nodes of the section.... let doc = new aw . Document ( base ....myDir + "Header and footer types.docx" ); // Iterate through each...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.remove_personal_information property |...

    Document.remove_personal_information property. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and Document properties upon saving the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some content with...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::PageSetup::get_VerticalAlignment...

    Aspose::Words::PageSetup::get_VerticalAlignment method. Returns or sets the vertical alignment of text on each page in a Document or section in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Font.no_proofing property | Aspose.Words for Py...

    Font.no_proofing property. True when the formatted characters are not To be spell checked.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Normally, Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  8. WarningInfo.Source | Aspose.Words for .NET

    Discover the WarningInfo Source property that reveals the origin of warnings, enhancing your application's reliability and user experience.... Document doc = new Document ( MyDir + "Emphases..."Emphases markdown warning.docx" ); WarningInfoCollectio warnings...

    reference.aspose.com/words/net/aspose.words/war...
  9. HyphenationOptions | Aspose.Words for Java

    Allows To configure Document hyphenation options in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().setSize(24...

    reference.aspose.com/words/java/com.aspose.word...
  10. ControlChar.LINE_FEED property | Aspose.Words f...

    ControlChar.LINE_FEED property. Line feed character: \x000a or \n... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

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