Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 9,655 for

paragraph

(0.06 sec)
  1. Several Image Into DOC C#

    Merge multiple Image into DOC in C# code. Save Image as DOC using C#....InsertImage(fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/net/merge/image-to-doc/
  2. 页码计算问题 - Free Support Forum - aspose.com

    使用aspose for java 生成word文档时会出现页码计算错误问题, 现在有个需求是我通过aspose 生成的word 会进行双面打印,每个章节都要从奇数页开始,因此需要通过计算word的页数实现在奇数页结尾的章节后面新增一个空白页,但现在有个问题是我在代码层面获取到的页数和生成后实际打开的word 或pdf 页数不一致,请问该如何处理...appendChild(new Paragraph(doc)); // 添加一个空段落 } doc.s...

    forum.aspose.com/t/topic/312330
  3. Several JPG Into WORD C++

    Merge multiple JPG into WORD in C++ code. Save JPG as WORD using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/jpg-to-word/
  4. Several Image Into HTML C#

    Merge multiple Image into HTML in C# code. Save Image as HTML using C#....InsertImage(fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/net/merge/image-to-html/
  5. Quote & Blockquote HTML Generator – Online Tool...

    Generate Quote & Blockquote HTML tag, preview the result and copy the generated HTML and C# code to your website....quotations that don’t require paragraph breaks. Most modern browsers...

    products.aspose.com/html/net/generators/quote-b...
  6. Several JPG Into WORD Java

    Merge multiple JPG into WORD in Java code. Save JPG as WORD using Java....insertImage(fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/java/merge/jpg-to-word/
  7. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....HEADING_PARAGRAPH: partType = "Paragraph from heading";...DocumentSplitCriteri.HEADING_PARAGRAPH: partType = "Paragraph from heading";...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in C++...Solid ); textFrame -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...Solid ); textFrame -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...

    docs.aspose.com/slides/cpp/manage-autofit-setti...
  9. 在 C# .NET 中将 PowerPoint 转换为 HTML|Aspose.Slides 文档

    转换 PowerPoint HTML:将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML..."Calibri" , "Arial" }; Paragraph para = new Paragraph (); ITextFrame...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...text is spanned to several paragraphs, but the code searches the...last Run node in the current paragraph is encountered. It would be...

    forum.aspose.com/t/get-node-that-contains-the-e...