Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 22,369 for

table

(0.85 sec)
  1. Edit HTML In Javascript

    Edit HTML in JavaScript code....using external data, modify tables. JavaScript library is a stand-alone...Modify existing HTML elements: tables, lists, charts, images, links...

    products.aspose.com/words/nodejs-net/edit/html/
  2. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for Java: add, customize, and sequence effects and durations with Java examples for PPT, PPTX, and ODP presentations.... dispose (); } } Animation Table...

    docs.aspose.com/slides/java/examples/elements/s...
  3. Product Overview|Aspose.Slides for Node.js via ...

    Aspose.Slides for Node.js via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....as managing texts, shapes, tables & animations, adding audio...for Node.js via Java, besides tables and different kinds of shapes...

    docs.aspose.com/slides/nodejs-java/product-over...
  4. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for C++ lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....such as managing text, shapes, tables & animations, adding audio...is that you can not only add tables and different kinds of shapes...

    docs.aspose.com/slides/cpp/product-overview/
  5. Insert Fields in C++|Aspose.Words for C++

    Different ways to insert fields into your document using C++....using DocumentBuilder The TOA ( Table of Authorities ) field builds...builds and inserts a table of authorities. The TOA field collects...

    docs.aspose.com/words/cpp/inserting-fields/
  6. 表格样式问题 - Free Support Forum - aspose.com

    运行的同样的代码为什么我的表格会突然变成这样子,另外一个是正常的 不正常表格: 正常表格: 代码中没有看出来任何问题 @Override public int replacing(ReplacingArgs args) throws Exception { // 获取文档对象 Document doc = (Document) args.getMatchNode().getDocument(); …...DocumentTableUtil { public static Table addTable(DocumentBuilder builder...throws Exception { // 开始表格 Table table = builder.startTable(); //...

    forum.aspose.com/t/topic/311952
  7. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...========== 1a-EXT) Style-size table (sizes only) ========== try:...info("[change style] Style-size table enforced (paras=%d, runs≈%d)"...

    forum.aspose.com/t/change-styles-for-complete-d...
  8. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple Table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...xlsx , contains a simple table with conditional formats that...ayout2;margin-left:0px;'> <table cellpadding='0' cellspacing='0'>...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  9. XmlReadMode | Aspose.Words for Java

    Specifies how to read XML data and a relational schema into a DataSet in Java....adding new tables or adding columns to existing tables. An exception...exception is thrown if the inferred table already exists but with a different...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...(); auto table = MakeObject < Aspose :: Pdf :: Table > (); table...get_Paragraphs () -> Add ( table ); auto r1 = table -> get_Rows () ->...

    docs.aspose.com/pdf/zh/cpp/create-form/