Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 22,332 for

table

(0.1 sec)
  1. ArgumentException Occurrs When Converting PPTX ...

    Hello, I am using Aspose.slides 25.5 to convert PPT to PDF. I am attempting to convert a PPT that contains a mathematical equation inserted in it to PDF but, the conversion fails with below exception: Blockquotecom.as…...(shape instanceof Table) { Table table = (Table) shape; for (IRow...(IRow row : table.getRows()) { for (ICell cell : row) { for (IParagraph...

    forum.aspose.com/t/argumentexception-occurrs-wh...
  2. Supported File Formats in Aspose.Tasks for .NET...

    Overview of input and output file formats supported in Aspose.Tasks for .NET including MPP, XML, Primavera, Excel, and graphical view exports such as PDF and PNG....and SVG Below is a detailed table of all supported file formats...(Tasks, Resources or Assignments table) as Microsoft Excel spreadsheet...

    docs.aspose.com/tasks/net/supported-file-formats/
  3. Images lost when saving as mhtml - Free Support...

    Hi Please try to convert my attached doc to eml, mht and pdf, xps Pdf and xps are fine. When converting to eml, mht images are lost, ie MS header logo at top. Also the page numbers of contents are not inserted. Dim …...header logo disappears and the table‑of‑contents entries are written...written without page numbers. Table‑of‑contents page numbers Aspose...

    forum.aspose.com/t/images-lost-when-saving-as-m...
  4. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...TABLE): f = style.font f.name = font_name...to 12pt highlight the footer table(top border) with blue color...

    forum.aspose.com/t/change-styles-for-complete-d...
  5. Working with OneNote Document | Aspose.Note Doc...

    This guide explains how to work with OneNote documents using Java. It covers parsing and extracting various document elements....rich text, outline, title, table, attached files, and others...Every RichText of text, title, table, and even the OneNote itself...

    docs.aspose.com/note/java/working-with-onenote-...
  6. Accessibility and Tagged PDFs|Aspose.PDF for .NET

    Discover how to generate accessible Tagged PDFs with Aspose.PDF for .NET. Comply with accessibility standards for inclusive document design....and navigate a document, with Tables of Contents, hyperlinks, bookmarks...Elements Properties Working with Table in Tagged PDFs PDF-UA Compliance...

    docs.aspose.com/pdf/net/accessibility-tagged-pdf/
  7. Aspose::Words::DocumentVisitor::VisitCellStart ...

    Aspose::Words::DocumentVisitor::VisitCellStart method. Called when enumeration of a Table cell has started in C++....Called when enumeration of a table cell has started. virtual Aspose...SharedPtr < Aspose :: Words :: Tables :: Cell > cell ) Parameter...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::DocumentVisitor::VisitRowEnd met...

    Aspose::Words::DocumentVisitor::VisitRowEnd method. Called when enumeration of a Table row has ended in C++....Called when enumeration of a table row has ended. virtual Aspose...SharedPtr < Aspose :: Words :: Tables :: Row > row ) Parameter Type...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Row constructor | Aspose.Words for Node.js

    Row constructor. Initializes a new instance of the [Row](../) class....insertBefore() on the table where you want the row inserted...See Also module Aspose.Words.Tables class Row Row.cells property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

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