Sort Score
Result 10 results
Languages All
Labels All
Results 6,961 - 6,970 of 18,463 for

docx to doc

(0.19 sec)
  1. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a field that does...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldOcx | Aspose.Words for Java

    Implements the OCX field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldOcx field = (FieldOcx)...

    reference.aspose.com/words/java/com.aspose.word...
  4. Խմբագրել MARKDOWN Ը Javascript Ում

    Խմբագրել MARKDOWN ը JavaScript կոդով:...require( '@aspose/words' ); var doc = new aw.Document( "Input.md"...builder = new aw.DocumentBuilder(doc) // Տեղադրեք տեքստը փաստաթղթի...

    products.aspose.com/words/hy/nodejs-net/edit/ma...
  5. FieldInclude | Aspose.Words for Java

    Implements the INCLUDE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can use an INCLUDE field...

    reference.aspose.com/words/java/com.aspose.word...
  6. Word document font replacement fails - Free Sup...

    I want To replace a font in a Word Document. The font is not installed on my computer and I want To replace it with an installed font. version:aspose-words-25.9-jdk17 FontSettings fontSettings = new FontSettings(); fon…...ings fontSettings, Document doc, String sourceFont, String targetFont)...Set<String> usedFonts = getUsedFonts(doc); if (usedFonts.contains(sourceFont))...

    forum.aspose.com/t/word-document-font-replaceme...
  7. XpsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.XpsSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Xps](../../aspose.words/saveformat/#Xps) format...files used when saving to a DOC or DOCX file. By default, this property...of a saved XPS document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java....Document doc = new Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...

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