Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 22,022 for

table

(0.19 sec)
  1. Supported File Formats|Documentation

    PSD manipulation library that can load and save the file formats like PSD, PSB, TIFF, JPEG, PNG, GIF, BMP and PDF....File Formats The following table indicates the file formats that...

    docs.aspose.com/psd/net/supported-file-formats/
  2. Export Document Structure While Converting to P...

    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....document, such as cell, row, table, worksheet, image, shape, header/footer...

    docs.aspose.com/cells/java/export-document-stru...
  3. 书签内容为表格时bookmark.setText("")置空异常 - Free Support...

    清除表格书签.docx (10.4 KB) aspose.words 16.4.0将上面内容为表格的书签进行置空时报错: java.lang.IllegalArgumentException: Cannot insert a node of this type at this location. public static void main(String[] args) { try { String fi…...TABLE) { // 删除书签 bookmark.remove();...getBookmarks().get("bookmark"); Table table = (Table) bookmark.getBookmarkStart()...

    forum.aspose.com/t/bookmark-settext/316058
  4. Absorber.Visit() throws out of range error - Fr...

    When the code goes to absorber.Visit(pdfDocument.Pages[1]); always give me a error,such as index out of range ,internal error....TableAbsorber object to find tables TableAbsorber absorber = new...Visit(pdfDocument.Pages[2]); foreach (var table in absorber.TableList) { foreach...

    forum.aspose.com/t/absorber-visit-throws-out-of...
  5. Aspose.Cells 16.12.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....//Add source data for pivot table intrusive_ptr < String > str...PutValue ( 1 ); //Add pivot table int idx = ws -> GetIPivotTables...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  6. MailMerge.CleanupOptions | Aspose.Words for .NET

    Optimize your mail merge with the CleanupOptions property—easily manage which items to remove for a seamless, efficient process....merge data source table, // and then create a table with only two...

    reference.aspose.com/words/net/aspose.words.mai...
  7. HtmlVersion Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.HtmlVersion enum to optimize document saving in HTML and MHTML formats, enhancing compatibility and performance.... Contains ( "<table style=\"padding:0pt; -aw-border:0...outDocContents . Contains ( "<table cellspacing=\"0\" cellpadding=\"0\"...

    reference.aspose.com/words/net/aspose.words.sav...
  8. HtmlSaveOptions.HtmlVersion | Aspose.Words for ...

    Discover the HtmlSaveOptions HtmlVersion property to easily choose your HTML standard when saving documents to HTML or MHTML. Optimize your output effortlessly!... Contains ( "<table style=\"padding:0pt; -aw-border:0...outDocContents . Contains ( "<table cellspacing=\"0\" cellpadding=\"0\"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. How to Add Comments in Word using Java

    In this short tutorial we will see how to add comments in Word using Java. This process can be followed in any operating system like Windows, macOS and Ubuntu to insert comment in Word document using Java....features like adding row to a table, refer to the article on how...how to add a row to a table in Word using Java . Note that no MS...

    kb.aspose.com/words/java/how-to-add-comments-in...
  10. 从XML生成PDF|Aspose.PDF for C++

    Aspose.PDF for C++ 提供了几种将XML文件转换为PDF文档的方法,要求输入XML文件。...<html> <body> <h2> 我的CD收藏 </h2> <table border= "1" > <tr bgcolor= "#9acd32"...</td> </tr> </xsl:for-each> </table> </body> </html> </xsl:template>...

    docs.aspose.com/pdf/zh/cpp/generate-pdf-from-xml/