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

paragraphs

(0.09 sec)
  1. Style.remove method | Aspose.Words for Node.js

    Style.remove method. Removes the specified style from the document....removed from corresponding paragraphs, runs and tables. If base.... add ( aw . StyleType . Paragraph , "MyStyle" ); style . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Paragraphs method. Represents an estimate of the number of Paragraphs in the document in C++....uiltInDocumentPrope::get_Paragraphs method Contents [ Hide ]...BuiltInDocumentPrope::get_Paragraphs method Represents an estimate...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java...topic series of managing text paragraphs. This page will illustrate...illustrate how we can manage paragraph bullets. Bullets are more useful...

    docs.aspose.com/slides/androidjava/manage-bullet/
  4. ListLabel class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListLabel class. Defines properties specific to a list label...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...
  5. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the document....removed from corresponding paragraphs, runs and tables. If base.... add ( aw . StyleType . PARAGRAPH , 'MyStyle' ) style . font...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Portable Document Format (PDF)|Aspose.Slides Do...

    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....Shapes Text and Formatting Paragraphs and Formatting Hyperlinks...

    docs.aspose.com/slides/cpp/portable-document-fo...
  7. PageSetup.lineNumberRestartMode property | Aspo...

    PageSetup.lineNumberRestartMode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". // This paragraph is on the 15th line, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. LineNumberRestartMode enumeration | Aspose.Word...

    Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". // This paragraph is on the 15th line, which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. VerticalAlignment enumeration | Aspose.Words fo...

    Aspose.Words.Drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....possible value for floating paragraphs and tables. Default Same...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. RevisionsView | Aspose.Words for Java

    Allows to specify whether to work with the original or revised version of a document in Java....updateListLabels(); ParagraphCollection paragraphs = doc.getFirstSection().getBody()...Assert.assertEquals("1.", paragraphs.get(0).getListLabel().getLabelString());...

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