Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 8,095 for

paragraph

(0.29 sec)
  1. OutlineLevel enumeration | Aspose.Words for Nod...

    Aspose.Words.OutlineLevel enumeration. Specifies the outline level of a Paragraph in the document....Specifies the outline level of a paragraph in the document. Members Name...Name Description Level1 The paragraph is at the outline level 1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Paragraph.is_format_revision property | Aspose....

    Paragraph.is_format_revision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled....is_format_revision property Paragraph.is_format_revision property...Shows how to check whether a paragraph is a format revision. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in Java... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/java/text-formatting/
  4. Document.update_list_labels method | Aspose.Wor...

    Document.update_list_labels method. Updates list labels for all list items in the document....label_string for each Paragraph.list_label object in the document...extract the list labels of all paragraphs that are list items. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Superscript and Subscript|Aspose.Slides for Nod...

    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....subscript text inside any paragraph portion. For adding Superscript...Clear existing Paragraphs Create a new paragraph object for holding...

    docs.aspose.com/slides/nodejs-java/superscript-...
  6. Aspose::Words::FrameFormat::get_HorizontalPosit...

    Aspose::Words::FrameFormat::get_HorizontalPosition method. Gets horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  7. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the Paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::FrameFormat::get_IsFrame method ...

    Aspose::Words::FrameFormat::get_IsFrame method. Returns true if the Paragraph is a frame in C++....method Returns true if the paragraph is a frame. bool Aspose ::...formatting properties of paragraphs that are frames. auto doc...

    reference.aspose.com/words/cpp/aspose.words/fra...
  9. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a Paragraph...all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. Properties Name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListLabel | Aspose.Words for Java

    Defines properties specific to a list label in Java....extract the list labels of all paragraphs that are list items. {@code...listParaCount = 1; for (Paragraph paragraph : (Iterable) doc.getChildNodes(NodeType...

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