Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 18,361 for

paragraphs

(0.14 sec)
  1. 创建图表|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/zh/net/create-a-chart/
  2. Rendering Shapes Separately from Document|Aspos...

    Extract various graphic objects, such as images, text box containing Paragraphs, or arrow shapes, when processing a document, and export them to an external location using C#....example, a text box containing paragraphs, arrow shapes, and a small...up of many nodes, such as Paragraph and Table . Most shapes can...

    docs.aspose.com/words/net/rendering-shapes-sepa...
  3. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 从PDF页面中搜索并获取文本|Aspose.PDF for Python via .NET

    本文解释了如何使用各种工具从Aspose.PDF for .NET中搜索和获取文本。... Paragraphs . Add ( frag1 ); page . Paragraphs . Add (...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  5. 在 .NET 中对演示文稿应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!...效果并将文本动画设置为 By 1st Level Paragraphs 值: // 实例化一个表示演示文稿文件的 Presentation..."First paragraph \nSecond paragraph \n Third paragraph" ; // 获取幻灯片的主序列。...

    docs.aspose.com/slides/zh/net/shape-animation/
  6. Convert ODT to XLS using Python or with free On...

    ODT to XLS conversion in your Python applications without using Microsoft Word or Excel or online. Test free ODT to XLS online converter quickly before integrating the code....support for text styling, paragraphs, tables, images, hyperlinks...

    products.aspose.com/total/python-net/conversion...
  7. 在 Python 中管理 PowerPoint 演示文稿主题|Aspose.Slides fo...

    通过 .NET 在 Aspose.Slides for Python 中掌握演示文稿主题,以创建、定制和转换具有一致品牌形象的 PowerPoint 文件。..."+mn-lt" ) paragraph = slides . Paragraph () paragraph . portions...shape . text_frame . paragraphs . add ( paragraph ) 此 Python 示例展示了如何更改演示文稿的主题字体:...

    docs.aspose.com/slides/zh/python-net/presentati...
  8. How to Install Aspose.PDF for .NET|Aspose.PDF f...

    This section shows a product description and instructions for installing Aspose.PDF for .NET on your own, as well as using NuGet.... Paragraphs . Add ( textFragment ); //...

    docs.aspose.com/pdf/net/installation/
  9. Manage Presentation Tables in C++|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for C++. Discover simple code examples to streamline your table workflows....Creates the Paragraph object for the text frame auto paragraph = txtFrame...txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Creates the...

    docs.aspose.com/slides/cpp/manage-table/
  10. Manage Presentation Tables in Java|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Java. Discover simple code examples to streamline your table workflows....getTextFrame (); // Creates the Paragraph object for the text frame...frame IParagraph paragraph = txtFrame . getParagraphs (). get_Item...

    docs.aspose.com/slides/java/manage-table/