Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 22,240 for

table

(0.21 sec)
  1. DocumentVisitor Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentVisitor class, your foundation for creating custom document visitors to enhance document processing and manipulation....Called when enumeration of a table cell has ended. virtual VisitCellStart...Called when enumeration of a table cell has started. virtual VisitCommentEnd...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Range.replace method | Aspose.Words for Node.js

    Aspose.Words.Range.replace method...instances of String of text in a table and cell. let doc = new aw ...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartDataTable.has_horizontal_border property |...

    ChartDataTable.has_horizontal_border property. Gets or sets a flag indicating whether a horizontal border of the data Table is displayed...horizontal border of the data table is displayed. The default value...Examples Shows how to show data table with chart series data. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....mail merges, populating data tables, generating one slide per data...templatePresentation -> Dispose (); Excel Table Example In the second example...

    docs.aspose.com/slides/cpp/excel-integration/
  5. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....mail merges, populating data tables, generating one slide per data...templatePresentation . dispose (); } Excel Table Example In the second example...

    docs.aspose.com/slides/androidjava/excel-integr...
  6. HTML-to-Tagged-PDF: CSS border/background path ...

    <!doctype html> Bug Report: Path Objects Not Tagged as Artifacts in Tagged PDF Output body { font-family: Segoe UI, Arial, sans-serif; font-size: 10pt; line-height: 1.5; color: #222; max-width: 900px; margin: 20px…...4px; border-radius: 2px; } table.info { border-collapse: collapse;...0; font-size: 9pt; } table.info th, table.info td { border: 1px...

    forum.aspose.com/t/html-to-tagged-pdf-css-borde...
  7. HTML Template – Aspose.HTML for .NET

    Create HTML files in C#. Learn how to populate an HTML template from data sources and convert it to an HTML document....corresponding cells of the table. The data_merge attribute specifies...a list of objects, and the table should be repeated for each...

    products.aspose.com/html/net/html-template/
  8. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.Cells 8.3.1中的公共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....cell D5 which lies inside the table Cell cell = worksheet . Cells...//Access the Table from this cell ListObject table = cell . GetTable...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Row.Cells | Aspose.Words for .NET

    Access Row Cells effortlessly with typed controls for seamless management of child nodes, enhancing your data manipulation experience....how to iterate through all tables in the document and print the...( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...