Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 15,616 for

paragraph

(0.03 sec)
  1. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Discover the Font DoubleStrikeThrough property. Easily format text with a double strikethrough for enhanced clarity and style in your documents....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/net/aspose.words/fon...
  2. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first Paragraph in the story in C++....ph method Gets the first paragraph in the story. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Story...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. Aspose::Words::FrameFormat::get_Height method |...

    Aspose::Words::FrameFormat::get_Height method. Gets the height of the specified frame in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  4. ParagraphCollection.Item | Aspose.Words for .NET

    Access specific Paragraphs easily with the ParagraphCollection Item property. Retrieve any Paragraph by index for seamless text management....Retrieves a Paragraph at the given index. public Paragraph this [...Shows how to check whether a paragraph is a move revision. Document...

    reference.aspose.com/words/net/aspose.words/par...
  5. Aspose::Words::Story::get_Paragraphs method | A...

    Aspose::Words::Story::get_Paragraphs method. Gets a collection of Paragraphs that are immediate children of the story in C++....Aspose::Words::Story::get_Paragraphs method Contents [ Hide ]...Story::get_Paragraphs method Gets a collection of paragraphs that are...

    reference.aspose.com/words/cpp/aspose.words/sto...
  6. Style.font property | Aspose.Words for Node.js

    Style.font property. Gets the character formatting of the style.... Paragraph , "MyStyle" ); style . font...from the document to the paragraph that the document builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Style Class | Aspose.Words for .NET

    Discover Aspose.Words.Style class for managing custom and built-in styles effortlessly. Enhance your document formatting with ease and precision....formatting properties of a paragraph style. Locked { get; set;...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/net/aspose.words/style/
  8. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method...align='right'>Paragraph right</p>" + '<b>Implicit paragraph left</b>'...formatting. paragraphs = doc . first_section . body . paragraphs self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DropCapPosition | Aspose.Words for Java

    Specifies the position for a drop cap text in Java....DocumentBuilder(doc); // Insert one paragraph with a large letter that the...text in the second and third paragraphs begins with. builder.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...align='right'>Paragraph right</p>" + "<b>Implicit paragraph left</b>"...let paragraphs = doc . firstSection . body . paragraphs ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...