Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 16,418 for

table

(0.04 sec)
  1. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_ExportAsHtml method. Allows to specify the elements to be exported to Markdown as raw HTML. Default value is None in C++....Examples Shows how to export a table to Markdown as raw HTML. auto...Writeln ( u "Sample table:" ); // Create table. builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. TextureIndex | Aspose.Words for Java

    Specifies shading texture in Java....apply an outline border to a table. Document doc = new Document(getMyDir()...Document(getMyDir() + "Tables.docx"); Table table = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. 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...
  5. Add Sub Report Item|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....inserted into a report table Creating Table Item...

    docs.aspose.com/cells/reportingservices/add-sub...
  6. Mail Merge in MS Word using C#

    Follow this article to perform mail merge in MS Word using C#. It has all the details to set the IDE, a list of steps, and a complete sample code for demonstrating mail merge for Word using C#....document using the above data table Save the output Word file with...page for each entry in the table These steps have explained the...

    kb.aspose.com/words/net/mail-merge-in-ms-word-u...
  7. 创建复杂的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/
  8. Working with Watermark in C#|Aspose.Words for .NET

    Document watermark manipulation using C#....document: Add a Watermark into a Table Cell Sometimes you need to insert...into a table’s cell and display it outside the table, you can...

    docs.aspose.com/words/net/working-with-watermark/
  9. 使用 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...
  10. 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...