Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 18,181 for

paragraphs

(0.14 sec)
  1. Aspose::Words::Fields::FieldAutoNumOut class | ...

    Aspose::Words::Fields::FieldAutoNumOut class. Implements the AUTONUMOUT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs using AUTONUMOUT fields....

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Format PowerPoint Text on Android|Aspose.Slides...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Customize fonts, colors, alignment, and more.... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/androidjava/text-formatt...
  3. Aspose.PSD for .NET 19.9 - Release Notes|Docume...

    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....Paragraph T:Aspose.PSD.FileFormats.Psd...portions [ 3 ]. Text != "Second paragraph\r" ) { throw new Exception...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-9...
  4. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …...“Widow/Orphan” case: When there is a paragraph with the “widow/orphan control”...case: When there are two paragraphs of footnote text and “Keep...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  6. How to Add Color in HTML Using Aspose.HTML for ...

    Learn how to add color to HTML using Aspose.HTML for Python. Apply background colors, text styles, and dynamic CSS programmatically to create styled HTML....append_child(style) # Create a regular paragraph and assign text content p...text_content = "This is a paragraph with default text color."...

    products.aspose.com/html/python-net/how-to-add-...
  7. Working with Text Document in C++|Aspose.Words ...

    Advanced TXT document processing, lists, BiDi, headers/footer, using C++....recognition algorithm detects list paragraphs, when list numbers end with...

    docs.aspose.com/words/cpp/working-with-text-doc...
  8. Manage Presentation Properties with Python|Aspo...

    Master presentation properties in Aspose.Slides for Python via .NET and streamline search, branding and workflow in your PowerPoint files....[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...] paragraph . portions . clear () new_portion = slides . Portion...

    docs.aspose.com/slides/python-net/presentation-...
  9. 获取和设置页面属性|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF for .NET 获取和设置 PDF 文档的页面属性,以实现自定义文档格式。...to paragraphs collection of page object page . Paragraphs . Add...test" )); } // Process the paragraphs in PDF file to get accurate...

    docs.aspose.com/pdf/zh/net/get-and-set-page-pro...
  10. Unable to get bookmarks from word document with...

    I have a document which has huge number of bookmarks, it fails to read bookmarks at some point. It reads like 120 bookmarks but fails to get a bookmark at 150. I am using very simple code to get these bookmarks Document…...document to several hundred of paragraphs and injects an evaluation...

    forum.aspose.com/t/unable-to-get-bookmarks-from...