Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 15,552 for

paragraph

(0.03 sec)
  1. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Run can only be a child of Paragraph or inline StructuredDocumentTa...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Math::OfficeMath::get_ParentPara...

    Aspose::Words::Math::OfficeMath::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Math...

    reference.aspose.com/words/cpp/aspose.words.mat...
  3. ParagraphCollection.to_array method | Aspose.Wo...

    ParagraphCollection.to_array method. Copies all Paragraphs from the collection to a new array of Paragraphs....method to_array() Copies all paragraphs from the collection to a...a new array of paragraphs. def to_array ( self ): ... Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TabStopCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.TabStopCollection. Easily manage custom tab stops for Paragraphs and styles, enhancing your document formatting with precision....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/net/aspose.words/tab...
  5. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your document's visual appeal and consistency....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. Style style = doc ...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the document....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. let style = doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Node.toString method | Aspose.Words for Node.js

    Aspose.Words.Node.toString method...extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Body.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the Body EnsureMinimum method. Automatically add an empty Paragraph if the last child isn't a Paragraph for better formatting....not a paragraph, creates and appends one empty paragraph. public...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/net/aspose.words/bod...
  9. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method...align='right'>Paragraph right</p>" + '<b>Implicit paragraph left</b>'...formatting. paragraphs = doc . first_section . body . paragraphs self...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...