Sort Score
Result 10 results
Languages All
Labels All
Results 7,151 - 7,160 of 18,402 for

docx to doc

(0.98 sec)
  1. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/ATom http://purl.org/rss/1.0/modules/content/ Aspose Blog | File Format Processing APIs for C# .NET Core, Java, C++, Python https://blog.aspose.com/ Recent ...... Convert MD files to DOCX programmatically with Aspose...examples to convert markdown to docx. Convert TXT File to CSV in...

    blog.aspose.com/index.xml
  2. 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...
  3. 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...
  4. 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...
  5. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Set a value for the document's...

    reference.aspose.com/words/java/com.aspose.word...
  6. WriteProtection.is_write_protected property | A...

    WriteProtection.is_write_protected property. Returns ``True`` when a write protection password is set.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Create or save word document from html text un ...

    i have html string html1 ="<p style="text-align:left;margin-left:36.0pt;"><span style ="font-family:Symbol;"></span> <span style="color:#000000;">Publicly state factual details about the Engagement, such as the date, l…...example: Document doc = new Document("in.docx"); HtmlSaveOptions...rtListLabels.BY_HTML_TAGS); doc.save("C:\\Temp\\out.html", opt);...

    forum.aspose.com/t/create-or-save-word-document...
  8. FieldTitle | Aspose.Words for Java

    Implements the TITLE field in Java.... Document doc = new Document(); // Set a value...built-in document property. doc.getBuiltInDocumentPr().setTitle("My...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add some keywords, also...

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

    Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value..."Subject" built-in property. doc.getBuiltInDocumentPr().setSubject("My...

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