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

docx to doc

(0.25 sec)
  1. Aspose::Words::Document::StartTrackRevisions me...

    Aspose::Words::Document::StartTrackRevisions method. Starts auTomatically marking all further changes you make To the Document programmatically as revision changes in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Editing a document usually...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. 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...
  3. 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...
  4. Aspose.Words for Python via .NET — “No usable v...

    Hi Aspose Team, I am doing conversion of very larger Doc/Docx files To pdf using Aspose.Words for Python via .NET (v24.10.0), based on Ubuntu 22.04 + Python 3.10. Error:- System.DllNotFoundException: No usable version …...conversion of very larger doc/docx files to pdf using Aspose...

    forum.aspose.com/t/aspose-words-for-python-via-...
  5. 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...
  6. 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...
  7. 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...
  8. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

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

    Implements the formula field in Java.... Document doc = new Document(); // Use a field...fieldBuilder.buildAndInsert(doc.getFirstSection().getBody()....

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...