Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 90,939 for

doc format

(2.11 sec)
  1. FieldDatabase.InsertHeadings | Aspose.Words for...

    Manage your database efficiently with the FieldDatabase InsertHeadings property. Easily customize column headings for clearer data presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  2. IFieldDatabaseProvider Interface | Aspose.Words...

    Enhance your Document automation with the Aspose.Words.Fields.IFieldDatabaseProvider interface. Seamlessly supply data for FieldDatabase updates.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  3. How can I convert excel file to word? - Free Su...

    Hello sir. I am a new user of aspose. I would like to convert excel file to word. Can I convert excel file to word using aspose?...save Excel files to MS Word format. However as a workaround, you...convert MS Excel files to PDF format using Aspose.Cells for .NET...

    forum.aspose.com/t/how-can-i-convert-excel-file...
  4. Table.node_type property | Aspose.Words for Python

    Table.node_type property. Returns [NodeType.TABLE](../../../aspose.words/nodetype/#TABLE).... doc = aw . Document ( file_name =...composite. self . assertTrue ( doc . is_composite ) # Invoke the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartFormat.SetDefaultFill | Aspose.Words for .NET

    Discover how to use the ChartFormat SetDefaultFill method to effortlessly restore your chart element's fill to its original default value....Document doc = new Document ( MyDir + "DataPoint format.docx" );...); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Export EML to DOCM via C++ | products.aspose.com

    C++ API to Convert EML to DocM without using Microsoft Word or Outlook...transforming emails from one format to another. This is done to... and convert various file formats. It includes two APIs, Aspose...

    products.aspose.com/total/cpp/conversion/eml-to...
  7. ChartSeries.x_values property | Aspose.Words fo...

    ChartSeries.x_values property. Gets a collection of X values for this chart series....work with the format code of the chart data. doc = aw . Document...= aw . DocumentBuilder ( doc = doc ) # Insert a Bubble chart...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartSeries.y_values property | Aspose.Words fo...

    ChartSeries.y_values property. Gets a collection of Y values for this chart series....work with the format code of the chart data. doc = aw . Document...= aw . DocumentBuilder ( doc = doc ) # Insert a Bubble chart...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Java API to Export EPUB to OTT | products.aspos...

    Convert EPUB to OTT using on premise Java API...is to render the EPUB file to DOC using Aspose.PDF for Java. This...you to easily convert EPUB to DOC. It also provides a wide range...

    products.aspose.com/total/java/conversion/epub-...
  10. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

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