Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 15,616 for

paragraphs

(0.04 sec)
  1. Aspose::Words::DocumentBuilder::InsertBreak met...

    Aspose::Words::DocumentBuilder::InsertBreak method. Inserts a break of the specified type into the document in C++....Configure the table to pick up paragraphs with headings of levels 1...table of contents by adding paragraphs with heading styles. // Each...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. ListLabel.label_string property | Aspose.Words ...

    ListLabel.label_string property. Gets a string representation of list label....extract the list labels of all paragraphs that are list items. doc...NodeType . PARAGRAPH , True ) # Find if we have the paragraph list...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListLabel.LabelString | Aspose.Words for .NET

    Discover the ListLabel LabelString property for easy string representation of list labels, enhancing your data presentation and organization effortlessly....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.lis...
  4. NodeList.toArray method | Aspose.Words for Node.js

    NodeList.toArray method. Copies all nodes from the collection to a new array of nodes....expression will extract all paragraph nodes, // which are descendants... selectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ParagraphFormat.line_spacing_rule property | As...

    ParagraphFormat.line_spacing_rule property. Gets or sets the line spacing for the paragraph....the line spacing for the paragraph. @property def line_spacing_rule...we can define using the # paragraph's "LineSpacingRule" property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::TabStopCollection::Add method | ...

    Aspose::Words::TabStopCollection::Add method. Adds or replaces a tab stop in the collection in C++....(); auto paragraph = System :: ExplicitCast < Paragraph > ( doc...-> GetChild ( NodeType :: Paragraph , 0 , true )); // Below are...

    reference.aspose.com/words/cpp/aspose.words/tab...
  7. DocumentVisitor.VisitParagraphEnd | Aspose.Word...

    Discover the DocumentVisitor VisitParagraphEnd method—efficiently handle paragraph enumeration completion in your applications for improved performance....Called when enumeration of a paragraph has ended. public virtual...VisitParagraphEnd ( Paragraph paragraph ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Convert PowerPoint Presentations to Video in C#...

    Learn how to convert PowerPoint and OpenDocument presentations to video using C#. Discover sample code and automation techniques to streamline your workflow....this example, we animate paragraphs on objects so that they appear... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index....existing list to a collection of paragraphs. doc = aw . Document () builder...writeln ( 'Paragraph 1' ) builder . writeln ( 'Paragraph 2' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Style::get_ParagraphFormat metho...

    Aspose::Words::Style::get_ParagraphFormat method. Gets the paragraph formatting of the style in C++....Style::get_ParagraphFormat method Gets the paragraph formatting of the style. System...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/cpp/aspose.words/sty...