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

paragraphs

(0.46 sec)
  1. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....TextFrame ; // Creates the Paragraph object for the text frame...frame IParagraph paragraph = txtFrame . Paragraphs [ 0 ]; // Creates...

    docs.aspose.com/slides/net/manage-table/
  2. Table GetHeight - Free Support Forum - aspose.com

    Hello, I’d like to find the height of Table. There is the GetHeight() function. But if in the table there is a TextFragment, and the width of the text exceeds the cell, it fits well on several rows, but the height of t…...Paragraphs.Add(table1); //-------- Aspose...page.Paragraphs.Add(table2); //-------- page.Paragraphs.Add(new...

    forum.aspose.com/t/table-getheight/316445
  3. Convert TXT to POTM via C++ or with free Online...

    Export TXT to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free TXT to POTM online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/txt-to...
  4. MailMerge class | Aspose.Words for Python

    aspose.words.mailmerging.MailMerge class. Represents the mail merge functionality... cleanup_paragraphs_with_punctuation_marks Gets...value indicating whether paragraphs with punctuation marks are...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Notes::FootnoteSeparator class |...

    Aspose::Words::Notes::FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document in C++....shortcut method that creates a Paragraph object with optional text...() override Gets the first paragraph in the story. get_HasChildNodes...

    reference.aspose.com/words/cpp/aspose.words.not...
  6. Font.Hidden | Aspose.Words for .NET

    Discover the Font Hidden property. Easily identify if your text is formatted as hidden. Enhance your document's clarity and presentation today!... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/fon...
  7. 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...
  8. 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...
  9. 通過 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/
  10. Compare Documents in C++|Aspose.Words for C++

    Compare two documents in any supported formats and shows content changes using C++. You can apply advanced options when comparing....the addition of words and paragraphs. As a result of the comparison...

    docs.aspose.com/words/cpp/compare-documents/