Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 20,434 for

table

(0.26 sec)
  1. Additional Bookmarks Added During Aspose Docume...

    We are using Aspose for document generation. In our Word template, we have only one bookmark defined. However, when we generate the document through Aspose, the output document contains additional bookmarks (for example,…... _Toc* Generated for a Table‑of‑Contents field. _Picture*...What you can do Inserting a Table‑of‑Contents Use doc.UpdateFields()...

    forum.aspose.com/t/additional-bookmarks-added-d...
  2. Code Comparison for Common Features|Aspose.Word...

    Take a look at code comparison of some features implemented in Aspose.Words for .NET and VSTO using C#....Documents Together Fitting all Tables to the Page Width Add Headers...Footer Add Bookmark Inserting Table Search for and Replace text...

    docs.aspose.com/words/net/code-comparison-for-c...
  3. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph 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. Issue with an EMF Image When Converting a Prese...

    Hi, We have been working with Aspose.Slides.Cpp since version 24. We also have purchased the license. Recently we have upgraded the Aspose.Slides.Cpp to version 25.6(latest) and found out that our emf with Table annotat…...found out that our emf with table annotation doesn’t print properly...Sample-Table-OutPut-PDF-Screenshot.png (8.7 KB) Sample-Table.zip...

    forum.aspose.com/t/issue-with-an-emf-image-when...
  5. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....elements such as text formatting, tables, headers, and others. This...Leaf blocks. Leaf Blocks The table below shows examples of using...

    docs.aspose.com/words/java/translate-markdown-t...
  6. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....Block-level - Among paragraphs and tables, as a child of a Body , HeaderFooter...Among rows in a table, as a child of a Table node Cell-level...

    docs.aspose.com/words/nodejs-net/working-with-c...
  7. Cell Background Color Settings|Documentation

    Guide to applying and previewing cell background colors in Aspose.Cells GridJS using the toolbar, modal, status bar, and JavaScript API.... Table selection area How to start...update the UI xs . sheet . table . render (); Relevant functions...

    docs.aspose.com/cells/net/aspose-cells-gridjs/c...
  8. Filter objects while loading workbook in GridDe...

    This article describes how to use loading filter in GridDesktop....SheetSettings Structure Style Table VBA XmlMap Filter data while...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  9. Recognise Self Closing Tags|Documentation

    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....Document Assistant Close Prefix Table Elements Styles with HtmlSaveOptions...

    docs.aspose.com/cells/net/recognise-self-closin...
  10. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....document after a paragraph or table. /// private static void insertDocument(Node...getNodeType()) == (NodeType.TABLE))) { CompositeNode dstStory...

    reference.aspose.com/words/java/com.aspose.word...