Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 16,117 for

table

(0.05 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 将表格添加到 PDFhttps://products.aspose.com/pdf/zh-hans/cpp/Table/add/Recent content in 使用 C++ 将表格添加到 PDF on Aspsoe.PDF ProductsHugo -- gohugo......com/pdf/zh-hans/cpp/table/add/Recent content in 使用 C++...aspose.com/pdf/zh-hans/cpp/table/add/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/cpp/table/add/i...
  2. Add Pivot Connection|Documentation

    Learn how to add pivot connection with Aspose.Cells for Python via .NET....associate slicer and pivot table in Excel, you need to right-click...associate slicer and pivot table using Aspose.Cells for Python...

    docs.aspose.com/cells/python-net/add-pivot-conn...
  3. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldMergeField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeField class for seamless document automation. Enhance your workflows with powerful MERGEFIELD functionality....DocumentBuilder ( doc ); // Create a data table to be used as a mail merge data...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...NodeCollection<Table> tables = doc.getChildNodes(NodeType.TABLE, true);...true); for (Table table : tables) { if (table.getPreferredWidth()...

    forum.aspose.com/t/cutting-off-right-side-after...
  6. IMailMergeDataSource.GetChildDataSource | Aspos...

    Discover how the IMailMergeDataSource GetChildDataSource method enhances Aspose.Words mail merge by managing nested regions seamlessly....data records of the specified table. Remarks When the Aspose.Words...GetChildDataSource must follow. If the table that is represented by this...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Aspose::Words::Fonts::TableSubstitutionRule::Se...

    Aspose::Words::Fonts::TableSubstitutionRule::SetSubstitutes method. Override substitute font names for given original font name in C++....configure a font substitution table which determines // which fonts...with custom font substitution tables. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add pivot connection using Aspose.Cells for Node.js via C++....associate a slicer and pivot table in Excel, you need to right-click...associate a slicer and pivot table using Aspose.Cells API programmatically...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  9. 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...
  10. Performance/Memory optimization for writing lar...

    I am trying to add a Table with 7 columns and 100k rows in a PDF, it is taking about 2.7/3 mins. Is there any to optimize the time required for this. Also is there any way to write/flush the few rows of a Table to docum…...optimization for writing large tables in PDF Aspose.PDF Product Family...9:02am 1 I am trying to add a table with 7 columns and 100k rows...

    forum.aspose.com/t/performance-memory-optimizat...