Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 22,242 for

table

(0.17 sec)
  1. Aspose.Cells 8.8.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.... C# string html = @" <table data-cache=""not-cached"" class=""sortable"">...class=""odd"">10.8%</td> </tr> </tbody> </table> " ; byte [] byteArray = Encoding...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....representation of the data in a pivot table. Pivot charts provide a way...pivot table. If you add or remove fields in the pivot table, the...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  3. Row.Hidden | Aspose.Words for .NET

    Row Hidden property documentation. Control Table row visibility in Word documents programmatically with boolean hide/show settings....Examples Shows how to hide a table row. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Row row = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  4. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter is...getTables() Gets a collection of tables that are immediate children...

    reference.aspose.com/words/java/com.aspose.word...
  5. XML Schema of Aspose.PDF|Aspose.PDF for .NET

    This article describes an XML schema for working with XML documents in Aspose.PDF for .NET...type= "asp:TableType" name= "Table" /> <xs:element xmlns:asp= "Aspose...type= "asp:TableType" name= "Table" /> <xs:element xmlns:asp= "Aspose...

    docs.aspose.com/pdf/net/supported-xml-schema/
  6. Substitute TrueType Fonts|Aspose.Words for Node...

    Aspose.Words for Node.js via .NET can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately. If a font or a specific character is not available, Aspose.Words searches for a suiTable font replacement or uses the Font fallback mechanism....but powerful mechanism called Table substitution rule. By default...rule. Aspose.Words uses XML tables, which define the basic substitution...

    docs.aspose.com/words/nodejs-net/manipulating-a...
  7. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Updating Slicer|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....has also refreshed the pivot table accordingly. Sample Code Rendering...

    docs.aspose.com/cells/python-java/updating-slicer/
  9. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...new DocumentBuilder(doc); Table table = builder.startTable(); builder...endRow(); builder.endTable(); table.getRows().get(1).getCells()...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  10. Add HTML String using DOM in PHP|Aspose.PDF for...

    Explore how to add HTML content to a PDF document using the DOM in PHP with Aspose.PDF for rich document creation....HtmlFragment ( "<fontsize=10><b><i>Table</i></b></fontsize>" ); # set...

    docs.aspose.com/pdf/java/add-html-string-using-...