Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 7,682 for

paragraph

(0.05 sec)
  1. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++....other content, specify font, paragraph and section formatting. To...related formatting for a paragraph. HeaderFooter Represents a...

    reference.aspose.com/words/cpp/aspose.words/
  2. Border.themeColor property | Aspose.Words for N...

    Border.themeColor property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....Examples Shows how to insert a paragraph with a top border. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StyleCollection.add method | Aspose.Words for N...

    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/nodejs-net/aspose.wo...
  4. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font....formatting to its current paragraph and any new text added by...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TabAlignment | Aspose.Words for Java

    Specifies the alignment/type of a tab stop in Java....for a paragraph. Document doc = new Document(); Paragraph para...getFirstParagraph(); // If we are in a paragraph with no tab stops in this...

    reference.aspose.com/words/java/com.aspose.word...
  6. Insert Bullets in Word using C#

    Follow this article to insert bullets in Word using C#. It has the details for IDE, steps, and a sample code for creating Microsoft Word bullet points using C#....stop the list in the current paragraph. This article has guided us...want to convert an existing paragraph to bullets, refer to the article...

    kb.aspose.com/words/net/insert-bullets-in-word-...
  7. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....paragraphs.get_Item(0).paragraphFormat...setColor(Color.WHITE); // Creates the Paragraph object for text frame IParagraph...

    forum.aspose.com/t/disable-spell-check-and-gram...
  8. ParagraphFormat.hangingPunctuation property | A...

    ParagraphFormat.hangingPunctuation property. Gets or sets a flag indicating whether hanging punctuation is enabled for the current Paragraph....is enabled for the current paragraph. get hangingPunctuation ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::TabStopCollection::get_Count met...

    Aspose::Words::TabStopCollection::get_Count method. Gets the number of tab stops in the collection in C++....SharedPtr < ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. How to Change Background Color in HTML? C# Exam...

    In this article, we will use C# examples to show different ways to change background color in HTML files using Aspose.HTML for .NET....tPath); 9 10 // Find the paragraph element to set a style attribute...attribute 11 HTMLElement paragraph = (HTMLElement)document. GetElementsByTagName...

    docs.aspose.com/html/net/how-to-articles/how-to...