Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 20,355 for

table

(0.27 sec)
  1. Aspose::Words::WarningInfo::get_WarningType met...

    Aspose::Words::WarningInfo::get_WarningType method. Returns the type of the warning in C++.... Reason: table substitution." , warningInfo...

    reference.aspose.com/words/cpp/aspose.words/war...
  2. Convert DOCX to MHTML in Python | products.aspo...

    DOCX to mhtml Web archive format and HtmlFixed file conversion in your Python applications without using Microsoft Word...OST (Outlook Offline Storage Table) Convert DOCX to POT (Microsoft...PST (Outlook Personal Storage Table) Convert DOCX to SXC (StarOffice...

    products.aspose.com/total/python-net/conversion...
  3. Convert OST to TEXT in Python | products.aspose...

    Save OST to TEXT in your Python applications without using Microsoft Outlook or Word...OST (Outlook Offline Storage Table) Convert OST to OTT (OpenDocument...Format? OST (Offline Storage Table) is a file format used by Microsoft...

    products.aspose.com/total/python-net/conversion...
  4. Aspose.Cells 8.9.0中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....// Access the desired Pivot Table from the spreadsheet var pivot...Refresh & recalculate Pivot Table pivot . RefreshData (); pivot...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. PDF to PUB Converter

    PDF to Publisher conversion is a complicated task to do, of course, if you want the conversion to be precise. Why can't you transform PDF to PUB easily?... Cross-reference table to have quick access to the...to the last cross-reference table and contains a common quantity...

    docs.aspose.com/pub/net/pdf-to-pub/
  6. Story class | Aspose.Words for Node.js

    Aspose.Words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../Table/)...block-level nodes Paragraph and Table . To learn more, visit the Logical...of this story. tables Gets a collection of tables that are immediate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document Processing API for .NET: C#, F#, VB.NE...

    C# ASP.NET VB.NET library to work with Word files. Create edit convert DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more formats....manipulate table data Create, modify, and manipulate tables in your...documents with ease. Create complex table structures, merge and split...

    products.aspose.com/words/net/
  8. FieldDatabase class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldDatabase class. Implements the DATABASE field...query into a WordprocessingML table. Inheritance: FieldDatabase...format are to be applied to the table. insertHeadings Gets or sets...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TxtSaveOptions.preserveTableLayout property | A...

    TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of Tables when saving in the plain text format...attempt to preserve layout of tables when saving in the plain text...how to preserve the layout of tables when converting to plaintext...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...getName()); } // Copy table style properties if it's a table style if (source...(source.getType() == StyleType.TABLE && source instanceof TableStyle...

    forum.aspose.com/t/some-styles-were-not-copied-...