Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 16,022 for

table

(0.13 sec)
  1. 管理表格|Aspose.Slides for PHP 文档

    在PowerPoint演示文稿中创建和管理表格...Slides提供了 Table 类, ITable 接口, Cell 类, ICell...保存演示文稿到磁盘 $pres -> save ( "table.pptx" , SaveFormat :: Pptx );...

    docs.aspose.com/slides/zh/php-java/manage-table/
  2. Aspose::Words::Shading::ClearFormatting method ...

    Aspose::Words::Shading::ClearFormatting method. Removes shading from the object in C++....Examples Shows how to build a table with custom borders. auto doc...-> StartTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/cpp/aspose.words/sha...
  3. CellFormat.HideMark | Aspose.Words for .NET

    Control cell visibility with the CellFormat HideMark property. Easily manage cell marks for enhanced spreadsheet clarity and organization....; } Remarks Specifies that table cell content is rendered with...CellFormat namespace Aspose.Words.Tables assembly Aspose.Words CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchNode method. Gets the node that contains the beginning of the match in C++....get_NodeType () == NodeType :: Table ) { SharedPtr < CompositeNode...must be either a paragraph or table." ); } } See Also Class Node...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document 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...
  6. DocumentBuilderOptions class | Aspose.Words for...

    Aspose.Words.DocumentBuilderOptions class. Allows to specify additional options for the document building process....if the formatting applied to table content does not affect the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::Charts::ChartDataTable:...

    Aspose::Words::Drawing::Charts::ChartDataTable::set_HasLegendKeys method. Sets a flag indicating whether legend keys are displayed in the data Table. The default value is true in C++....keys are displayed in the data table. The default value is true ...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell...// 将演示文稿保存到磁盘 pres . save ( "table.pptx" , SaveFormat . Pptx );...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  9. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell...// 将演示文稿保存到磁盘 pres . save ( "table.pptx" , SaveFormat . Pptx );...

    docs.aspose.com/slides/zh/java/manage-table/
  10. Aspose.Words Document Object Model (DOM) in C#|...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C#....Every run of a text, paragraph, table, or a section is a node, and...Document , Section , Paragraph , Table , Shape , Run , and all other...

    docs.aspose.com/words/net/aspose-words-document...