Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 15,612 for

paragraphs

(0.05 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::HtmlSav...

    Aspose::Words::Saving::HtmlSaveOptions::HtmlSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Html format in C++....the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::DocumentVisitor::VisitRun method...

    Aspose::Words::DocumentVisitor::VisitRun method. Called when a run of text in the is encountered in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::DocumentVisitor::VisitDocumentSt...

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

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. ListLevel.LinkedStyle | Aspose.Words for .NET

    Discover the ListLevel LinkedStyle property to easily manage and customize paragraph styles for your lists, enhancing your document's formatting and readability....property Gets or sets the paragraph style that is linked to this...level is not linked to a paragraph style. This property can be...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ListLevel.linked_style property | Aspose.Words ...

    ListLevel.linked_style property. Gets or sets the paragraph style that is linked to this list level....property Gets or sets the paragraph style that is linked to this...level is not linked to a paragraph style. This property can be...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListLevel.is_legal property | Aspose.Words for ...

    ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....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/python-net/aspose.wo...
  7. Aspose::Words::DocumentVisitor::VisitBodyStart ...

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

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::DocumentVisitor::VisitDocumentEn...

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

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::DocumentVisitor::VisitSubDocumen...

    Aspose::Words::DocumentVisitor::VisitSubDocument method. Called when a sub-document is encountered in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. BlockImportMode | Aspose.Words for Java

    Specifies how properties of block-level elements are imported from HTML-based documents in Java....html = "\n\n \n \n paragraph 1\n paragraph 2\n\n\n"; HtmlLoadOptions...stored on child elements (i.e. paragraphs or tables). Remarks: Properties...

    reference.aspose.com/words/java/com.aspose.word...