Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 18,176 for

paragraphs

(0.06 sec)
  1. DocumentVisitor.visitParagraphEnd method | Aspo...

    DocumentVisitor.visitParagraphEnd method. Called when enumeration of a paragraph has ended....visitParagraphEnd(paragraph) Called when enumeration of a paragraph has ended...visitParagraphEnd ( paragraph : Aspose . Words . Paragraph ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentVisitor.visitBodyStart method | Aspose....

    DocumentVisitor.visitBodyStart method. Called when enumeration of the main text story in a section has started.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentVisitor.visitRun method | Aspose.Words ...

    DocumentVisitor.visitRun method. Called when a run of text in the is encountered.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentVisitor.visitSectionStart method | Aspo...

    DocumentVisitor.visitSectionStart method. Called when enumeration of a section has started.... paragraphs . count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Border.equals method | Aspose.Words for Python

    Border.equals method. Determines whether the specified border is equal in value to the current border....writeln ( 'Paragraph 1.' ) builder . write ( 'Paragraph 2.' ) #...configuration while creating # these paragraphs, their border collections...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Lists::ListLevel class | Aspose....

    Aspose::Words::Lists::ListLevel class. Defines formatting for a list level. To learn more, visit the documentation article in C++....get_LinkedStyle () Gets or sets the paragraph style that is linked to this...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. Style.ListFormat | Aspose.Words for .NET

    Discover how to customize the ListFormat property for paragraph styles, enhancing your document's organization and visual appeal....formatting properties of a paragraph style. public ListFormat ListFormat...property is only valid for paragraph styles. For other style types...

    reference.aspose.com/words/net/aspose.words/sty...
  8. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent pages because when the content g…...Paragraphs) { var table = para as Table;...binding – if you add or remove paragraphs/tables after the foreach...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  9. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all Paragraphs and filtering list items using is_list_item method. Furt…...have tried iterating all paragraphs and filtering list items...get_child_nodes(aw.NodeType.PARAGRAPH, True): if para.as_paragraph().is_list_item:...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  10. Aspose::Words::FrameFormat::get_HeightRule meth...

    Aspose::Words::FrameFormat::get_HeightRule method. Gets the rule for determining the height of the specified frame in C++....formatting properties of paragraphs that are frames. auto doc...Document > ( get_MyDir () + u "Paragraph frame.docx" ); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/fra...