Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 20,342 for

table

(0.1 sec)
  1. 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...
  2. 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...
  3. How to define the cell splitting behavior - Fre...

    Good morning, I’m trying to define the cell splitting behavior in such a way that, when a row contains one or more cells that are too tall to fit entirely on the current page, the row doesn’t get moved entirely to the n…...Add(); Table table = new Table { ColumnWidths = "100...RepeatingRowsCount = 1, }; Row headerRow = table.Rows.Add(); headerRow.Cells...

    forum.aspose.com/t/how-to-define-the-cell-split...
  4. 使用 Java 管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 中管理表格的行和列,加快演示文稿编辑和数据更新。...Slides 提供了 Table 类、 ITable 接口以及许多其他类型。 设置第一行作为标题...pres = new Presentation ( "table.pptx" ); try { // 访问第一张幻灯片 ISlide...

    docs.aspose.com/slides/zh/java/manage-rows-and-...
  5. 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...
  6. FieldTA Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTA class for seamless TA field implementation, enhancing your document automation and formatting capabilities....text and page number for a table of authorities entry, which...how to build and customize a table of authorities using TOA and...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting....paragraph from a table cell with a nested table. Document doc =...); // Create table with paragraph and inner table in first cell...

    reference.aspose.com/words/net/aspose.words.rep...
  8. 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...
  9. Cell.LastParagraph | Aspose.Words for .NET

    Discover the Cell LastParagraph property. Easily access the final paragraph from immediate child elements for efficient content management....settings to vertical borders to a table row’s format. Document doc =...Create a table with red and blue inner borders. Table table = builder...

    reference.aspose.com/words/net/aspose.words.tab...
  10. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Excel file containing pivot table Workbook wb ( inputFilePath...0 ); // Access first pivot table inside the worksheet PivotTable...

    docs.aspose.com/cells/zh/cpp/create-slicer/