Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 20,433 for

table

(0.61 sec)
  1. Monitor running programs|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....Create and Manipulate Excel Table Analyzing your prompt, please...

    docs.aspose.com/cells/cpp/monitor-running-progr...
  2. 从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/
  3. Supported File Formats|Aspose.Slides 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....File Formats The following table indicates the file formats that...

    docs.aspose.com/slides/sharepoint/supported-fil...
  4. 书签内容为表格时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
  5. FontSubstitutionWarningInfo.RequestedFamilyName...

    FontSubstitutionWarningInfo.RequestedFamilyName property returns the requested font family name in Aspose.Words.... Reason: table substitution." )); Assert ....

    reference.aspose.com/words/net/aspose.words/fon...
  6. Row.hidden property | Aspose.Words for Python

    Row.hidden property. Gets or sets a flag indicating whether this row is hidden or not....Examples Shows how to hide a table row. doc = aw . Document ( file_name...file_name = MY_DIR + 'Tables.docx' ) row = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Tables::Row::get_Hidden method |...

    Aspose::Words::Tables::Row::get_Hidden method. Gets or sets a flag indicating whether this row is hidden or not in C++....Aspose::Words::Tables::Row::get_Hidden method Row::get_Hidden...not. bool Aspose :: Words :: Tables :: Row :: get_Hidden () Examples...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Aspose.Words DOM|Aspose.Words for Python via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Python....Every run of a text, paragraph, table, or a section is a node, and...Document , Section , Paragraph , Table , Shape , Run , and all other...

    docs.aspose.com/words/python-net/aspose-words-d...
  9. 操作现有PDF中的表格|Aspose.PDF for Python via .NET

    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.... table_list [ 0 ] . row_list [ 0 ]...获取页面上的第一个表 table = absorber . table_list [ 0 ] # 创建新表 new_table = ap...

    docs.aspose.com/pdf/zh/python-net/manipulate-ta...
  10. 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...