Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 15,554 for

paragraph

(0.05 sec)
  1. Several JPG Into PDF C#

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

    products.aspose.com/words/net/merge/jpg-to-pdf/
  2. Several Image Into TXT Java

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

    products.aspose.com/words/java/merge/image-to-txt/
  3. Aspose::Words::DocumentBuilder::MoveToBookmark ...

    Aspose::Words::DocumentBuilder::MoveToBookmark method. Moves the cursor to a bookmark in C++....level, moves to the next paragraph. The comparison is not case-sensitive...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...# 为文本框创建段落对象 paragraph = txtFrame . paragraphs [ 0 ] # 为段落创建部分对象...为段落创建部分对象 portion = paragraph . portions [ 0 ] portion . text = "这里是文本"...

    docs.aspose.com/slides/zh/python-net/manage-table/
  5. Track Changes in a Document in Java|Aspose.Word...

    Track changes to content and formatting made by you or others. Access individual revisions in a document and apply various properties to them using Java....example, If you delete any paragraph, Aspose.Words make it as a...

    docs.aspose.com/words/java/track-changes-in-a-d...
  6. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格...为文本框创建段落对象 auto paragraph = txtFrame -> get_Paragraphs () -> idx_get...为段落创建部分对象 auto portion = paragraph -> get_Portions () -> idx_get...

    docs.aspose.com/slides/zh/cpp/manage-table/
  7. 管理表格|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的表格...创建文本框的段落对象 IParagraph paragraph = txtFrame . Paragraphs [ 0 ]; // 创建段落的部分对象...创建段落的部分对象 IPortion portion = paragraph . Portions [ 0 ]; portion...

    docs.aspose.com/slides/zh/net/manage-table/
  8. 页码计算问题 - 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
  9. Several JPG Into DOC C++

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

    products.aspose.com/words/cpp/merge/jpg-to-doc/
  10. 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/cpp/merge/image-to-doc/