Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 7,671 for

paragraph

(0.08 sec)
  1. PageSetup.SectionStart | Aspose.Words for .NET

    Discover the PageSetup SectionStart property to easily manage section breaks in your document. Enhance formatting and improve layout control today!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/pag...
  2. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range....docx' ) paragraph = doc . first_section . body...body . first_paragraph for revision in paragraph . range . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BorderCollection.count property | Aspose.Words ...

    BorderCollection.count property. Gets the number of borders in the collection....writeln ( "Paragraph 1." ); builder . write ( "Paragraph 2." ); //...configuration while creating // these paragraphs, their border collections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BorderCollection.Equals | Aspose.Words for .NET

    Discover the BorderCollection Equals method to efficiently compare border collections and enhance your coding productivity. Optimize your projects today!...Writeln ( "Paragraph 1." ); builder . Write ( "Paragraph 2." ); //...configuration while creating // these paragraphs, their border collections...

    reference.aspose.com/words/net/aspose.words/bor...
  5. List.ListId | Aspose.Words for .NET

    Discover the unique ListId property to easily access and manage your lists. Streamline your workflow with this essential identifier....))); Shows how to output all paragraphs in a document that are list...NodeType . Paragraph , true ); foreach ( Paragraph para in paras...

    reference.aspose.com/words/net/aspose.words.lis...
  6. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining custom paper sizes in your documents. Enhance your document formatting with ease!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/pap...
  7. Aspose::Words::Replacing::ReplacingArgs class |...

    Aspose::Words::Replacing::ReplacingArgs class. Provides data for a custom replace operation. To learn more, visit the documentation article in C++....Insert a document after the paragraph containing the matched text...System :: ExplicitCast < Paragraph > ( args -> get_MatchNode...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. 部分|Aspose.Slides 文档

    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....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/zh/java/portion/
  9. ListCollection.add method | Aspose.Words for Py...

    aspose.words.lists.ListCollection.add method...organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::DocumentVisitor::VisitShapeStart...

    Aspose::Words::DocumentVisitor::VisitShapeStart method. Called when enumeration of a shape has started in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/doc...