Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 168,864 for

doc

(0.06 sec)
  1. Cell class | Aspose.Words for Node.js

    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. let doc = new aw . Document (); let table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word Documents, enhancing your Document's layout and functionality....Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the Document.... Table styles defined in DOC documents are preserved as table...when saving the document as DOC only. Examples Shows how to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  4. | Aspose

    Sample code for DJVU to Doc Java conversion. Use API example code for batch DJVU files to Doc conversion within any Web or Desktop Java based application....Conversion DJVU to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an DJVU image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/djvu-to...
  5. Split PDF, HTML, TXT Files using C# | Aspose.PDF

    C# sample code to split files on .NET Framework, .NET Core.... Read ); doc = new Document ( fs ); pdfEditor... Extract ( pathSource , 1 , doc . Pages . Count / 2 , "pdf_half...

    products.aspose.com/pdf/net/splitter/
  6. List.list_id property | Aspose.Words for Python

    List.list_id property. Gets the unique identifier of the list.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . list_format . ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Android API to Render XPS to RTF | products.asp...

    Transform XPS to RTF via Android via Java API...used to convert XPS files to DOC. Aspose.Words for Android Java...can then be used to render the DOC file to RTF. This process allows...

    products.aspose.com/total/android-java/conversi...
  8. Android API to Render CGM to FLATOPC | products...

    Transform CGM to FLATOPC via Android via Java API...used to convert CGM files to DOC format. This API supports a wide...Java API can be used to render DOC to FLATOPC. This API provides...

    products.aspose.com/total/android-java/conversi...
  9. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached to.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ZoomType enumeration | Aspose.Words for Node.js

    Aspose.Words.Settings.ZoomType enumeration. Possible values for how large or small the Document appears on the screen in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

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