Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 18,447 for

docx to doc

(1.06 sec)
  1. Compress Word Files Online or via .NET | produc...

    Free online app To compress different Word files. C# .NET compression library code for Word Documents....Files Microsoft Word formats (DOC, DOCX, DOCM, DOT, DOTX, DOTM) can...(Comma Seperated Values) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/net/compress/word/
  2. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a section of a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); TextColumnCollection columns...

    reference.aspose.com/words/java/com.aspose.word...
  3. WriteProtection.set_password method | Aspose.Wo...

    WriteProtection.set_password method. Sets the write protection password for the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Row | Aspose.Words for Java

    Represents a table row in Java....Document doc = new Document(); Table table = new Table(doc); doc...paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  5. SectionLayoutMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.SectionLayoutMode enum To optimize section layouts and enhance Document grid behavior for improved formatting control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/net/aspose.words/sec...
  6. XpsSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XpsSaveOptions for enhanced Document saving in XPS format. CusTomize settings for optimal output and quality....files used when saving to a DOC or DOCX file. By default, this property...saved XPS document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. BarcodeParameters.ErrorCorrectionLevel | Aspose...

    Discover the ErrorCorrectionLevel property for QR Codes. Enhance your barcodes with optimal error correction options, values 0 and 3 for reliability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Constructors Name Description Run(doc) Initializes a new instance of...of the Run class. Run(doc, text) Initializes a new instance of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Merge ODP Files Online or using Java | products...

    Free online app To combine different ODP presentations. Java merging library code To merge ODP presentation inTo format of your choice....required format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others...[Product Documentation](https://docs.aspose.com/slides/java/syst...

    products.aspose.com/total/java/merge/odp/
  10. When insert HTML string into document, an error...

    When I insert an HTML string inTo the Document, an error is prompted during the insertion: “Cannot insert a node of this type at this location.” I am using version 25.12 ,aspose-words-25.12-jdk16 String htmlString = "<m…...docx"); Professionalize.Discourse...issues . For example: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/when-insert-html-string-into...