Sort Score
Result 10 results
Languages All
Labels All
Results 8,151 - 8,160 of 17,232 for

docx to doc

(0.11 sec)
  1. CustomXmlPartCollection.Item | Aspose.Words for...

    Discover how To manage CusTomXmlPartCollection items efficiently. Access or modify specific items by index for enhanced XML data handling.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  2. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate To structured Document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your Document editing efficiency.... Document doc = new Document ( MyDir + "Structured..."Structured document tags.docx" ); DocumentBuilder builder = new...

    reference.aspose.com/words/net/aspose.words/doc...
  3. UserInformation class | Aspose.Words for Node.js

    Aspose.Words.Fields.UserInformation class. Specifies information about the user... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DashStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.DashStyle enum for versatile dashed line styles. Enhance your Document designs with cusTomizable visual elements.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  5. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Chart | Aspose.Words for Java

    Provides access To the chart shape properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a chart shape with...

    reference.aspose.com/words/java/com.aspose.word...
  7. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a DocumentBuilder to...

    reference.aspose.com/words/java/com.aspose.word...
  8. Online Excel Text Search Application or Develop...

    Free online app To search in Excel files. Java code for any Excel file text search application....Search in DOC (Microsoft Word Binary Format) Search in DOCX (Office...

    products.aspose.com/total/java/search/excel/
  9. FieldAuthor class | Aspose.Words for Python

    aspose.words.fields.FieldAuthor class. Implements the AUTHOR field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # AUTHOR fields source their...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Ruby bought...

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