Sort Score
Result 10 results
Languages All
Labels All
Results 7,571 - 7,580 of 18,474 for

docx to doc

(0.99 sec)
  1. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let tables = doc . firstSection . body . tables . toArray ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder construcTor... DocumentBuilder(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . Document ):...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. | Aspose

    Sample code for JP2 To XLSX Java conversion. Use API example code for batch JP2 files To XLSX conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/cpp/conversion/jp2-to-x...
  5. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum To efficiently manage mail merge cleanup. Optimize your Documents by controlling item removal seamlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a document with...

    reference.aspose.com/words/net/aspose.words.mai...
  6. FindReplaceOptions.IgnoreOfficeMath | Aspose.Wo...

    Skip OfficeMath text during find-and-replace operations with IgnoreOfficeMath To simplify content updates....Document doc = new Document ( MyDir + "Office math.docx" ); Assert...Assert . That ( doc . FirstSection . Body . FirstParagraph . GetText...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Watermark Class | Aspose.Words for .NET

    Discover the Aspose.Words.Watermark class To easily add and cusTomize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  8. Insert Image in NPOI|Aspose.Words for .NET

    Add an image inTo a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "test"...

    docs.aspose.com/words/net/insert-image-in-npoi/
  9. Create DOCM in Python | products.aspose.com

    Generate Microsoft Word DocM Document using Python applications without using Microsoft Word....Options with Python Generate DOC File (Microsoft Word Binary Format)...Word 2007 Marco File) Generate DOCX File (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/create/docm/
  10. Shape.firstParagraph property | Aspose.Words fo...

    Shape.firstParagraph property. Gets the first paragraph in the shape.... let doc = new aw . Document (); // Create...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....

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