Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 20,446 for

table

(0.09 sec)
  1. Show report filter pages option|Documentation

    This article shows how to show the report filter pages option with Aspose.Cells for Python via .NET....Excel supports creating pivot tables, adding report filters, and...option on the created pivot table. The following screen shows...

    docs.aspose.com/cells/python-net/show-report-fi...
  2. Header alignment issue and need suggestion - Fr...

    Hello, I have below code and using which I am trying to add 3 headers but second and third header alignment is having issue. FYI - I tried by adjusting width but still facing same issue. Please have a look on attachme…...Summary You are building a table that contains three header cells...want the whole table left‑aligned, also set the table alignment....

    forum.aspose.com/t/header-alignment-issue-and-n...
  3. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...description ); // 添加表格 Table table = new Table (); table . setColumnWidths...setColumnWidths ( "200" ); table . setBorder ( new BorderInfo ( BorderSide...

    docs.aspose.com/pdf/zh/java/complex-pdf-example/
  4. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...NodeCollection<Table> tables = doc.getChildNodes(NodeType.TABLE, true);...true); for (Table table : tables) { if (table.getPreferredWidth()...

    forum.aspose.com/t/content-is-still-being-slice...
  5. 使用 C# 从 PDF 中提取表格数据|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF for .NET 在 C# 中从 PDF 中提取表格数据... GetDataDir_AsposePdf_Tables (); // Open PDF document using...Visit ( page ); foreach ( var table in absorber . TableList ) {...

    docs.aspose.com/pdf/zh/net/extract-data-from-ta...
  6. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。... GetDataDir_AsposePdf_Tables (); // Open PDF document using...Pdf . Document ( dataDir + "Table_input.pdf" )) { // Create TableAbsorber...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  7. FieldMergeBarcode.ForegroundColor | Aspose.Word...

    Discover the FieldMergeBarcode ForegroundColor property to customize your barcode's appearance. Easily set colors with values from 0 to 0xFFFFFF!...DataTable table = new DataTable ( "Barcodes" ); table . Columns..."MyQRCode" ); table . Rows . Add ( new [] { "ABC123" }); table . Rows...

    reference.aspose.com/words/net/aspose.words.fie...
  8. 从工作表中删除数据透视表|Documentation

    使用Aspose.Cells for JavaScript通过C++代码删除Excel工作表中的数据透视表...Cells Example - Remove Pivot Table </ title > </ head > < body...body > < h1 > Remove Pivot Table Example </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  9. HtmlElementSizeOutputMode | Aspose.Words for Java

    Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in Java....DocumentBuilder(doc); // Insert a table with a negative indent, which...the left page boundary. Table table = builder.startTable(); builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter to generate a PDF from a Word document that contains a scatter chart. Specifically, when the document includes a word scatter chart type, the converter…...type does not support a data table.” This issue occurs during the...type does not support a data‑table element. Aspose.Words can create...

    forum.aspose.com/t/exception-when-converting-wo...