Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 18,967 for

paragraph

(0.17 sec)
  1. 页码计算问题 - 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
  2. Aspose.Slides for .NET 16.2.0 的公共 API 与向后不兼容的更改...

    审阅 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以平稳迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...TextFrame、Paragraph、Portion 类以及 Aspose.Slides...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  3. Converting a DICOM file to PDF using Python | A...

    Sample code on Python for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion with Python and .NET...add() method of the Page’s paragraphs collection to add the loaded...loaded DICOM image as a paragraph to the new page, which will be...

    products.aspose.com/pdf/python-net/conversion/d...
  4. 在 Java 中从演示文稿获取形状有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何计算并应用有效形状属性,以实现精确的 PowerPoint 渲染。... println ( "= Effective paragraph formatting for style level...font height after setting paragraph default font height:" ); System...

    docs.aspose.com/slides/zh/java/shape-effective-...
  5. FieldBidiOutline | Aspose.Words for Java

    Implements the BIDIOUTLINE field in Java....delimits each level of the paragraph numbering. Examples: Shows...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/java/com.aspose.word...
  6. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_Paragraph_str(Paragraph): """获取段落信息""" para_content = Paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…... 8:40am 1 def get_paragraph_str(paragraph): """获取段落信息""" para_content...para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...
  7. Track Changes in a Document in C++|Aspose.Words...

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

    docs.aspose.com/words/cpp/track-changes-in-a-do...
  8. Several Image Into WORD Python

    Merge multiple Image into WORD in Python code. Save Image as WORD using Python....insert_image(fileName) # Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/python-net/merge/imag...
  9. Several JPG Into PDF Javascript

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

    products.aspose.com/words/nodejs-net/merge/jpg-...
  10. Several Image Into DOC Python

    Merge multiple Image into DOC in Python code. Save Image as DOC using Python....insert_image(fileName) # Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/python-net/merge/imag...