Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 9,616 for

docx to doc

(0.04 sec)
  1. MarkdownSaveOptions | Aspose.Words for Java

    Class To specify additional options when saving a Document inTo the SaveFormat.MARKDOWN format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); MarkdownSaveOptions...callback will be run at this time. doc.save(getArtifactsDir() + "MarkdownSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. SaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.SaveOptions class. This is an abstract base class for classes that allow the user To specify additional options when saving a Document inTo a particular format...files used when saving to a DOC or DOCX file. By default this property...saving a document to .epub. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. NumberStyle enumeration | Aspose.Words for Python

    aspose.words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, page numbers.... It is supported by DOCX format only. Examples Shows...when using DocumentBuilder. doc = aw . Document () # A list allows...

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

    aspose.words.tables.Row class. Represents a table row...Constructors Name Description Row(doc) Initializes a new instance of...Shows how to create a table. doc = aw . Document () table = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. index.xml

    2.0 http://www.w3.org/2005/ATom Documentation – Documentation https://Docs.aspose.com/words/jasperreports/aspose-words-for-jasperreports-Documentation/ Recent content on Documentation Hugo -- gohug......Documentation – Documentation https://docs.aspose.com/words/jasperrepo...Documentation Hugo -- gohugo.io https://docs.aspose.com/words/jasperrepo...

    docs.aspose.com/words/jasperreports/aspose-word...
  6. Common issues with LaTeX files and how to solve...

    Practical tips To troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless Document creation....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  7. Cell class | Aspose.Words for Python

    aspose.words.tables.Cell class. Represents a table cell...Constructors Name Description Cell(doc) Initializes a new instance of...Shows how to create a table. doc = aw . Document () table = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. WordML2003SaveOptions class | Aspose.Words for ...

    Aspose.Words.Saving.WordML2003SaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.WordML](../../aspose.words/saveformat/#WordML) format...files used when saving to a DOC or DOCX file. By default this property...document’s raw content. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ Document should start at 2. The numbering in the ‘GuV’ Document should start at 3. When I append the ‘GuV’ To a Document, the numbering persists. However, if I do the same with th…...Document doc = new Aspose.Words.Document(@"C:\Temp\Default...Document(@"C:\Temp\Bilanz.docx"); doc.AppendDocument(doc2, ImportFormatMode...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  10. SaveFormat | Aspose.Words for Java

    Indicates the format in which the Document is saved in Java....convert from DOCX to HTML format. Document doc = new Document(getMyDir()...Document(getMyDir() + "Document.docx"); doc.save(getArtifactsDir() +...

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