Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 18,994 for

paragraphs

(1.59 sec)
  1. 创建复杂的PDF|Aspose.PDF for C++

    Aspose.PDF for C++允许您创建包含图像、文本片段和表格的更复杂的文档。... 将标题添加到页面的 Paragraphs 。 创建一个 TextFragment 用于描述。对于描述,我们将使用...( position ); page -> get_Paragraphs () -> Add ( header ); //...

    docs.aspose.com/pdf/zh/cpp/complex-pdf-example/
  2. EditableRangeStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.EditableRangeStart class, your key to managing editable ranges in Word documents for enhanced document control and flexibility....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples Shows how to limit...

    reference.aspose.com/words/net/aspose.words/edi...
  3. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023.... Paragraphs . Add ( table ); try { //...rectangle ); } // Create a paragraph from the text fragment in...

    docs.aspose.com/pdf/net/whatsnew/2023/
  4. Working with Headers and Footers in C#|Aspose.W...

    How to manipulate headers and footers using C#. Create headers and footers C#. Remove headers or footers C#....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/net/working-with-headers-...
  5. 添加奇偶页页眉后报错:"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...
  6. Mail Merge Template in Java|Aspose.Words for Java

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in Java....the formatting of texts and paragraphs inside your template using...

    docs.aspose.com/words/java/mail-merge-template/
  7. Work with Document Properties in Java|Aspose.Wo...

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

    docs.aspose.com/words/java/work-with-document-p...
  8. Aspose PDF Out of memory Exception with version...

    I’m getting out of memory exception with the attached code. We do have corporate license under Inovalon Inc. Process:- We convert list of .PNG image to PDF using Aspose and then convert to a memorystream. While conver…...Image(); //Add the image into paragraphs collection of the section...section pdfPage.Paragraphs.Add(image1); // set the image file stream...

    forum.aspose.com/t/aspose-pdf-out-of-memory-exc...
  9. Word to PDF conversion issue when deployed on A...

    Hello Aspose Support Team, We are facing a Word to PDF conversion issue using Aspose.Words for .NET that occurs only when deployed on Azure App Service, while the exact same code and document work correctly in a local …...cleanup Removed trailing empty paragraphs from the last section Verified...

    forum.aspose.com/t/word-to-pdf-conversion-issue...
  10. Mail Merge Template in C#|Aspose.Words for .NET

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in C#....the formatting of texts and paragraphs inside your template using...

    docs.aspose.com/words/net/mail-merge-template/