Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 7,946 for

paragraph

(0.14 sec)
  1. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...
  2. Aspose::Words::ParagraphFormat::get_OutlineLeve...

    Aspose::Words::ParagraphFormat::get_OutlineLevel method. Specifies the outline level of the Paragraph in the document in C++....the outline level of the paragraph in the document. Aspose ::...Examples Shows how to configure paragraph outline levels to create collapsible...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Aspose::Words::Lists::ListLabel::get_LabelStrin...

    Aspose::Words::Lists::ListLabel::get_LabelString method. Gets a string representation of list label in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. ParagraphFormat.space_before property | Aspose....

    ParagraphFormat.space_before property. Gets or sets the amount of spacing (in points) before the Paragraph....spacing (in points) before the paragraph. @property def space_before...Shows how to set automatic paragraph spacing. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.UpdateListLabels | Aspose.Words for .NET

    Effortlessly update all list item labels in your document with the UpdateListLabels method, ensuring consistency and clarity in your content....extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words/doc...
  6. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control Paragraph breaks effortlessly for seamless text formatting....it is allowed to replace paragraph break when there is no next...next sibling paragraph. The default value is false . public bool...

    reference.aspose.com/words/net/aspose.words.rep...
  7. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...
  8. FrameFormat class | Aspose.Words for Python

    aspose.words.FrameFormat class. Represents frame related formatting for a Paragraph....related formatting for a paragraph. Remarks This object is always...always created. If a paragraph is a frame, then all properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Lists::ListLabel class | Aspose....

    Aspose::Words::Lists::ListLabel class. Defines properties specific to a list label. To learn more, visit the documentation article in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. NodeCollection.Item | Aspose.Words for .NET

    Access any node effortlessly with the NodeCollection Item property. Quickly retrieve nodes by index for seamless data management and enhanced performance....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...