Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 22,221 for

table

(0.3 sec)
  1. How to get the gridspan of a cell in table - Fr...

    I have the Table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...get the gridspan of a cell in table Aspose.Words Product Family... 2026, 6:20pm 1 I have the table structure something like: <w:tr>...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...
  2. How to Create Table in DOCX using C++

    In this topic, we will see how to create Table in DOCX using C++. Tables are commonly used inside word documents and you can insert Table in DOCX using C++. You can insert word Table in C++ using simple API calls....Product Family How to Create Table in DOCX using C++ In this topic...how to create table in DOCX using C++. Tables are commonly used...

    kb.aspose.com/words/cpp/how-to-create-table-in-...
  3. Add Table of Contents to PDF using Java

    Add Table of contents to PDF using Java. Learn the process using the detailed steps and a sample code for adding a clickable Table of contents in PDF using Java....TeX Product Family Add Table of Contents to PDF using Java...instructions in this article, add table of contents to PDF using Java...

    kb.aspose.com/pdf/java/add-table-of-contents-to...
  4. Table Left Border Alignment Issues DOCX to PDF ...

    One of our customer complained about the alignment of the left border of a Table. We saw this border shifts a bit to the right after the docx is converted to PDF. Strangely this doesn’t happen if the Table has only one …...Table Left Border Alignment Issues DOCX to PDF conversion Aspose...alignment of the left border of a table. We saw this border shifts a...

    forum.aspose.com/t/table-left-border-alignment-...
  5. Pivot table refresh problems (filter, col width...

    See attached sample: I call “Worksheet.RefreshPivotTables()”, which brings three problems: AsposeCellsPivot.zip (26.3 KB) Problem 1 In the source file, the filter for cell B6 is set to single select. After applying “R…...Pivot table refresh problems (filter, col width, localization)... I can set the excel pivot table to refresh when the document...

    forum.aspose.com/t/pivot-table-refresh-problems...
  6. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 pages along with some Tables present inside, page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 pages and the tabl…...Table contents are getting split while converting docx to pdf...(containing 23 pages along with some tables present inside, page 4) into...

    forum.aspose.com/t/table-contents-are-getting-s...
  7. About caption insertion to image & table column...

    Could you please help me on add caption to image & how hide column in Aspose template word report. Could you please share tutorials and code example related to Aspose word Table column hide and caption insertion in temp…...caption insertion to image & table column hide in Aspose.word template...example related to Aspose word table column hide and caption insertion...

    forum.aspose.com/t/about-caption-insertion-to-i...
  8. Working with data display formats of DataField ...

    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....formats of DataField in Pivot Table Contents [ Hide ] Aspose.Cells...html > Custom sorting in Pivot Table Get External Connection Data...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  9. Issue exporting AUTO_FIT_TO_CONTENTS table with...

    Extra cell width is added to AUTO_FIT_TO_CONTENTS Table cells with vertical text orientation in PDF export. Code snippet: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); bu…...exporting AUTO_FIT_TO_CONTENTS table with vertical cell text orientation...added to AUTO_FIT_TO_CONTENTS table cells with vertical text orientation...

    forum.aspose.com/t/issue-exporting-auto-fit-to-...
  10. How to Create Table in Word Document using C#

    A step-by-step tutorial on how to create Table in Word document using C# code. Programmatically create Table in Word using C# with an Aspose DocumentBuilder and DOM classes....Product Family How to Create Table in Word Document using C# This...two different ways to create table in Word document using C#. We...

    kb.aspose.com/words/net/how-to-create-table-in-...