Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 15,603 for

paragraph

(0.04 sec)
  1. Aspose::Words::LowCode::MailMergeOptions::get_U...

    Aspose::Words::LowCode::MailMergeOptions::get_UseWholeParagraphAsRegion method. Gets a value indicating whether whole Paragraph with TableStart or TableEnd field or particular range between TableStart and TableEnd fields should be included into mail merge region in C++....indicating whether whole paragraph with TableStart or TableEnd...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. Aspose::Words::EditableRangeEnd class | Aspose....

    Aspose::Words::EditableRangeEnd class. Represents an end of an editable range in a Word document. To learn more, visit the documentation article in C++....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples Shows how to limit...

    reference.aspose.com/words/cpp/aspose.words/edi...
  3. Aspose::Words::Comparing::CompareOptions class ...

    Aspose::Words::Comparing::CompareOptions class. Allows to choose additional options for document comparison operation. To learn more, visit the documentation article in C++....DocumentBuilder > ( docOriginal ); // Paragraph text referenced with an endnote:...world! This is the first paragraph." ); builder -> InsertFootnote...

    reference.aspose.com/words/cpp/aspose.words.com...
  4. TabStop.Equals | Aspose.Words for .NET

    Discover the TabStop Equals method to efficiently compare TabStop instances. Enhance your coding precision and streamline your development process!...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...AreEqual ( 2 , paragraphs . Count ); // Each paragraph gets its tab...

    reference.aspose.com/words/net/aspose.words/tab...
  5. TabStopCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all tab stop positions with the TabStopCollection Clear method. Streamline your layout for a cleaner, more organized interface....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...AreEqual ( 2 , paragraphs . Count ); // Each paragraph gets its tab...

    reference.aspose.com/words/net/aspose.words/tab...
  6. TabStop.isClear property | Aspose.Words for Nod...

    TabStop.isClear property. Returns ``true`` if this tab stop clears any existing tab stops in this position....let paragraphs = doc . firstSection . body . paragraphs ; expect...expect ( paragraphs . count ). toEqual ( 2 ); // Each paragraph gets...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Shape constructor | Aspose.Words for Python

    Shape constructor. Creates a new shape object.... first_paragraph . append_child ( shape ) doc...VerticalAlignment . TOP # Add a paragraph to the text box and add a...

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

    aspose.words.lowcode.SplitOptions class. Specifies options how the document is split into parts....split_style Specifies the paragraph style for splitting the document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Node.asParagraph method | Aspose.Words for Node.js

    Node.asParagraph method. Cast node to [Paragraph](../../Paragraph/)....asParagraph() Cast node to Paragraph . asParagraph () Remarks If...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::TabStopCollection::After method ...

    Aspose::Words::TabStopCollection::After method. Gets a first tab stop to the right of the specified position in C++....SharedPtr < ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...