Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 19,712 for

table

(0.12 sec)
  1. How to delete this bank space in the document -...

    file.docx (32.6 KB)...Sections) { foreach (Table table in section.Body.Tables) { Paragraph...Paragraph nextParagraph = table.NextSibling as Paragraph; if (nextParagraph...

    forum.aspose.com/t/how-to-delete-this-bank-spac...
  2. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Insert a Table of Contents in Word using Java Insert a Table of Contents...Word using Python Insert a Table of Contents in Word using C#...

    kb.aspose.com/words/page/4/
  3. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....Create Table of Content in PDF using Python Create Table of Content...Content in PDF using C# Add Table of Contents to PDF using Java...

    kb.aspose.com/pdf/page/3/
  4. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......using C# How to Add Rows to Table in MS Word Document using C#...Contents in C# How to Create Table in Word Document using C# How...

    kb.aspose.com/categories/page/76/
  5. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision....document after a paragraph or table. /// </summary> private static...insertionDestination . NodeType == NodeType . Table ) { CompositeNode dstStory =...

    reference.aspose.com/words/net/aspose.words.rep...
  6. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....document after a paragraph or table. /// </summary> private static...nodeType == aw . NodeType . Table ) { let dstStory = insertionDestination...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Public API Changes in Aspose.Cells 16.12.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Added APIs Support for Pivot Tables The second release of Aspose...the manipulation of the Pivot Tables. Aspose.Cells for C++ provides...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  8. DocumentBuilder.currentStory property | Aspose....

    DocumentBuilder.currentStory property. Gets the story that is currently selected in this [DocumentBuilder](../)....Story can also contain tables. let table = builder . startTable.... currentStory . tables . contains ( table )). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and Tables in Java....can contain paragraphs and tables. To learn more, visit the Logical...block-level nodes Paragraph and Table . The classes that derive from...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...insertHtml(html); NodeCollection<Table> tables = docxDocument.getChildNodes(NodeType...getChildNodes(NodeType.TABLE, true); for (Table table : tables) { table.setAllowAutoFit(false);...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...