Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 43,342 for

table

(0.13 sec)
  1. Aspose::Words::Story::get_Tables method | Aspos...

    Aspose::Words::Story::get_Tables method. Gets a collection of Tables that are immediate children of the story in C++....Aspose::Words::Story::get_Tables method Story::get_Tables method Gets a collection...collection of tables that are immediate children of the story...

    reference.aspose.com/words/cpp/aspose.words/sto...
  2. CellFormat.Borders | Aspose.Words for .NET

    CellFormat Borders property. Gets collection of borders of the cell in C#....to combine the rows from two tables into one. Document doc = new...new Document ( MyDir + "Tables.docx" ); // Below are two ways...

    reference.aspose.com/words/net/aspose.words.tab...
  3. VisitTableEnd | Aspose.Note for .NET API Reference

    End to visit the Tableaspose.note/Table node....the Table node. public virtual void VisitTableEnd ( Table table...Description table Table The Table node. See Also class Table class...

    reference.aspose.com/note/net/aspose.note/docum...
  4. Cell.ParentRow | Aspose.Words for .NET

    Cell ParentRow property. Returns the parent row of the cell in C#....Examples Shows how to set a table to stay together on the same...MyDir + "Table spanning two pages.docx" ); Table table = doc ....

    reference.aspose.com/words/net/aspose.words.tab...
  5. HtmlElementSizeOutputMode Enum | Aspose.Words f...

    Aspose.Words.Saving.HtmlElementSizeOutputMode enum. Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in C#....DocumentBuilder ( doc ); // Insert a table with a negative indent, which...the left page boundary. Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Saving::HtmlElementSizeOutputMod...

    Aspose::Words::Saving::HtmlElementSizeOutputMode enum. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB in C++....DocumentBuilder > ( doc ); // Insert a table with a negative indent, which...page boundary. SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Work with Tables in C#|Aspose.Words for .NET

    How to work with Tables in C#. Introducing to work with Tables and Table node concepts in Aspose.Words for .NET....繁體中文 Working with Tables Contents [ Hide ] A table in a document...structure similar data. That is why tables are a common content formatting...

    docs.aspose.com/words/net/working-with-tables/
  8. TextWrapping Enum | Aspose.Words for .NET

    Aspose.Words.Tables.TextWrapping enum. Specifies how text is wrapped around the Table in C#....text is wrapped around the table. public enum TextWrapping Values...Description None 0 Text and table is displayed in the order of...

    reference.aspose.com/words/net/aspose.words.tab...
  9. TableStyle.Shading | Aspose.Words for .NET

    TableStyle Shading property. Gets a Shading object that refers to the shading formatting for Table cells in C#....the shading formatting for table cells. public Shading Shading...custom style settings for the table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/tab...
  10. Row.previous_row property | Aspose.Words for Py...

    Row.previous_row property. Gets the previous [Row](../) node.... tables . Row : ... Remarks The method...need to have typed access to table rows. If a StructuredDocumentTa...

    reference.aspose.com/words/python-net/aspose.wo...