Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 20,889 for

table

(0.07 sec)
  1. 在 PDF 中创建或添加表格|Aspose.PDF for PHP via Java

    学习如何在 PDF 文档中创建或添加表格,应用单元格样式,跨页分割表格,以及自定义行和列等。...$inputFile ); // 初始化 Table 的新实例 $table = new Table (); $colors = new...$colors -> getLightGray ()); $table -> setBorder ( $borderInfo );...

    docs.aspose.com/pdf/zh/php-java/add-table-in-ex...
  2. FieldTA.is_italic property | Aspose.Words for P...

    FieldTA.is_italic property. Gets or sets whether to apply italic formatting to the page number for the entry....how to build and customize a table of authorities using TOA and...the entry category for our table. This TOA will now only include...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldToa.sequence_separator property | Aspose.W...

    FieldToa.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers....how to build and customize a table of authorities using TOA and...the entry category for our table. This TOA will now only include...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a Table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...Cannot append text to tables in a Building Block Aspose.Words...inserting text to the cells of a table that is part of a BuildingBlock...

    forum.aspose.com/t/cannot-append-text-to-tables...
  5. Aspose::Words::HeightRule enum | Aspose.Words f...

    Aspose::Words::HeightRule enum. Specifies the rule for determining the height of an object in C++....Aspose :: Words :: Tables :: Table > table = builder -> StartTable...SharedPtr < Aspose :: Words :: Tables :: RowFormat > rowFormat =...

    reference.aspose.com/words/cpp/aspose.words/hei...
  6. DocumentVisitor.VisitSpecialChar | Aspose.Words...

    Discover how the DocumentVisitor VisitSpecialChar method enhances your document processing by efficiently handling SpecialChar nodes for better performance....hiddenContentRemover ); // 2 - Table node: Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; table . Accept ( hiddenContentRemover...

    reference.aspose.com/words/net/aspose.words/doc...
  7. 使用 C++ 管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 中管理表格的行和列,加快演示文稿编辑和数据更新。...Slides 提供了 Table 类、 ITable 接口以及许多其他类型。 将第一行设为标题...MakeObject < Presentation > ( u "table.pptx" ); // 访问第一张幻灯片 auto sld...

    docs.aspose.com/slides/zh/cpp/manage-rows-and-c...
  8. Pivot Filter with C++|Documentation

    Learn how to add a filter in a pivot Table with Aspose.Cells using C++....Scenarios When you create a pivot table with known data and want to...to filter the pivot table, you need to learn and use a filter....

    docs.aspose.com/cells/cpp/add-or-clear-pivot-fi...
  9. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder constructor...Examples Shows how to ignore table formatting for content after...() builder_options . context_table_formatting = True builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes 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...