Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 20,294 for

table

(0.29 sec)
  1. Totals is not recovering correctly - Free Suppo...

    Hi, We are using Table with multiple Totals One of them as Total Row. The others are user created and they are part of the Table. We use the mechanism Table.ShowTotals = false; and after manipulating the data (includi…...10:15am 1 Hi, We are using table with multiple Totals One of...are part of the table. We use the mechanism table.ShowTotals = false;...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  2. Aspose::Words::Fonts::TableSubstitutionRule::Ge...

    Aspose::Words::Fonts::TableSubstitutionRule::GetSubstitutes method. Returns array containing substitute font names for the specified original font name in C++....with custom font substitution tables. auto doc = System :: MakeObject...fontSettings ); // Create a new table substitution rule and load the...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Aspose::Words::Fonts::TableSubstitutionRule::Ad...

    Aspose::Words::Fonts::TableSubstitutionRule::AddSubstitutes method. Adds substitute font names for given original font name in C++....with custom font substitution tables. auto doc = System :: MakeObject...fontSettings ); // Create a new table substitution rule and load the...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Setting Report Attributes|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....Contents [ Hide ] To create a table report, you need to set report...set up the attributes of a table report: Click Set Attribute...

    docs.aspose.com/cells/reportingservices/setting...
  5. Specifying the absolute position of the Pivot I...

    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....sample code creates a Pivot Table and then it specifies the Pivot...Pivot Table Option - For Empty Cells Show Delete Pivot Table from...

    docs.aspose.com/cells/java/specifying-the-absol...
  6. Working with Watermark in Java|Aspose.Words for...

    Document watermark manipulation using Java...."WaterMark" ); Add a Watermark into a Table Cell Sometimes you need to insert...into a table’s cell and display it outside the table, you can...

    docs.aspose.com/words/java/working-with-watermark/
  7. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。...); // Add table var table = new Aspose . Pdf . Table { ColumnWidths..."Helvetica" ) } }; var headerRow = table . Rows . Add (); headerRow ...

    docs.aspose.com/pdf/zh/net/complex-pdf-example/
  8. ReplacingArgs.MatchNode | Aspose.Words for .NET

    Discover the ReplacingArgs MatchNode property to easily access the node where your match begins, enhancing your coding efficiency and accuracy....document after a paragraph or table. /// </summary> private static...insertionDestination . NodeType == NodeType . Table ) { CompositeNode dstStory =...

    reference.aspose.com/words/net/aspose.words.rep...
  9. 在加载 Excel 文件时解析数据透视缓存记录(C++)|Documentation

    学习如何在加载 Excel 文件时解析数据透视缓存记录,使用 Aspose.Cells for C++。...Excel file containing pivot table cached records U16String inputFilePath...0 ); // Access first pivot table PivotTable pt = ws . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/parsing-pivot-cach...
  10. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document in Java....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/java/com.aspose.word...