Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 21,996 for

table

(0.11 sec)
  1. Product Overview|Aspose.Slides for PHP Document...

    Aspose.Slides for PHP via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....as managing texts, shapes, tables & animations, adding audio...Slides for PHP via Java, besides tables and different kinds of shapes...

    docs.aspose.com/slides/php-java/product-overview/
  2. Convert Bullet Points to Paragraph in Word File...

    Convert Bullet Points to Paragraph in Word File using Java. This topic entails a list of steps and a working code to remove bullet points from Word document using Java.... To add a Table of Contents inside a Word file...article on how to insert a table of contents in Word file using...

    kb.aspose.com/words/java/convert-bullet-points-...
  3. Using Extension Methods of Iteration Variables ...

    Use extension methods for iteration variables of any type when building a report in C#....and number them in a document table using the following template...NumberOf()]>> can be placed in a table column to produce numbered rows...

    docs.aspose.com/words/net/using-extension-metho...
  4. Ինչպես տեղադրել աղյուսակը PDF-ում՝ օգտագործելով C#

    Այս հոդվածում ներկայացված են տեղեկություններ այն մասին, թե ինչպես կարելի է աղյուսակ տեղադրել PDF-ում՝ օգտագործելով C#: Այն պարունակում է տեղեկատվություն շրջակա միջավայրի կազմաձևման, ծրագրի մանրամասն հոսքի և գործարկվող կոդ՝ PDF-ում աղյուսակ ավելացնելու համար՝ օգտագործելով C#:...Document դասի օբյեկտը Ստեղծեք նոր table և սահմանեք լռելյայն բջջային...աղյուսակը լրացնելու համար: Table դասը ունի DefaultCellBorder...

    kb.aspose.com/hy/pdf/net/how-to-insert-table-in...
  5. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...sampleHtml ( u "<html><body><table><tr><td>This is sample text...</td><td>Some text.</td></tr></table></body></html>" ); // Convert...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  6. FieldIndex.NumberOfColumns | Aspose.Words for .NET

    Discover the FieldIndex NumberOfColumns property to easily customize your index layout with optimal column settings for enhanced readability and performance....Heading = "A" ; // Set the table created by the INDEX field to...heading in the INDEX fields table of contents. builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....StringValueWithoutFo ); //Export Data Table Options with FormatStrategy... CellStyle ; //Export Data Table DataTable dt = worksheet . Cells...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Glyphs and Metrics of TrueType Fonts | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to work with glyphs and metrics of TTF fonts within .NET....//Get cmap unicode encoding table from font as object TtfCMapFormatBaseTab...font has object TtfGlyfTable (table 'glyf') to access glyph. 19...

    docs.aspose.com/font/net/glyphs-and-metrics-tru...
  9. Public API Changes in Aspose.Note 1.2.0 | Aspos...

    This document outlines the changes and improvements made to the public APIs in the 1.2.0 version of Aspose.Note....elements such as NoteTag, TagIcon, Table, AttachedFile.DocumentVisitor...Details from a OneNote Document Tables are Supported The Aspose.Note...

    docs.aspose.com/note/net/public-api-changes-in-...
  10. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…...DataTable var table = new DataTable("MyTable"); table.Columns.Add("ColInt"...typeof(int)); table.Columns.Add("ColString", typeof(string)); table.Columns...

    forum.aspose.com/t/using-cells-importdata-to-im...