Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 18,360 for

paragraphs

(0.12 sec)
  1. Parse Documents via Java | products.aspose.com

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via your Java application. Extract Text or Images with ease....with document elements like paragraphs, tables, and images. The...

    products.aspose.com/total/java/parse/
  2. SaveOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.SaveOptions class, your key to customizing document saving with advanced options for various formats. Enhance your workflow today!...the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Convert TIF to TXT via C# | Aspose

    Sample code for TIF to TXT C# conversion. Use API example code for batch TIF files to TXT conversion within VB.NET, Asp.NET or any .NET based application.... Paragraphs in a text document are recognized...

    products.aspose.com/ocr/net/conversion/tif-to-txt/
  4. Aspose.PDF for PHP via Java - Create, Merge, Mo...

    PHP wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...create left hanging text paragraphs and set custom tab stops...

    products.aspose.com/pdf/php-java/
  5. Number of the Figure count - Free Support Forum...

    When I check the number of images in a .docx file, it shows a total of 7 images, but in reality, there is only one image in it. I request you to examine the attached .docx file and advise on how to get the correct image …...caption paragraph) A typical caption in Word is a paragraph styled...caption paragraph. int imageWithCaption = 0; for (Paragraph para...

    forum.aspose.com/t/number-of-the-figure-count/3...
  6. 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…..., a Paragraph or Run ) or a collection of...Assume 'node' is the extracted Paragraph/Run/etc. Node node = /* your...

    forum.aspose.com/t/get-html-of-extracted-text-f...
  7. How to create Dynamic Scrolling Chart with Node...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display....Scrolling Chart In the next paragraphs, we will show you how to...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  8. 通過 C++ 從 ODP 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 ODP 文件中提取文本和圖像。...get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/zh-hant/cpp/parser/odp/
  9. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true))...of limiting your search to paragraphs, iterate through all nodes...

    forum.aspose.com/t/some-content-cannot-be-repla...
  10. Working with Content Control SDT in Java|Aspose...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using Java....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph. Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/java/working-with-content...