Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 22,446 for

table

(0.33 sec)
  1. 使用JavaScript通过C++设置工作表中表格或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置工作表内表格或列表对象的注释。...属性设置工作表中表或列表对象的注释,注释将显示在xl/tables/tableName.xml文件中。 设置工作表内表格或列表对象的批注...Cells Example - Set Comment of Table/ListObject </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  2. ComparerContext class | Aspose.Words for Python

    aspose.words.lowcode.ComparerContext class. Document comparer context...documents: first_doc = MY_DIR + 'Table column bookmarks.docx' second_doc...second_doc = MY_DIR + 'Table column bookmarks.doc' comparer_context...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in C++....Inserting a Table The basic algorithm for creating a table using DocumentBuilder...DocumentBuilder is simple: Start the table using DocumentBuilder.StartTable...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  4. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to Table of contents when saving HTML, MHTML and EPUB...whether to write page numbers to table of contents when saving HTML...when saving a document with a table of contents to .html. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TableSubstitutionRule.get_substitutes method | ...

    TableSubstitutionRule.get_substitutes method. Returns array containing substitute font names for the specified original font name.... table_substitution . add_substitutes...font_settings . substitution_settings . table_substitution . get_substitutes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Supported File Formats|Aspose.PDF for SharePoint

    PDF SharePoint API can load and save file formats that include PDF and PDF/A....Load Formats The following table indicates the file formats that...Save Formats The following table indicates the file formats in...

    docs.aspose.com/pdf/sharepoint/supported-file-f...
  7. DocumentBuilder.InsertBreak | Aspose.Words for ...

    Enhance your documents effortlessly with the DocumentBuilder InsertBreak method, allowing you to seamlessly add custom breaks for improved formatting....docx" ); Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc ); // Insert a table of contents for the first page...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 档案

    档案...Java 中创建 HTML 表 # HTML 表是使用 <table> 元素,并且使用各种其他元素进一步指定其结构,例如 <tr>...(可选)创建一个样式元素并将其附加到 head 元素。 创建 <table> , <tbody> , <tr> , <th> 、和...

    blog.aspose.com/zh/html/create-html-table-in-java/
  9. 在 VSTO 和 Aspose.Slides 中在 PowerPoint 幻灯片上创建表格|A...

    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....ppLayoutBlank ); //Add a 15 x 15 table PowerPoint . Shape shp = sld...300 ); PowerPoint . Table tbl = shp . Table ; int i = - 1 ; int...

    docs.aspose.com/slides/zh/net/creating-a-table-...
  10. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....Called when enumeration of a table cell has ended. visitCellStart(Cell...Called when enumeration of a table cell has started. visitCommentEnd(Comment...

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