Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 20,311 for

table

(0.1 sec)
  1. Format Presentation Charts in С++|Aspose.Slides...

    Learn chart formatting in Aspose.Slides for С++ and elevate your PowerPoint presentation with professional, eye-catching styling....Properties for a Chart Data Table Aspose.Slides for C++ provides...chart on the slide. set chart table. Set font height. Save modified...

    docs.aspose.com/slides/cpp/chart-formatting/
  2. Manage Presentation Hyperlinks in C++|Aspose.Sl...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for C++—enhance interactivity and workflow in minutes....Use Hyperlinks to Create a Table of Contents Since hyperlinks...you can use them to create a table of contents. This sample code...

    docs.aspose.com/slides/cpp/manage-hyperlinks/
  3. Comparer | Aspose.Words for Java

    Provides methods intended to compare documents in Java....String firstDoc = getMyDir() + "Table column bookmarks.docx"; String...String secondDoc = getMyDir() + "Table column bookmarks.doc"; Comparer...

    reference.aspose.com/words/java/com.aspose.word...
  4. Link Border and Alignment Errors - Free Support...

    Hello, My company has purchased an Aspose Java licence which is valid for Aspose 4.3 but not for the latest Version. I noticed two bug with our purchased version while trying to create a Table of content using XSL/FO s…...version while trying to create a table of content using XSL/FO syntax...version while trying to create a table of content using XSL/FO syntax...

    forum.aspose.com/t/link-border-and-alignment-er...
  5. 插入数据透视表|Documentation

    创建和格式化Excel电子表格文件的数据透视表。...body > < h1 > Create Pivot Table Example </ h1 > < input type...style="color: green;">Pivot table created successfully! Click...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. MS Login Conflict with Aspose.Cells.GridJsContr...

    Hi, I get the ff. error when running an app with Microsofts OAuth authentication enabled: AmbiguousMatchException: The request matched multiple endpoints. Matches: Aspose.Cells.GridJs.GridJsControllerBase.LazyLoadingStr…...NET Core routing table ends up with two different endpoints...}); Confirm the final route table (optional but helpful). After...

    forum.aspose.com/t/ms-login-conflict-with-aspos...
  7. Aspose.PDF,是否可以解析PDF,转换为结构化的数据,存储到数据库 - Free Su...

    Aspose.PDF,是否可以解析PDF,转换为结构化的数据,存储到数据库...visit(pdfDoc); List<Table> tables = tableAbsorber.getTables();...insertTableSql = "INSERT INTO table_data (col1, col2, col3, col4)...

    forum.aspose.com/t/aspose-pdf-pdf/320833
  8. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....shape is displayed inside a table or outside of it. isLayoutInCell(boolean...shape is displayed inside a table or outside of it. isMoveFromRevision()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert MD to POTX in Python or with free Onlin...

    MD to POTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free MD to POTX online converter quickly before integrating the code....OST (Outlook Offline Storage Table) Convert MD to POT (Microsoft...PST (Outlook Personal Storage Table) Convert MD to VCF (vCard File)...

    products.aspose.com/total/python-net/conversion...
  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-...