Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 20,479 for

table

(0.31 sec)
  1. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: true). We are using version 25.9 of Aspose.Cells When using an xlsb workbook format with a LET function and call…...one let function depend on a table that also uses let functions...situations we are returning the table in the sheet ‘Let Function’...

    forum.aspose.com/t/let-function-name-error/319910
  2. FieldToc.captionlessTableOfFiguresLabel propert...

    FieldToc.captionlessTableOfFiguresLabel property. Gets or sets the name of the sequence identifier used when building a Table of figures that does not include caption's label and number....identifier used when building a table of figures that does not include...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.PDF.Document.Save(Stream output) is thro...

    We are using one WPF C# project of .Net Framework version 4.6.1 in Visual studio 2017 to create one PDF using Aspose.PDF.dll of version 23.5.0.0 But whenever the Save(Stream output) method of Aspose.PDF.Document class i…...documents with multiple numbers of tables System.OutOfMemory exception...particularly if it contains multiple tables. Here are some steps to troubleshoot...

    forum.aspose.com/t/aspose-pdf-document-save-str...
  4. Miscellaneous Examples for xlsx4j|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....PDF in xlsx4j Create a Pivot Table in xlsx4j Printing Workbooks...

    docs.aspose.com/cells/java/miscellaneous-exampl...
  5. FieldDatabase.format_attributes property | Aspo...

    FieldDatabase.format_attributes property. Gets or sets which attributes of the format are to be applied to the Table....format are to be applied to the table. @property def format_attributes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Set Locale for Aspose.PDF|Aspose.PDF for...

    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....Java: Insert an Image into a Table Cell in PDF...

    docs.aspose.com/pdf/java/how-to-set-locale-for-...
  7. Aspose::Words::DocumentVisitor::VisitCellEnd me...

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

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose.Words Features Missing in VSTO|Aspose.Wo...

    Perform some operations with documents faster and more conveniently than VSTO. In addition, there are operations that are not supported by VSTO using C#.... The following table contains some of the popular...article Manipulate tables The Working with Tables section And others...

    docs.aspose.com/words/net/missing-features-in-v...
  9. 使用aspose word 将word转成html 源文件中的表格没有边框,转出来的表格内容中...

    边框问题.zip (238.1 KB) HtmlFixedSaveOptions options = new HtmlFixedSaveOptions(); options.setUseTargetMachineFonts(false); options.setUseHighQualityRendering(true); options.setEncoding(Charset.forName("UTF-8")); options.se…...,可以在保存前尝试手动清除表格边框 for (Table table : (Iterable<Table>) document.getFirstSection()...(Cell cell : (Iterable<Cell>) table.getChildren(Cell.class)) { cell...

    forum.aspose.com/t/aspose-word-word-html/323607
  10. Shading.clear_formatting method | Aspose.Words ...

    Shading.clear_formatting method. Removes shading from the object....Examples Shows how to build a table with custom borders. doc = aw...) builder . start_table () # Setting table formatting options...

    reference.aspose.com/words/python-net/aspose.wo...