Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 23,264 for

table

(0.09 sec)
  1. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_DoNotBreakConstrainedForcedTable method. Don't Break Table Rows Around Floating Tables in C++....method Don’t Break Table Rows Around Floating Tables . bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Row.isFirstRow property | Aspose.Words for Node.js

    Row.isFirstRow property. True if this is the first row in a Table; false otherwise....this is the first row in a table; false otherwise. get isFirstRow...See Also module Aspose.Words.Tables class Row Row.hidden property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Different Results for Table.y and Cell.offset_y...

    Hello Aspose Team, I am using Aspose.Slides for Python via .NET and noticed an inconsistency between Windows(local) and Unix(UAT) environments when working with Tables. Problem: The value of the following properties di…...Different Results for Table.y and Cell.offset_y for Unix and...Slides Product Family slides-table , slides-python abhinandan824...

    forum.aspose.com/t/different-results-for-table-...
  4. Create and Customize PowerPoint Tables in Java|...

    Create and format Tables in PowerPoint PPT and PPTX using Aspose.Slides for Java—insert rows and columns, merge cells, set borders, import data....Create and Customize PowerPoint Tables in Java Contents [ Hide ] Manage...Manage Presentation Tables in Java Manage Rows and Columns in...

    docs.aspose.com/slides/java/powerpoint-table/
  5. FontSubstitutionReason Enum | Aspose.Words for ...

    Aspose.Words.FontSubstitutionReason enum shows the reason for font substitution to keep documents displayed correctly....TableSubstitutionRul 3 Font substitution by table rule. FontInfoSubstitution 4...\'Arvo\' font instead. Reason: table substitution." )); Assert ....

    reference.aspose.com/words/net/aspose.words/fon...
  6. FieldToa.entryCategory property | Aspose.Words ...

    FieldToa.entryCategory property. Gets or sets the integral category for entries included in the Table....for entries included in the table. get entryCategory () : string...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldToc.insertHyperlinks property | Aspose.Wor...

    FieldToc.insertHyperlinks property. Gets or sets whether to make the Table of contents entries hyperlinks....or sets whether to make the table of contents entries hyperlinks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_UseWord2010TableStyleRules method. Specifies to use Word2010 Table style rules in C++....method Specifies to use Word2010 table style rules. bool Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell...// 将演示文稿保存到磁盘 pres . Save ( "table.pptx" , SaveFormat . Pptx );...

    docs.aspose.com/slides/zh/net/manage-table/
  10. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...