Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 18,351 for

paragraphs

(0.07 sec)
  1. Manage Presentation Text in C++|Aspose.Slides D...

    Learn to manage text in Aspose.Slides for C++: edit placeholders, fonts, Paragraphs, bullets, and more with clear C++ code examples for PPT, PPTX, and ODP....C++ Manage PowerPoint Text Paragraphs in C++ Format PowerPoint...

    docs.aspose.com/slides/cpp/manage-text/
  2. RevisionCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionCollection class—efficiently manage document revisions with a powerful collection of Revision objects for seamless editing....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...
  3. NumberStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NumberStyle enum to customize footnotes and endnotes page numbers, enhancing your document formatting effortlessly....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words/num...
  4. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression....expression will extract all paragraph nodes, // which are descendants... selectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/java/com.aspose.word...
  6. TabStop class | Aspose.Words for Node.js

    Aspose.Words.TabStop class. Represents a single custom tab stop...right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ASP - VBScript 通过 COM 互操作|Aspose.PDF for .NET

    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....(with red text color) to the paragraph SampleText . Segments . Add...( seg1 ) 'Add Text paragraph to paragraphs collection of a section...

    docs.aspose.com/pdf/zh/net/asp-vbscript-via-com...
  8. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management....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...
  9. Advanced Text Extraction from PowerPoint Presen...

    Learn how to quickly and easily extract text from PowerPoint presentations using Aspose.Slides for Python via .NET. Follow our simple, step-by-step guide to save time and efficiently access slide content in your applications....through paragraphs in the current text frame. for paragraph in text_frame...text_frame . paragraphs : # Loop through text portions in the...

    docs.aspose.com/slides/python-net/extract-text-...
  10. 使用 VSTO 和 Aspose.Slides for .NET 创建表格|Aspose.Sl...

    从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中以灵活的格式创建 PowerPoint(PPT、 PPTX)幻灯片中的表格。... Paragraphs ( 0 , tf . TextRange . Text...of 10 //将字体大小设置为 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/zh/net/creating-a-table-...