Sort Score
Result 10 results
Languages All
Labels All
Results 4,391 - 4,400 of 43,393 for

table

(0.08 sec)
  1. Aspose.Cells for Java 7.2.1 Release Notes|Docum...

    Aspose.Cells for Java 7.2.1 Release Notes – the latest enhancements, new features, and fixes.... New Features Format Pivot Table with custom styles fordifferent...fordifferent categories (Modify Pivot Table’s Quick Style) Enhancements...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  2. section - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....SvgSaveOptions SystemFontSource Table TableCollection TableStyle ...to combine the rows from two tables into one. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  3. Paragraph inserted twice in a cell - Free Suppo...

    FYI image001.png (682 Bytes)...inserts a paragraph into a table cell for .NET PDF generation...code snippet that inserts the table, cell and paragraph is as follows:...

    forum.aspose.com/t/paragraph-inserted-twice-in-...
  4. AttributeKey - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....ColSpan ColSpan attribute (Table attribute owner). static AttributeKey...Headers Headers attribute (Table attribute owner). static AttributeKey...

    reference.aspose.com/pdf/java/com.aspose.pdf.ta...
  5. itableelement - Aspose.PDF for Java - API Refer...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....SystemFontSource TabAlignmentType Table TableAbsorber TabLeaderType...elements absorbed from existing table T : Instance of type implementing...

    reference.aspose.com/pdf/java/com.aspose.pdf.cl...
  6. Issue with Arabic Text Display in PDF Conversio...

    We are using Aspose.PDF version 24.1.0 to convert an HTML file to PDF. While the general conversion works, we are facing a critical issue with the display of Arabic text. Specifically, there are large spaces between Arab…...footer table { border-top: 2px solid #dfdec3;...none; text-align: center; } table { width: 100%; border-collapse:...

    forum.aspose.com/t/issue-with-arabic-text-displ...
  7. Document.UpdateFields | Aspose.Words for .NET

    Document UpdateFields method. Updates the values of fields in the whole document in C#....docx" ); Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc ); // Insert a table of contents for the first page...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Create AcroForms - Create Fillable PDF in PHP|A...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for PHP via Java....options and place them inside Table cells. $colors = new Color ();...getPages () -> add (); $table = new Table (); $table -> setColumnWidths...

    docs.aspose.com/pdf/php-java/create-forms/
  9. TextOrientation | Aspose.Words for Java

    Specifies orientation of text on a page in a Table cell or a text frame in Java....orientation of text on a page, in a table cell or a text frame. Examples:...how to build a formatted 2x2 table. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Doing a TextFragment Rotation in a Cell cant ge...

    Hello, I can’t seem to figure out text rotation and the alignment of the content within a cell. I have tried all permutation of Vertical and Horizontal alignment and I cant get the text centered when rotated 90. Testin…...TextFragment($"Rotation:{r}")); var table = new Table(); table.ColumnWidths = COL(Enum...alAlignment))) { var row = table.Rows.Add(); row.MinRowHeight...

    forum.aspose.com/t/doing-a-textfragment-rotatio...