Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 15,603 for

paragraph

(0.08 sec)
  1. 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...
  2. 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-...
  3. Save MD – C# Markdown Parser

    Code for saving Markdown files in C#. Use the C# library to parse, edit and save Markdown....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "Markdown...

    products.aspose.com/html/net/save-md/
  4. ListLevel.textPosition property | Aspose.Words ...

    ListLevel.textPosition property. Returns or sets the position (in points) for the second line of wrapping text for the list level....corresponds to LeftIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListFormat.listLevel property | Aspose.Words fo...

    ListFormat.listLevel property. Returns the list level formatting plus any formatting overrides applied to the current Paragraph....overrides applied to the current paragraph. get listLevel () : Aspose...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_SwapBordersFacingPgs method. Swap Paragraph Borders on Odd Numbered Pages in C++....ersFacingPgs method Swap Paragraph Borders on Odd Numbered Pages...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. Aspose::Words::Comment::Comment constructor | A...

    Aspose::Words::Comment::Comment constructor. Initializes a new instance of the Comment class in C++....or InsertBefore1() on the paragraph where you want the comment...your comment. SharedPtr < Paragraph > para = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/com...
  8. Aspose::Words::Fields::FieldBuilder::BuildAndIn...

    Aspose::Words::Fields::FieldBuilder::BuildAndInsert method. Builds and inserts a field into the document before the specified inline node in C++....System::SharedPtr<Aspose::Words::Paragraph>&) method Builds and inserts...the end of the specified paragraph. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Make DOC Using C++

    Make a new DOC in C++ in a few steps. Easily create DOC using C++ library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun->get_NextSibling()...

    products.aspose.com/words/cpp/make/doc/