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

table

(0.05 sec)
  1. Chart.data_table property | Aspose.Words for Py...

    Chart.data_Table property. Provides access to properties of a data Table of this chart...data_table property Chart.data_table property Provides access...properties of a data table of this chart. The data table can be shown...

    reference.aspose.com/words/python-net/aspose.wo...
  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. 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...
  5. 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...
  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. Appendix C. Typical Templates in Java|Aspose.Wo...

    Learn the typical templates of LINQ Reporting Engine to build a report in Java....Tony Anderson July James In-Table List Template Template Example...James 800000 Total: 4300000 In-Table List Template (Horizontal) Template...

    docs.aspose.com/words/java/appendix-c-typical-t...