Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 22,244 for

table

(0.09 sec)
  1. Convert OST to PNG in Python | products.aspose.com

    Save OST to PNG in your Python applications without using Microsoft Outlook or Word... The OST (Offline Storage Table) file format is used by Microsoft...of the PST (Personal Storage Table) file format, which is used...

    products.aspose.com/total/python-net/conversion...
  2. Specifying the Absolute Position of the Pivot I...

    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....sample code creates a Pivot Table and then specifies the Pivot...Pivot Table Option - For Empty Cells Show Delete Pivot Table from...

    docs.aspose.com/cells/javascript-cpp/specifying...
  3. Convert HTML to Excel in C#

    This topic focuses on how to convert HTML to Excel in C#. It includes the details to prepare the IDE and a runnable code example to export HTML to XLS using C#.... If you want to create a table of contents in a PDF, read the...the article on Create table of contents in PDF using C# . Updated...

    kb.aspose.com/pdf/net/convert-html-to-excel-in-...
  4. How to Change HTML Background Color Using Python

    Learn how to set the background color of HTML documents using Aspose.HTML for Python via .NET. Consider various ways in ready-to-use Python examples....apply a background color to table cells. Changing the background...<p> , <h1> … <h6> , <div> , <table> , etc. Change Background Color...

    docs.aspose.com/html/python-net/how-to-change-b...
  5. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...converting a PDF that contains table‑like borders to PPTX using Aspose...Rectangles / lines that form table borders Converted to PowerPoint...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  6. Aspose.Slides for Python: slides.Presentation T...

    hi. import aspose.slides as slides file_path = "test37.pptx" slides.Presentation(file_path) the error message is An error occurred while creating the presentation: Proxy error(PptxReadException): Font ‘?’ cannot be …...deleting table object which is not power point table solves this...an image and table inside picture object (the table uses fonts...

    forum.aspose.com/t/aspose-slides-for-python-sli...
  7. Aspose.Cells 8.8.0中的公共API更改|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.... C# string html = @" <table data-cache=""not-cached"" class=""sortable"">...class=""odd"">10.8%</td> </tr> </tbody> </table> " ; byte [] byteArray = Encoding...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. HTML 模板 – 用 Java 将模板转换为 HTML

    学习使用数据绑定表达式创建动态 HTML 模板。使用 Aspose.HTML for Java 从 XML/JSON 数据填充模板。... Copy 1 < table border = 1 > 2 < tr > 3 < th...City}}</ td > 9 </ tr > 10 </ table > {{#foreach &mldr;}} - foreach指令表达式...

    docs.aspose.com/html/zh/java/html-template/
  9. IReplacingCallback Interface | Aspose.Words for...

    Enhance your document processing with Aspose.Words' IReplacingCallback interface. Create custom find and replace methods for tailored results....document after a paragraph or table. /// </summary> private static...insertionDestination . NodeType == NodeType . Table ) { CompositeNode dstStory =...

    reference.aspose.com/words/net/aspose.words.rep...
  10. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter is...getTables() Gets a collection of tables that are immediate children...

    reference.aspose.com/words/java/com.aspose.word...