Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 17,667 for

paragraph

(0.2 sec)
  1. 管理表格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-table/
  2. Several Image Into DOCX C++

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

    products.aspose.com/words/cpp/merge/image-to-docx/
  3. FieldAutoNumLgl class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNumLgl class. Implements the AUTONUMLGL field...node, returns its parent paragraph. If the field is already removed...) builder . current_paragraph . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DICOM to PDF Converter using Python | Aspose.PDF

    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...
  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. PDF Tooltip using C#|Aspose.PDF for .NET

    Learn how to add tooltip to the text fragment in PDF using C# and Aspose.PDF... Paragraphs . Add ( new Aspose . Pdf...)); document . Pages [ 1 ]. Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/net/pdf-tooltip/
  7. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......True parent_paragraph ParentParagraph Paragraph False True False...Cell False as_paragraph() AsParagraph() Paragraph False as_bookmark_start()...

    docs.aspose.com/words/af/python-net/python-note...
  8. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......True parent_paragraph ParentParagraph Paragraph False True False...Cell False as_paragraph() AsParagraph() Paragraph False as_bookmark_start()...

    docs.aspose.com/words/ru/python-net/python-note...
  9. Field class | Aspose.Words for Node.js

    Aspose.Words.Field class. Represents a Microsoft Word document field...content and span multiple paragraphs or sections in a document...content, such as nested fields, paragraphs, shapes, tables and in this...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。通过简单的代码示例优化表格工作流程。...# 为文本框创建段落对象 paragraph = txtFrame . paragraphs [ 0 ] # 为段落创建部分对象...为段落创建部分对象 portion = paragraph . portions [ 0 ] portion . text = "这里是文本"...

    docs.aspose.com/slides/zh/python-net/manage-table/