Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 21,961 for

table

(0.15 sec)
  1. Aspose::Words::Tables::CellCollection class | A...

    Aspose::Words::Tables::CellCollection class. Provides typed access to a collection of Cell nodes. To learn more, visit the documentation article in C++....Aspose::Words::Tables::CellCollection class Contents [ Hide ]...more, visit the Working with Tables documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. FontSubstitutionSettings class | Aspose.Words f...

    aspose.words.fonts.FontSubstitutionSettings class. Specifies font substitution mechanism settings...rule (disabled by default) Table substitution rule (enabled by...substitution rule. table_substitution Settings related to table substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompareOptions.ignore_headers_and_footers prope...

    CompareOptions.ignore_headers_and_footers property. True indicates that headers and footers content is ignored....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompareOptions.ignore_case_changes property | A...

    CompareOptions.ignore_case_changes property. True indicates that documents comparison is case insensitive....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompareOptions.ignore_comments property | Aspos...

    CompareOptions.ignore_comments property. Specifies whether to compare differences in comments....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompareOptions.target property | Aspose.Words f...

    CompareOptions.target property. Specifies which document shall be used as a target during comparison....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....need to rearrange your data table, you should do it before you...

    docs.aspose.com/cells/go-cpp/create-volume-open...
  8. Aspose.Cells 8.5.1中的公共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....Tables.TableDataSourceType枚举,用于检索...DataSourceType == Aspose . Cells . Tables . TableDataSourceType . QueryTable...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Round Points|Aspose.Words for JasperReports

    Aspose Words for JasperReports can try to round all the coordinates of objects in a report....that page contents (namely – table cells) in the exported documents...

    docs.aspose.com/words/jasperreports/round-points/
  10. MailMerge Issue - LF - Free Support Forum - asp...

    I found an issue where when there is a mergefield with a line feed in the IF statement, it does not collapse up during mailmerge when empty. <MERGEFIELD Data1> <IF <MERGEFIELD Data2> = "TEST" "" ""> <MERGEFIELD Data3> I…...DataTable table = new DataTable("TestData"); table.Columns.Add("ClientName"...Add("ClientName", typeof(string)); table.Columns.Add("ExtraData", typeof(string));...

    forum.aspose.com/t/mailmerge-issue-lf/318770