Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 17,125 for

docx to doc

(0.06 sec)
  1. Hyphenation.registerDictionary method | Aspose....

    Aspose.Words.Hyphenation.registerDictionary method... let doc = new aw . Document ( base ....myDir + "German text.docx" ); expect ( doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SdtListItemCollection.count property | Aspose.W...

    SdtListItemCollection.count property. Gets number of items in the collection.... let doc = new aw . Document (); let tag...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . DropDownList...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldIndex.PageRangeSeparator | Aspose.Words fo...

    Discover the PageRangeSeparaTor property in FieldIndex. Easily cusTomize the character sequence for seamless page range formatting and enhance your Document's clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  4. OfficeMath.Justification | Aspose.Words for .NET

    Discover the OfficeMath Justification property To easily cusTomize and set your Office Math alignment. Enhance your Document's presentation effortlessly!...Document doc = new Document ( MyDir + "Office math.docx" ); OfficeMath...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  5. ControlChar.LF property | Aspose.Words for Python

    ControlChar.LF 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...
  6. 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...
  7. ControlChar.SPACE_CHAR property | Aspose.Words ...

    ControlChar.SPACE_CHAR property. Space character: (char)32.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.SECTION_BREAK property | Aspose.Wor...

    ControlChar.SECTION_BREAK property. End of section character: \x000c or \f... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.startTable method | Aspose.Word...

    DocumentBuilder.startTable method. Starts a table in the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. MailMergerContext | Aspose.Words for Java

    Mail merge context in Java....operation: String doc = getMyDir() + "Mail merge.doc"; String[] fieldNames...create(mailMergerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...