Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 8,645 for

paragraph

(0.09 sec)
  1. ParagraphFormat.add_space_between_far_east_and_...

    ParagraphFormat.add_space_between_far_east_and_alpha property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current Paragraph....Asian text in the current paragraph. @property def add_space_...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Story.first_paragraph property | Aspose.Words f...

    Story.first_Paragraph property. Gets the first Paragraph in the story....first_paragraph property Story.first_paragraph property Gets...first paragraph in the story. @property def first_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ControlChar.ParagraphBreakChar | Aspose.Words f...

    Discover the ControlChar ParagraphBreakChar field, streamline your text formatting with the essential end-of-Paragraph character for efficient document editing....ParagraphBreakChar field End of paragraph character: (char)13 or “\r”...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  4. 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...
  5. Aspose::Words::NodeCollection::get_Count method...

    Aspose::Words::NodeCollection::get_Count method. Gets the number of nodes in the collection in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....Document > (); SharedPtr < Paragraph > para = doc -> get_FirstSection...the first paragraph of this document. auto paragraph = System...

    reference.aspose.com/words/cpp/aspose.words/node/
  7. Aspose::Words::ParagraphFormat::get_KeepTogethe...

    Aspose::Words::ParagraphFormat::get_KeepTogether method. True if all lines in the Paragraph are to remain on the same page in C++....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. auto doc...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index....existing list to a collection of paragraphs. doc = aw . Document () builder...writeln ( 'Paragraph 1' ) builder . writeln ( 'Paragraph 2' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Style::get_ParagraphFormat metho...

    Aspose::Words::Style::get_ParagraphFormat method. Gets the Paragraph formatting of the style in C++....Style::get_ParagraphFormat method Gets the paragraph formatting of the style. System...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!...to work with breaks: &p - paragraph break &b - section break &m..."Numbers 1, 2, 3" ); // Inserts paragraph break after Numbers. doc ...

    reference.aspose.com/words/net/aspose.words/ran...