Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 15,616 for

paragraph

(0.03 sec)
  1. Aspose::Words::BorderCollection::ClearFormattin...

    Aspose::Words::BorderCollection::ClearFormatting method. Removes all borders of an object in C++....remove all borders from all paragraphs in a document. auto doc =..."Borders.docx" ); // The first paragraph of this document has visible...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. Shape.FirstParagraph | Aspose.Words for .NET

    Retrieve the first Paragraph of a shape effortlessly. Enhance your document's layout with our easy-to-use Shape FirstParagraph feature....the first paragraph in the shape. public Paragraph FirstParagraph...VerticalAlignment . Top ; // Add a paragraph to the text box and add a...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Paste back shape data correctly - Free Support ...

    Hi, Need help in pasting back the content after correction of the content in shape also maintaining the styles of the document, need to maintain the correct referenc of complete document doc, content_blocks, clean_tex…...content_blocks, clean_text_paragraphs = extract_all_content_wi...style_last_hyperlink_field(paragraph, style):#non clickable format...

    forum.aspose.com/t/paste-back-shape-data-correc...
  4. Aspose::Words::ParagraphFormat::get_WidowContro...

    Aspose::Words::ParagraphFormat::get_WidowControl method. True if the first and last lines in the Paragraph are to remain on the same page as the rest of the Paragraph in C++....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. bool Aspose :: Words :: ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Aspose::Words::ParagraphFormat::get_LinesToDrop...

    Aspose::Words::ParagraphFormat::get_LinesToDrop method. Gets or sets the number of lines of the Paragraph text used to calculate the drop cap height in C++....the number of lines of the paragraph text used to calculate the..."LinesToDrop" property to designate a paragraph as a drop cap, // which will...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Run can only be a child of Paragraph or inline StructuredDocumentTa...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

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

    Discover the Paragraph AcceptEnd method, designed to enhance document navigation by efficiently accepting visitors at the end of Paragraphs....AcceptEnd Contents [ Hide ] Paragraph.AcceptEnd method Accepts a...the end of the document’s paragraph. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words/par...
  8. Font.StrikeThrough | Aspose.Words for .NET

    Discover the Font StrikeThrough property. Easily format text with strikethrough for clear visual emphasis in your designs. Enhance readability today!...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...
  9. FrameFormat.IsFrame | Aspose.Words for .NET

    Discover the FrameFormat IsFrame property. Easily determine if your Paragraph is a frame, enhancing your document's layout and design....property Returns true if the paragraph is a frame. public bool IsFrame...formatting properties of paragraphs that are frames. Document...

    reference.aspose.com/words/net/aspose.words/fra...
  10. Style.font property | Aspose.Words for Python

    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/python-net/aspose.wo...