Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 20,357 for

table

(0.08 sec)
  1. Convert BMP to OFT in Python | products.aspose.com

    Save BMP to OFT within Python applications without using Microsoft Word or Outlook...OST (Outlook Offline Storage Table) Convert BMP to PST (Outlook...(Outlook Personal Storage Table) Convert BMP to VCF (vCard File)...

    products.aspose.com/total/python-net/conversion...
  2. FieldToc.bookmark_name property | Aspose.Words ...

    FieldToc.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the Table....document used to build the table. @property def bookmark_name...compile all headings into a table of contents. # For each heading...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Edit HTML with Python

    Let us edit HTML with Python. Aspose.HTML for Python via .NET is an enterprise-level SDK for the creation and modification of HTML pages programmatically....Svenska Edit HTML with Python Table of Contents Aspose.HTML for...attributes. Create a simple HTML table and add rows and cells. Invoke...

    blog.aspose.com/html/edit-html-with-python/
  4. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....A mail merge that uses this table would normally create a 3-page...DataTable table = new DataTable("Employees"); table.getColumns()...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldToc.CustomStyles | Aspose.Words for .NET

    Customize your Table of contents with FieldToc's CustomStyles property. Easily add unique styles beyond built-in headings for enhanced presentation....heading styles to include in the table of contents. public string CustomStyles...compile all headings into a table of contents. // For each heading...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldToc.PreserveTabs | Aspose.Words for .NET

    Discover how the FieldToc PreserveTabs property enhances your data management by preserving tab entries in Table entries for better organization....preserve tab entries within table entries. public bool PreserveTabs...compile all headings into a table of contents. // For each heading...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldToc.InsertHyperlinks | Aspose.Words for .NET

    Control hyperlinking in your Table of contents with FieldToc InsertHyperlinks. Enhance navigation and improve user experience effortlessly!...or sets whether to make the table of contents entries hyperlinks...compile all headings into a table of contents. // For each heading...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FontSubstitutionSettings Class | Aspose.Words f...

    Discover Aspose.Words.Fonts.FontSubstitutionSettings for efficient font management. Optimize document rendering with customizable font substitution options....get; } Settings related to table substitution rule. Remarks Font...rule (disabled by default) 3. Table substitution rule (enabled by...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for PHP via Java to optimize text positioning in PowerPoint presentations....Paragraph and Portion Inside a Table Cell TextFrame To get the Portion...Paragraph size and coordinates in a table cell text frame, you can use...

    docs.aspose.com/slides/php-java/paragraph/
  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...