Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 10,086 for

table

(0.16 sec)
  1. PreferredWidth.Value | Aspose.Words for .NET

    Discover the PreferredWidth Value property to easily access and customize your preferred width. Enhance your design with precise measurements today!...preferred width type and value of a table cell. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  2. MarkdownSaveOptions.exportAsHtml property | Asp...

    MarkdownSaveOptions.exportAsHtml property. Allows to specify the elements to be exported to Markdown as raw HTML...Examples Shows how to export a table to Markdown as raw HTML. let...writeln ( "Sample table:" ); // Create table. builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PreferredWidth.equals method | Aspose.Words for...

    PreferredWidth.equals method. Determines whether the specified [PreferredWidth](../) is equal in value to the current [PreferredWidth](../).... Tables . PreferredWidth ) Parameter...to set a preferred width for table cells. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Updating Slicer|Documentation

    This article shows how to update linked pivot Tables by updating slicer by the Aspose.Cells for .NET API....then update the slicer table or pivot table accordingly. Please...to update the slicer table or pivot table. How to Update Slicer...

    docs.aspose.com/cells/net/updating-slicer/
  5. DataColumn | Aspose.Words for Java

    Represents the schema of a column in a DataTable in Java....DataTable table) Initializes a new instance...the specified column name and table it belongs to. DataColumn(String...

    reference.aspose.com/words/java/com.aspose.word...
  6. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#....doc = new Document ( MyDir + "Tables.docx" ); // This expression...which are descendants of any table node in the document. NodeList...

    reference.aspose.com/words/net/aspose.words/nod...
  7. SdtType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtType enum, defining structured document tag types for enhanced document management and streamlined workflows....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Group , MarkupLevel . Row ); table . AppendChild ( groupSdt );...

    reference.aspose.com/words/net/aspose.words.mar...
  8. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java.... CELL A cell of a table row. COMMENT A comment in a...paragraph of text. ROW A row of a table. RUN A run of text. SECTION...

    reference.aspose.com/words/java/com.aspose.word...
  9. BorderCollection.top property | Aspose.Words fo...

    BorderCollection.top property. Gets the top border....shading color while building a table. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) # Start a table and set a default color/thickness...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run 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...