Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 15,616 for

paragraph

(0.03 sec)
  1. Aspose::Words::Tables::Row class | Aspose.Words...

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the documentation article in C++....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. auto firstRow = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Change Text in a Table|Aspose.Words for .NET

    Change text in a table easily and fast instead of using Open XML SDK in C#....Document Create and Add a Paragraph Style Analyzing your prompt...

    docs.aspose.com/words/net/change-text-in-a-table/
  3. Aspose::Words::Lists::ListLevel::get_NumberForm...

    Aspose::Words::Lists::ListLevel::get_NumberFormat method. Returns or sets the number format for the list level in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. LayoutEnumerator.movePreviousLogical method | A...

    LayoutEnumerator.movePreviousLogical method. Moves to the previous sibling entity in a logical order....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ParagraphFormat.FarEastLineBreakControl | Aspos...

    Discover the ParagraphFormat FarEastLineBreakControl property, enabling East Asian line-breaking rules for precise text formatting in your documents....are applied to the current paragraph. public bool FarEastLineBreakCont...

    reference.aspose.com/words/net/aspose.words/par...
  6. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....pdf"); Shows how to show paragraph marks in a rendered output... // Add some paragraphs, then enable paragraph marks to show...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. Aspose::Words::ImportFormatOptions::get_KeepSou...

    Aspose::Words::ImportFormatOptions::get_KeepSourceNumbering method. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents. The default value is false in C++....auto & paragraph : System :: IterateOver < Paragraph > ( srcDoc...() -> get_Body () -> get_Paragraphs ())) { SharedPtr < Node >...

    reference.aspose.com/words/cpp/aspose.words/imp...
  9. ParagraphFormat.HangingPunctuation | Aspose.Wor...

    Discover how to enhance your text layout with the Hanging Punctuation property in ParagraphFormat. Optimize readability and style effortlessly!...is enabled for the current paragraph. public bool HangingPunctuation...

    reference.aspose.com/words/net/aspose.words/par...
  10. Create Markdown – C# Code Examples

    Code for creating Markdown files in C#. Use the C# library to create Markdown from scratch and open, parse, or edit MD files....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "First...

    products.aspose.com/html/net/create-markdown/