Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 34,417 for

paragraph

(0.17 sec)
  1. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    DocumentVisitor VisitRowEnd method. Called when enumeration of a table row has ended in C#.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Run constructor | Aspose.Words for Python

    aspose.words.Run constructor...insert_before() on the paragraph where you want the run inserted...CompositeNode.insert_before() on the paragraph where you want the run inserted...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldRef.insert_hyperlink property | Aspose.Wor...

    FieldRef.insert_hyperlink property. Gets or sets whether to create a hyperlink to the bookmarked Paragraph....hyperlink to the bookmarked paragraph. @property def insert_hyperlink...'MyBookmark' , 'The referenced paragraph is ' , ' this field. \n '...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentVisitor class | Aspose.Words for Python

    aspose.words.DocumentVisitor class. Base class for custom document visitors... visit_paragraph_end(paragraph) Called when enumeration...of a paragraph has ended. visit_paragraph_start(paragraph) Called...

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

    Returns or sets the text alignment in a Paragraph with no inheritance. Read/write TextAlignmentaspose.slides/textalignment....sets the text alignment in a paragraph with no inheritance. Read/write...code shows how to Align Text Paragraphs in PowerPoint Presentation...

    reference.aspose.com/slides/net/aspose.slides/p...
  6. DocumentVisitor Class | Aspose.Words for .NET

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors in C#....VisitParagraphEnd ( Paragraph ) Called when enumeration of a paragraph has ended...VisitParagraphStart ( Paragraph ) Called when enumeration of a paragraph has started...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldRef.InsertHyperlink | Aspose.Words for .NET

    FieldRef InsertHyperlink property. Gets or sets whether to create a hyperlink to the bookmarked Paragraph in C#....hyperlink to the bookmarked paragraph. public bool InsertHyperlink..."MyBookmark" , "The referenced paragraph is " , " this field.\n" );...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldRef.InsertRelativePosition | Aspose.Words ...

    FieldRef InsertRelativePosition property. Gets or sets whether to insert the relative position of the referenced Paragraph in C#....position of the referenced paragraph. public bool InsertRelativePositi..."MyBookmark" , "The referenced paragraph is " , " this field.\n" );...

    reference.aspose.com/words/net/aspose.words.fie...
  9. InlineStory.FirstParagraph | Aspose.Words for .NET

    InlineStory FirstParagraph property. Gets the first Paragraph in the story in C#....the first paragraph in the story. public Paragraph FirstParagraph...how to add a comment to a paragraph. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/inl...
  10. Need to output tab aligned text with custom tab...

    I am currently creating custom tab stops and placing text at each tab stop. I am trying to have the text wrap at the tab (tab aligned text) when it runs over the width of the page. I have set the tabStop.Alignment to …... myBuilder) { Paragraph paragraph = (Paragraph)myBuilder.Document...GetChild(NodeType.Paragraph, 0, true); paragraph.ParagraphFormat...

    forum.aspose.com/t/need-to-output-tab-aligned-t...