Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 15,552 for

paragraph

(0.16 sec)
  1. Aspose::Words::DocumentVisitor::VisitParagraphE...

    Aspose::Words::DocumentVisitor::VisitParagraphEnd method. Called when enumeration of a Paragraph has ended in C++....Called when enumeration of a paragraph has ended. virtual Aspose...Aspose :: Words :: Paragraph > paragraph ) Parameter Type Description...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...if the current node is a paragraph if (currentNode.NodeType ==...NodeType.Paragraph) { Paragraph currentParagraph = (Paragraph)currentNode;...

    forum.aspose.com/t/how-to-create-a-content-cont...
  3. ListLabel class | Aspose.Words for Python

    aspose.words.lists.ListLabel class. Defines properties specific to a list label...extract the list labels of all paragraphs that are list items. doc...NodeType . PARAGRAPH , True ) # Find if we have the paragraph list...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node.customNodeId property | Aspose.Words for N...

    Node.customNodeId property. Specifies custom node identifier....the first paragraph of this document. let paragraph = doc . getParagraph...getParagraph ( 0 , true ); paragraph . appendChild ( new aw . Run...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ControlChar.PARAGRAPH_BREAK property | Aspose.W...

    ControlChar.Paragraph_BREAK property. End of Paragraph character: \x000d or \r...PARAGRAPH_BREAK property ControlChar.PARAGRAPH_BREAK property...property End of paragraph character: “\x000d” or “\r”. Same as ControlChar...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.isEndOfSection property | Aspose.Word...

    Paragraph.isEndOfSection property. True if this Paragraph is the last Paragraph in the [Body](../../body/) (main text story) of a [Section](../../section/); false otherwise....isEndOfSection property Paragraph.isEndOfSection property True...True if this paragraph is the last paragraph in the Body (main...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_Paragraph property. Gets the last Paragraph in the story....last_paragraph property InlineStory.last_paragraph property Gets...last paragraph in the story. @property def last_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FrameFormat.HorizontalAlignment | Aspose.Words ...

    Discover the FrameFormat HorizontalAlignment property to easily adjust and optimize your frame's horizontal alignment for better design control....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  9. Node.document property | Aspose.Words for Python

    Node.document property. Gets the document to which this node belongs.... Paragraph ( doc ) para . append_child...have not yet appended this paragraph as a child to any composite...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat.AddSpaceBetweenFarEastAndDigit ...

    Optimize your document's layout with the AddSpaceBetweenFarEastAndDigit property, enhancing readability by adjusting spacing between East Asian text and numbers....Asian text in the current paragraph. public bool AddSpaceBetweenFarEa...Examples Shows how to insert a paragraph into the document. Document...

    reference.aspose.com/words/net/aspose.words/par...