Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 5,888 for

table

(0.06 sec)
  1. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it 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...
  2. Paragraph | Aspose.Words for Java

    Represents a paragraph of text 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...
  3. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_DoNotSnapToGridInCell method. Do Not Snap to Document Grid in Table Cells with Objects in C++....Not Snap to Document Grid in Table Cells with Objects. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_AdjustLineHeightInTable method. Add Document Grid Line Pitch To Lines in Table Cells in C++....Grid Line Pitch To Lines in Table Cells. void Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....doc = new Document ( MyDir + "Tables.docx" ); Assert . AreEqual...GetChildNodes ( NodeType . Table , true ). Count ); Node curNode...

    reference.aspose.com/words/net/aspose.words/node/
  6. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....using C# Design Tables in Word using C# Autofit Table in Word using...Word File using C# Insert a Table of Contents in Word using C#...

    kb.aspose.com/words/net/
  7. CellFormat.FitText | Aspose.Words for .NET

    Discover the CellFormat FitText property, easily compress text to fit your cell's width, enhancing readability and presentation in your spreadsheets....Examples Shows how to build a table with custom borders. Document... StartTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/net/aspose.words.tab...
  8. CellCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your CellCollection to a new array with the ToArray method, streamlining data management and enhancing performance....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. DocumentVisitor.visit_cell_start method | Aspos...

    DocumentVisitor.visit_cell_start method. Called when enumeration of a Table cell has started....Called when enumeration of a table cell has started. def visit_cell_start...self , cell : aspose . words . tables . Cell ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Paragraph::get_IsEndOfSection me...

    Aspose::Words::Paragraph::get_IsEndOfSection method. True if this paragraph is the last paragraph in the Body (main text story) of a Section; false otherwise in C++....get_NodeType () == NodeType :: Table ) { SharedPtr < CompositeNode...should be either a paragraph or table." ); } } See Also Class Paragraph...

    reference.aspose.com/words/cpp/aspose.words/par...