Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 18,130 for

paragraph

(0.2 sec)
  1. DocumentBase.document property | Aspose.Words f...

    DocumentBase.document property. Gets this instance....a Section, a Body, and a Paragraph. const section = new aw ....); const para = new aw . Paragraph ( doc ); body . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.Borders | Aspose.Words for .NET

    Discover the ParagraphFormat Borders property to easily manage and customize your Paragraph borders, enhancing document aesthetics and readability....collection of borders of the paragraph. public BorderCollection Borders...Examples Shows how to insert a paragraph with a top border. Document...

    reference.aspose.com/words/net/aspose.words/par...
  3. Multi-column questionnaire|Documentation

    A compact questionnaire with multi-column layout and open-ended questions.... paragraph Combine texts with different...border_size=5 border_color=Black ?paragraph= ?content=How satisfied were...

    docs.aspose.com/omr/net/txt-markup/examples/mul...
  4. Aspose::Words::LowCode::SplitOptions class | As...

    Aspose::Words::LowCode::SplitOptions class. Specifies options how the document is split into parts in C++....get_SplitStyle () const Specifies the paragraph style for splitting the document...System::String&) Specifies the paragraph style for splitting the document...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. NodeImporter.importNode method | Aspose.Words f...

    NodeImporter.importNode method. Imports a node from one document into another.... Paragraph || insertionDestination ....that is not the last empty paragraph of a section. for ( var srcSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. InlineStory.firstParagraph property | Aspose.Wo...

    InlineStory.firstParagraph property. Gets the first Paragraph in the story....firstParagraph property Gets the first paragraph in the story. get firstParagraph...firstParagraph () : Aspose . Words . Paragraph Examples Shows how to insert...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Lists::ListFormat::get_List meth...

    Aspose::Words::Lists::ListFormat::get_List method. Gets or sets the list this Paragraph is a member of in C++....Gets or sets the list this paragraph is a member of. System ::...bullets and numbering from the paragraph and sets the list level number...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Create Tagged PDF using Python|Aspose.PDF for P...

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Python via .NET....contains 2 elements: header and paragraph. import aspose.pdf as ap #...Header" ) paragraph_element = tagged_content . create_paragraph_element...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/
  9. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  10. TabStopCollection.Equals | Aspose.Words for .NET

    Discover the TabStopCollection Equals method to easily compare TabStopCollections for equality, enhancing your coding efficiency and accuracy....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . That ( paragraphs . Count , Is . EqualTo ( 2 )); // Each...

    reference.aspose.com/words/net/aspose.words/tab...