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

paragraphs

(0.26 sec)
  1. Working with Hyphenation in C#|Aspose.Words for...

    Use hyphenation for a more compact arrangement of text using C#. It provides advanced algorithms to work with hyphenation dictionaries, uses OpenOffice dictionaries....Open Office Working with Paragraphs in C# Working with Fonts...

    docs.aspose.com/words/net/working-with-hyphenat...
  2. Work with Document Properties in C#|Aspose.Word...

    Aspose.Words for .NET allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties using C#....CharactersWithSpaces Words Paragraphs Lines Create a New Custom...

    docs.aspose.com/words/net/work-with-document-pr...
  3. Apply Shape Animations in Presentations in .NET...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for .NET. Stand out!...animation to the By 1st Level Paragraphs value: // Instantiates a..."First paragraph \nSecond paragraph \n Third paragraph" ; // Gets...

    docs.aspose.com/slides/net/shape-animation/
  4. 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...
  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. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...ParagraphCollection paragraphs = childNode.getParagraphs(); for (Paragraph paragraph...paragraph : paragraphs) { ParagraphFormat paragraphFormat = paragraph...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  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...