Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 36,322 for

paragraph

(0.08 sec)
  1. Aspose::Words::Node Class Referenceabstract - A...

    Base class for all nodes of a Word document....MakeObject<Document>(); SharedPtr<Paragraph> para = doc->get_FirstSec...the first paragraph of this document. auto paragraph = System...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. HeaderFooter constructor | Aspose.Words for Python

    HeaderFooter constructor. Creates a new header or footer of the specified type....append a paragraph to it. The text in that paragraph # will appear...) para = header . append_paragraph ( 'My header.' ) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Remove | Aspose.Sildes for .NET API Reference

    Removes the first occurrence of a specific Paragraph....occurrence of a specific paragraph. public bool Remove ( IParagraph...Description item IParagraph The paragraph to remove from collection...

    reference.aspose.com/slides/net/aspose.slides/i...
  4. StyleType | Aspose.Words for Java

    Represents type of the style in Java....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::DocumentVisitor::VisitSectionEnd...

    Aspose::Words::DocumentVisitor::VisitSectionEnd method. Called when enumeration of a section has ended in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::NodeImporter Class Reference - A...

    Allows to efficiently perform repeated import of nodes from one document to another.... The paragraphs and runs of text merely reference...documents. For example, to copy a paragraph formatted with the Heading...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. textparagraph - Aspose.PDF for Java - API Refer...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PageSize ParagraphAbsorber Paragraphs PasswordBoxField PasswordType...extends Object Represents text paragraphs as multiline text object...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  8. GetEffectsByParagraph() | Aspose.Slides for C++...

    Returns array of effects for the specified Paragraph....effects for the specified paragraph. System :: ArrayPtr < System...SharedPtr < IParagraph > paragraph ) override See Also Typedef...

    reference.aspose.com/slides/cpp/aspose.slides.a...
  9. htmlinsertoptions - Aspose.Words for Java - API...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...USE_BUILDER_FORMATTING = 1 Use font and paragraph formatting specified in DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Cell.ensure_minimum method | Aspose.Words for P...

    Cell.ensure_minimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. def...cell ) # Cells may contain paragraphs with typical elements such...

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