Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 5,810 for

table

(0.05 sec)
  1. FontSubstitutionSettings.TableSubstitution | As...

    Explore FontSubstitutionSettings for optimal Table substitution rules. Enhance your design with effective settings for seamless font management....property Settings related to table substitution rule. public TableSubstitutionRul...with custom font substitution tables. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.fon...
  2. TableSubstitutionRule.Load | Aspose.Words for .NET

    Effortlessly load Table substitution settings from XML files with the TableSubstitutionRule Load method. Optimize your data management today!...Hide ] Load( string ) Loads table substitution settings from XML...with custom font substitution tables. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.fon...
  3. 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...
  4. DataView | Aspose.Words for Java

    Represents a databindable customized view of a DataTable for sorting filtering searching editing and navigation in Java....DataTable table) Initializes a new instance...row of data from a specified table. getCount() Gets the number...

    reference.aspose.com/words/java/com.aspose.word...
  5. ConditionalStyleCollection Class | Aspose.Words...

    Explore Aspose.Words.ConditionalStyleCollection class to manage ConditionalStyle objects effectively, enhancing document formatting and customization....more, visit the Working with Tables documentation article. public...all conditional styles of the table style. GetEnumerator () Returns...

    reference.aspose.com/words/net/aspose.words/con...
  6. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your document's clarity!...= new Document (); Table table = new Table ( doc ); doc . FirstSection...AppendChild ( table ); Row row = new Row ( doc ); table . AppendChild...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Aspose::Words::Node::Accept method | Aspose.Wor...

    Aspose::Words::Node::Accept method. Accepts a visitor in C++.... ); // 2 - Table node: SharedPtr < Table > table = doc -> get_FirstSection...get_Body () -> get_Tables () -> idx_get ( 0 ); table -> Accept ( hiddenContentRemover...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Aspose::Words::Bookmark::get_FirstColumn method...

    Aspose::Words::Bookmark::get_FirstColumn method. Gets the zero-based index of the first column of the Table column range associated with the bookmark in C++....of the first column of the table column range associated with...how to get information about table column bookmarks. auto doc =...

    reference.aspose.com/words/cpp/aspose.words/boo...
  9. MarkdownSaveOptions.ExportAsHtml | Aspose.Words...

    Discover how the MarkdownSaveOptions ExportAsHtml property lets you customize HTML elements for seamless Markdown export. Maximize your content's versatility!...Examples Shows how to export a table to Markdown as raw HTML. Document...Writeln ( "Sample table:" ); // Create table. builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.sav...
  10. ParagraphFormat.keepWithNext property | Aspose....

    ParagraphFormat.keepWithNext property. True if the paragraph is to remains on the same page as the paragraph that follows it....Examples Shows how to set a table to stay together on the same...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

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