Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 18,130 for

paragraph

(0.12 sec)
  1. Aspose::Words::Lists::ListLevel::get_IsLegal me...

    Aspose::Words::Lists::ListLevel::get_IsLegal method. True if the level turns all inherited numbers to Arabic, false if it preserves their number style in C++....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. Aspose::Words::Fields::FieldListNum class | Asp...

    Aspose::Words::Fields::FieldListNum class. Implements the LISTNUM field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs with LISTNUM fields. auto...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. How do I extract the entire point with it's sub...

    Suppose this is the text I need to extract from a document NOW THEREFORE the parties agree as follows: 1. All information disclosed by one party to the other to evaluate the Project and/or Purpose that is designated in…...Iterate Through Paragraphs : Loop through the paragraphs in the document...for List Items : For each paragraph, check if it is part of a...

    forum.aspose.com/t/how-do-i-extract-the-entire-...
  4. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Python via .NET calculates and applies effective shape properties for precise PowerPoint and OpenDocument rendering.... paragraphs [ 0 ] . portions [ 0 ] ....) print ( f "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/python-net/shape-effecti...
  5. Make A Document In C#

    Create a file using .NET library. Easily create a new document in C# in a few steps....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.NextSibling...

    products.aspose.com/words/net/make/
  6. TabStopCollection.removeByPosition method | Asp...

    TabStopCollection.removeByPosition method. Removes a tab stop at the specified position from the collection....right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 管理超链接|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中向 PowerPoint 演示文稿添加超链接...(); var paragraph = new aspose . slides . Paragraph (); paragraph...slides . FillType . Solid )); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/zh/nodejs-java/manage-hy...
  8. DocumentDirection enumeration | Aspose.Words fo...

    aspose.words.loading.DocumentDirection enumeration. Allows to specify the direction to flow the text in a document....# the direction of every paragraph of text that Aspose.Words...loads from plaintext. # Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StyleCollection.add method | Aspose.Words for P...

    StyleCollection.add method. Creates a new user defined style and adds it the collection....You can create character, paragraph or a list style. When creating...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/md/