Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 18,297 for

docx to doc

(0.66 sec)
  1. JVM Crash when using Aspose-Words and Aspose-PD...

    JVM Crash when using both Aspose-Words and Aspose-PDF on 15,000+ page RTFs. There is no problem using Words and PDF separately when working with many large files. Problem exists in all 25.* versions. I am using Java 8…...a loop to convert many RTFs/Docx inputs into // an individual...; com.aspose.words.Document doc = new com.aspose.words.Document(input...

    forum.aspose.com/t/jvm-crash-when-using-aspose-...
  2. CustomXmlPartCollection class | Aspose.Words fo...

    Aspose.Words.Markup.CusTomXmlPartCollection class. Represents a collection of CusTom XML Parts... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CompositeNode.remove_all_children method | Aspo...

    CompositeNode.remove_all_children method. Removes all the child nodes of the current node.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.first_section property | Aspose.Words ...

    Document.first_section property. Gets the first section in the Document.... doc = aw . Document ( file_name =...MY_DIR + 'Footer.docx' ) headers_footers = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.spelling_checked property | Aspose.Wor...

    Document.spelling_checked property. Returns ``True`` if the Document has been checked for spelling.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPartCollection.add method | Aspose.Wor...

    Aspose.Words.Markup.CusTomXmlPartCollection.add method... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.insert_break method | Aspose.Wo...

    DocumentBuilder.insert_break method. Inserts a break of the specified type inTo the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HeaderFooter.IsLinkedToPrevious | Aspose.Words ...

    Discover how the IsLinkedToPrevious property enhances your Document's headers and footers, ensuring seamless continuity across sections for better organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/hea...
  9. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....throws Exception { Document doc = new Document(); // Insert a...Shape shape = appendWordArt(doc, "Hello World! This text is bold...

    reference.aspose.com/words/java/com.aspose.word...
  10. Document.sections property | Aspose.Words for N...

    Document.sections property. Returns a collection that represents all sections in the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "This...

    reference.aspose.com/words/nodejs-net/aspose.wo...