Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 18,131 for

paragraph

(0.12 sec)
  1. Document.revisions property | Aspose.Words for ...

    Document.revisions property. Gets a collection of revisions (tracked changes) that exist in this document.... 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. Revision.group property | Aspose.Words for Python

    Revision.group property. Gets the revision group... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 文本格式化|Aspose.Slides for PHP 文档

    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....-> clear (); $para = new Paragraph (); $portion1 = new Portion...-> clear (); $para = new Paragraph (); $portion1 = new Portion...

    docs.aspose.com/slides/zh/php-java/text-formatt...
  4. Table Position in C++|Aspose.Words for C++

    Specify table position in C++. Get a table alignment, get and set floating table position using C++....always appear between the paragraphs where you placed them. Floating...the table relative to the paragraph is determined by the table...

    docs.aspose.com/words/cpp/position-a-table/
  5. Rendering in C#|Aspose.Words for .NET

    Use Aspose.Words for .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing using C#....various elements such as paragraphs, tables, headers, footers...position where each particular paragraph or character is displayed...

    docs.aspose.com/words/net/rendering/
  6. .NET 中的演示文稿文本框管理|Aspose.Slides 文档

    Aspose.Slides for .NET 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升您的演示文稿自动化。...为文本框创建 Paragraph 对象 IParagraph para = txtFrame . Paragraphs [ 0...IParagraph paragraph in autoShape . TextFrame . Paragraphs ) //遍历文本框中的段落...

    docs.aspose.com/slides/zh/net/manage-textbox/
  7. Setting Background Color Dynamically in Java|As...

    Set text background color for document contents dynamically when building a report in Java....every item into a separate paragraph colored dynamically. << foreach...can be located either in paragraphs of a single story (or table...

    docs.aspose.com/words/java/setting-background-c...
  8. Setting Background Color Dynamically in C#|Aspo...

    Set text background color for document contents dynamically when building a report using C#....every item into a separate paragraph colored dynamically. << foreach...can be located either in paragraphs of a single story (or table...

    docs.aspose.com/words/net/setting-background-co...
  9. RevisionType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionType enum to efficiently track and manage document changes. Enhance your document editing with precision!...its parent node from the paragraph text // and then remove the...doc . FirstSection . Body . Paragraphs [ 1 ]; Node endNode = doc...

    reference.aspose.com/words/net/aspose.words/rev...
  10. 使用 C++ 在演示文稿中管理文本框|Aspose.Slides 文档

    Aspose.Slides for C++ 让您能够轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...为文本框创建 Paragraph 对象 auto para = txtFrame -> get_Paragraphs () ->...shape ); for ( const auto & paragraph : autoShape -> get_TextFrame...

    docs.aspose.com/slides/zh/cpp/manage-textbox/