Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 18,181 for

paragraphs

(0.09 sec)
  1. How to create Dynamic Chart with Drop‑Down List...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for Node.js via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....Drop‑Down List In the next paragraphs, we will show you how to...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  2. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...Paragraph; import com.aspose.words....DocumentBuilder(doc); List<Paragraph> paragraphs = new ArrayList<>();...

    forum.aspose.com/t/word-header-footer-x-y/316493
  3. Android File Format Processing APIs for Mobile ...

    Android File Format APIs for Word Excel PDF PowerPoint and Emails. Programmatically create edit render and convert document formats within mobile apps...reports on the fly Insert text, paragraphs, images, tables in Word document...

    products.aspose.com/total/android-java/
  4. Aspose::Words::Saving::SaveOptions class | Aspo...

    Aspose::Words::Saving::SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format. To learn more, visit the documentation article in C++....the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. How to Create Dynamic Chart with Dropdown List ...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....Drop‑Down List In the next paragraphs, we will show you how to...

    docs.aspose.com/cells/cpp/create-dynamic-chart-...
  6. How to create Dynamic Chart with Dropdown List ...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for JavaScript via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....Dropdown List In the next paragraphs, we will show you how to...

    docs.aspose.com/cells/javascript-cpp/create-dyn...
  7. Fields Overview in Python|Aspose.Words for Pyth...

    You can access field modifying using Python. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....ranging from runs of text to paragraphs to tables. Some fields may...found inline (as children of Paragraph or SmartTag . The content...

    docs.aspose.com/words/python-net/fields-overview/
  8. Aspose::Words::Fields::FieldListNum class | Asp...

    Aspose::Words::Fields::FieldListNum class. Implements the LISTNUM field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs with LISTNUM fields. auto...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (Paragraphs, tables, e…... Other content (paragraphs, tables, etc.) should only...can be scenarios where a paragraph or table exceeds the page...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  10. Work with Columns and Rows in C#|Aspose.Words f...

    Working with parts of a table – rows, columns, and cells using C#. Specify Header Row C#....next , which is applied to paragraphs in table cells By default...parameter to true for each paragraph within the table cells. The...

    docs.aspose.com/words/net/working-with-columns-...