Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 20,895 for

table

(0.16 sec)
  1. CompareOptions.IgnoreTables | Aspose.Words for ...

    Discover how the CompareOptions IgnoreTables property enhances data analysis by controlling Table data comparison for accurate insights....differences in data contained in tables. public bool IgnoreTables {...set ; } Remarks By default tables are not ignored. Examples Shows...

    reference.aspose.com/words/net/aspose.words.com...
  2. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document 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...
  3. Generate PDF from XML|Aspose.PDF for C++

    Aspose.PDF for C++ provides several ways to convert an XML file into a PDF document requiring that the input XML file.... Let’s render our data in table. The XSL file that will help...<h2> My CD Collection </h2> <table border= "1" > <tr bgcolor= "#9acd32"...

    docs.aspose.com/pdf/cpp/generate-pdf-from-xml/
  4. Create a Funnel Chart in Excel using Python

    This article explains how to create a Funnel chart in Excel using Python. It has details to set the IDE, a list of steps, and a sample code for generating Funnel graph using Python....numeric values Write the prepared table into the worksheet Set the chart...Funnel data, and write the table into the target sheet. Build...

    kb.aspose.com/cells/python/create-a-funnel-char...
  5. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....Instantiate a table object var table2 = new Aspose . Pdf . Table (); //...// Add the table in paragraphs collection of the desired section...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  6. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a Table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...with Microsoft Word) with a table by using Aspose.Words for Java...I want to replace “” with a table by using this expression: FindReplaceOptions...

    forum.aspose.com/t/placeholder-not-replaced-com...
  7. ChartDataTable.Font | Aspose.Words for .NET

    Discover the ChartDataTable Font property to enhance your data Table's appearance with customizable font formatting for better readability and impact....font formatting of the data table. public Font Font { get ; }...Examples Shows how to show data table with chart series data. Document...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...Words, you can utilize a table to arrange the images effectively... // Create a table with two columns Table table = builder.StartTable();...

    forum.aspose.com/t/render-multiple-images-in-a-...
  9. Get HTML of extracted text from word file - Fre...

    HI Aspose Team, I am extracting some specific text from word file using Aspose.Word C# . Now I have to get html of extracted text. I don’t want to convert word into html and rework on it, Is there any method which i c…...How to get html of Row of the table alexey.noskov November 20, 2025...Document(@"C:\Temp\in.docx"); Table t = doc.FirstSection.Body.Tables[0]; Row r =...

    forum.aspose.com/t/get-html-of-extracted-text-f...
  10. ChartDataTable.HasLegendKeys | Aspose.Words for...

    Discover the ChartDataTable HasLegendKeys property to easily control legend key visibility in your data Table. Enhance clarity with customizable settings!...keys are displayed in the data table. The default value is true ...Examples Shows how to show data table with chart series data. Document...

    reference.aspose.com/words/net/aspose.words.dra...