Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 18,344 for

paragraphs

(0.16 sec)
  1. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the document has any tracked changes.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Animate PowerPoint Text in C++|Aspose.Slides Do...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++, with easy-to-follow, optimized C++ code examples....Add Animation Effects to Paragraphs We added the AddEffect()...animation effects to a single paragraph. This sample code shows you...

    docs.aspose.com/slides/cpp/animated-text/
  3. Style.equals method | Aspose.Words for Node.js

    Style.equals method. Compares with the specified style...style, linked style and next paragraph style are recursively compared...doc . firstSection . body . paragraphs . at ( 1 ). paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 数学文本|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理数学文本:创建和编辑公式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # 添加一个简单的分数:x / y。 fraction...

    docs.aspose.com/slides/zh/python-net/examples/e...
  5. Add Ellipse Object to PDF file|Aspose.PDF for Java

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Java....); // Add Graph object to paragraphs collection of page page ...); // Add Graph object to paragraphs collection of page page ...

    docs.aspose.com/pdf/java/add-ellipse/
  6. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....object Add Graph object to paragraphs collection of page Save our...object to paragraphs collection of page page -> get_Paragraphs () ->...

    docs.aspose.com/pdf/cpp/add-arc/
  7. Aspose::Words::ParagraphFormat::get_OutlineLeve...

    Aspose::Words::ParagraphFormat::get_OutlineLevel method. Specifies the outline level of the paragraph in the document in C++....the outline level of the paragraph in the document. Aspose ::...Examples Shows how to configure paragraph outline levels to create collapsible...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. ListLevel.custom_number_style_format property |...

    ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... paragraphs [ 0 ] . list_format . list_level.... first_section . body . paragraphs self . assertEqual ( '001...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Creating a Table on PowerPoint Slide in VSTO an...

    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 , tf . TextRange . Text...//Set font size of 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. FontHeight...

    docs.aspose.com/slides/net/creating-a-table-on-...
  10. Aspose.PDF С++ Example|Aspose.PDF for C++

    This page show how use simple programming for create a PDF document containing text - Hello World....auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/cpp/hello-world-example/