Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 22,360 for

table

(0.75 sec)
  1. 在 C# 中合并 PDF 文档|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类通过 Aspose.PDF Facades 合并 PDF 文档。...concatenated file to display Table of Contents using ( var document...Text Stamp to display string Table Of Contents var stamp = new...

    docs.aspose.com/pdf/zh/net/concatenate-pdf-docu...
  2. Row.hidden property | Aspose.Words for Python

    Row.hidden property. Gets or sets a flag indicating whether this row is hidden or not....Examples Shows how to hide a table row. doc = aw . Document ( file_name...file_name = MY_DIR + 'Tables.docx' ) row = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. WarningInfo | Aspose.Words for Java

    Contains information about a warning that Aspose.Words issued during document loading or saving in Java....TABLE_SUBSTITUTION_RULE, warningInfo...\'Arvo\' font instead. Reason: table substitution.", warningInfo...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working with Bookmarks in Python|Aspose.Words f...

    How to insert, obtain, move, show or hide bookmarks using Python....example shows how to bookmark a table: If you change the name of a...access columns of the bookmarked table: Move to a Bookmark If you need...

    docs.aspose.com/words/python-net/working-with-b...
  5. Crash when cloning a cell - Free Support Forum ...

    Hello Aspose, I get a NullRefException when cloning a cell (Cell.Clone()). To reproduce please try this: private static string CellCloneBug(Page page) { var t = new Table(); var r = t.…...CellCloneBug(Page page) { var t = new Table(); var r = t.Rows.Add(); var...pdfDocument.Pages.Add(); var t = new Table(); var r = t.Rows.Add(); var...

    forum.aspose.com/t/crash-when-cloning-a-cell/29...
  6. Cell Background Color Settings|Documentation

    Guide to applying and previewing cell background colors in Aspose.Cells GridJS using the toolbar, modal, status bar, and JavaScript API.... Table selection area How to start...update the UI xs . sheet . table . render (); Relevant functions...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  7. Setting Metadata | Node.js

    Easy-to-use Node.js library for font manipulation from Aspose.Font. Learn how to set font metadata information....the font metadata into name table? Aspose.Font for Node.js offers...how to personalize the name table using the function: The nameId...

    docs.aspose.com/font/nodejs-cpp/metadata-inform...
  8. Aspose.Slides .NET for VSTO|Aspose.Slides Docum...

    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....features with VSTO Add Image in Table Cell Adding Picture Frame with...and Aspose.Slides Creating a Table on PowerPoint Slide in VSTO...

    docs.aspose.com/slides/net/aspose-slides-net-fo...
  9. ChartDataTable.has_outline_border property | As...

    ChartDataTable.has_outline_border property. Gets or sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed...Examples Shows how to show data table with chart series data. doc... 9 ]) data_table = chart . data_table data_table . show = True...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…...DataTable var table = new DataTable("MyTable"); table.Columns.Add("ColInt"...typeof(int)); table.Columns.Add("ColString", typeof(string)); table.Columns...

    forum.aspose.com/t/using-cells-importdata-to-im...