Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 20,378 for

table

(0.06 sec)
  1. How to Group Data in Smart Markers|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....ProductID field in the Products table. &=Tabx.Col3(subtotal9:Tabx...field grouped by Col1 in the table Tabx . &=Table1.ColumnD(subtotal9:Table1...

    docs.aspose.com/cells/net/how-to-group-data-in-...
  2. DocumentBuilderOptions.contextTableFormatting p...

    DocumentBuilderOptions.contextTableFormatting property. True if the formatting applied to Table content does not affect the formatting of the content that follows it...if the formatting applied to table content does not affect the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: true). We are using version 25.9 of Aspose.Cells When using an xlsb workbook format with a LET function and call…...one let function depend on a table that also uses let functions...situations we are returning the table in the sheet ‘Let Function’...

    forum.aspose.com/t/let-function-name-error/319910
  4. RowCollection indexer | Aspose.Words for Python

    RowCollection indexer. Retrieves a [Row](../../row/) at the given index....how to iterate through all tables in the document and print the...file_name = MY_DIR + 'Tables.docx' ) tables = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_AutofitToFirstFixedWidthCell method. Allow Table Columns To Exceed Preferred Widths of Constituent Cells in C++....ToFirstFixedW method Allow Table Columns To Exceed Preferred...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. PDf to html with formats - Free Support Forum -...

    Hi, We have a need to create html from pdf which has to retain the formats. For example, bulletins, Tables, headings has to be retained as it is in html like in “ul,ol,li,Table,td,h1,h2” tags. How do we achieve this wi…... For example, bulletins, tables, headings has to be retained...is in html like in “ul,ol,li,table,td,h1,h2” tags. How do we achieve...

    forum.aspose.com/t/pdf-to-html-with-formats/315263
  7. Aspose::Words::Tables::CellCollection::ToArray ...

    Aspose::Words::Tables::CellCollection::ToArray method. Copies all cells from the collection to a new array of cells in C++....Aspose::Words::Tables::CellCollection::ToArray method Contents...Words :: Tables :: Cell >> Aspose :: Words :: Tables :: CellCollection...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Apose Excel data replacing in Word - Free Suppo...

    Hello Team, Here I am Replacing Excel sheet data into word document using Aspose.word and Cell, After replacing those data, it’s not aligned. I need support while replacing excel data into Word data should format accor…...by fitting the table to window: foreach (Table t in wordDoc.G...GetChildNodes(NodeType.Table, true)) { t.AutoFit(AutoFitBehavior...

    forum.aspose.com/t/apose-excel-data-replacing-i...
  9. Make pdfs generated accessible - Free Support F...

    Hello we use MS Word Templates with xml data to mail merge using Aspose Words and finally create pdfs. We use DotNet 8 platform with C# My question is regarding accessibility. What care should we take to ensure that th…...numbering, and avoid using tables for layout. These semantic...technology support . Be Aware of Table Accessibility Behavior : While...

    forum.aspose.com/t/make-pdfs-generated-accessib...
  10. Navigation with Cursor in C++|Aspose.Words for C++

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using C++....Navigate to Table Cells You can move to a table cell by using...into any cell in a specific table. In addition, you can specify...

    docs.aspose.com/words/cpp/navigation-with-cursor/