Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 15,552 for

paragraph

(0.07 sec)
  1. Text Formatting|Aspose.Slides for Python Docume...

    Manage and manipulate text and text frame properties in Python... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/python-net/text-formatting/
  2. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced Paragraph styling. Unlock advanced formatting options to elevate your document's appearance!...ParagraphFormat Contents [ Hide ] Paragraph.ParagraphFormat property Provides...Provides access to the paragraph formatting properties. public...

    reference.aspose.com/words/net/aspose.words/par...
  3. NodeCollection indexer | Aspose.Words for Python

    NodeCollection indexer. Retrieves a node at the given index....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  4. OfficeMathJustification | Aspose.Words for Java

    Specifies the justification of the equation in Java....mathematical text (the Math Paragraph) with respect to the page...Math Paragraph. RIGHT Right Justification of Math Paragraph. length...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::ParagraphFormat::get_Style metho...

    Aspose::Words::ParagraphFormat::get_Style method. Gets or sets the Paragraph style applied to this formatting in C++.... method Gets or sets the paragraph style applied to this formatting...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Portion|Aspose.Slides Documentation

    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....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/cpp/portion/
  7. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current Paragraph and sets list level to zero....bullets from the current paragraph and sets list level to zero...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    Discover the DocumentVisitor VisitParagraphStart method, essential for efficiently managing Paragraph enumeration in your applications. Enhance your coding skills!...Called when enumeration of a paragraph has started. public virtual...VisitParagraphStart ( Paragraph paragraph ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::DocumentBuilder::MoveToParagraph...

    Aspose::Words::DocumentBuilder::MoveToParagraph method. Moves the cursor to a Paragraph in the current section in C++....method Moves the cursor to a paragraph in the current section. void...int32_t The index of the paragraph to move to. characterIndex...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java....first paragraph of this document. Paragraph paragraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...