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

paragraph

(0.17 sec)
  1. Translate Markdown to DOM|Aspose.Words for .NET

    Translate a Markdown document to Document Object Model and back using C#. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/net/translate-markdown-to...
  2. ParagraphFormat.lineSpacing property | Aspose.W...

    ParagraphFormat.lineSpacing property. Gets or sets the line spacing (in points) for the Paragraph....spacing (in points) for the paragraph. get lineSpacing () : number...larger font is used within the paragraph. Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/pap...
  4. EditableRange.editableRangeEnd property | Aspos...

    EditableRange.editableRangeEnd property. Gets the node that represents the end of the editable range...." + " we cannot edit this paragraph without the password." );...builder . writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!... Top ; // Add a paragraph to the text box and add a...AppendChild ( new Paragraph ( doc )); Paragraph para = textBox ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...isInline()) { NodeCollection<Paragraph> paragraphs = shape.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true); Paragraph refNode = shape.getParentParagraph();...

    forum.aspose.com/t/alternative-way-to-extract-a...
  7. EditableRange.editableRangeStart property | Asp...

    EditableRange.editableRangeStart property. Gets the node that represents the start of the editable range...." + " we cannot edit this paragraph without the password." );...builder . writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Cell.ParentRow | Aspose.Words for .NET

    Discover the Cell ParentRow property to easily access the parent row of any cell, enhancing your data management and navigation efficiency....Enabling KeepWithNext for every paragraph in the table except for the...)) foreach ( Paragraph para in cell . Paragraphs ) { Assert ....

    reference.aspose.com/words/net/aspose.words.tab...
  9. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Insert Shape in Word using C# Paragraph Formatting in Word with Python...Python Paragraph Formatting in Word with Java Paragraph Formatting...

    kb.aspose.com/categories/page/16/
  10. Edit Markdown in C# – Aspose.HTML for .NET

    Code to edit Markdown files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MD file....example shows how to add a new paragraph to an MD document: C# code...SyntaxFactory; // Create a new paragraph var paragraphSyntaxNode =...

    products.aspose.com/html/net/editor/md/