Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 20,355 for

table

(0.4 sec)
  1. DocumentVisitor Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentVisitor class, your foundation for creating custom document visitors to enhance document processing and manipulation....Called when enumeration of a table cell has ended. virtual VisitCellStart...Called when enumeration of a table cell has started. virtual VisitCommentEnd...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Custom Properties Supported|Aspose.PDF for Repo...

    Check the supported custom properties in Aspose.PDF for Reporting Services. Maximize flexibility in your PDF outputs....following topics: Table of Contents List of Tables or Figures Line...

    docs.aspose.com/pdf/reportingservices/custom-pr...
  3. 使用 C++ 禁用数据透视表功能区|Documentation

    学习如何使用 Aspose.Cells for C++ 禁用 Excel 文件中的数据透视表工具栏。...inputFilePath = srcDir + u "pivot_table_test.xlsx" ; // Path of output...inputFilePath ); // Access the pivot table in the first sheet PivotTable...

    docs.aspose.com/cells/zh/cpp/disable-pivot-tabl...
  4. Outputting Sequential Data in Java|Aspose.Words...

    Output a sequence of elements with the same type when building a report in Java.... The following table describes elements of this statement...Working with Table-Row Data Bands Working with Table-Column Data...

    docs.aspose.com/words/java/outputting-sequentia...
  5. ComparisonTargetType Enum | Aspose.Words for .NET

    Discover the Aspose.Words ComparisonTargetType enum for precise document comparisons. Easily set your base document for accurate results. Start optimizing now!..." ); // Table: builder . StartTable (); builder..." ; (( Table ) docEdited . GetChild ( NodeType . Table , 0 , true...

    reference.aspose.com/words/net/aspose.words.com...
  6. Aspose::Words::Fields::FieldXE::get_Yomi method...

    Aspose::Words::Fields::FieldXE::get_Yomi method. Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry in C++....FieldIndex , true )); // The INDEX table automatically sorts its entries...alphabetic order. // Set the INDEX table to sort entries phonetically...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. WebExtensionBindingType | Aspose.Words for Java

    Enumerates available types of binding between a web extension and the data in the document in Java.... TABLE Tabular data with a header row...without a header row. TABLE public static int TABLE Tabular data with...

    reference.aspose.com/words/java/com.aspose.word...
  8. Row.Cells | Aspose.Words for .NET

    Access Row Cells effortlessly with typed controls for seamless management of child nodes, enhancing your data manipulation experience....how to iterate through all tables in the document and print the...( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Tables and images getting truncated during tran...

    We are using ASPOSE.Words to convert .doc to .docx. (.NET) During transformation, the Tables and images are getting truncated . What settings to use? Please help....Tables and images getting truncated during transformation #ASPOSE...During transformation, the tables and images are getting truncated...

    forum.aspose.com/t/tables-and-images-getting-tr...
  10. WPS文件转换后文件中表格高度变窄,从而导致部分信息看不到。 - Free Support F...

    WPS文件转换后文件中表格高度变窄,从而导致部分信息看不到。 目前使用的是java 语言,aspose.word 23.8 ,麻烦帮看下是否可以优化处理。谢谢。 2025年奇瑞集团KD车身包装生产线及登车桥年度框架协议.docx (51.1 KB) 错误的现象如截图所示: image.jpg (247.7 KB) 实际应该是以下的截图: image.jpg (267.0 KB)...docx"); for (Table table : (Iterable<Table>) doc.getChildNodes(NodeType...getChildNodes(NodeType.TABLE, true)) { for (Row row : table.getRows()) {...

    forum.aspose.com/t/wps/321254