Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 17,314 for

paragraph

(0.08 sec)
  1. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....child of Paragraph . Comment can contain Paragraph and Table...how to add a comment to a paragraph. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  2. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....new paragraph and append the watermark to this paragraph. Paragraph...Paragraph watermarkPara = new Paragraph ( doc ); watermarkPara . AppendChild...

    docs.aspose.com/words/net/add-watermark/
  3. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....body, which in turn has a paragraph. // We can add contents to...shapes, or tables to that paragraph. Assert . That ( doc . GetChild...

    reference.aspose.com/words/net/aspose.words/sec...
  4. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++....DocumentBuilder > ( doc ); // Insert paragraphs with text with DocumentBuilder...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Paste the styles after sentence correction - Fr...

    Hi we have a document which contains grammar corrections and sentence corrections we have run information along with actual Paragraph - stored in form of dictionary, which contains complete Paragraph as ‘text’ and style…...information along with actual paragraph - stored in form of dictionary... which contains complete paragraph as ‘text’ and style(font name...

    forum.aspose.com/t/paste-the-styles-after-sente...
  6. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...
  7. ShapeBase.anchorLocked property | Aspose.Words ...

    ShapeBase.anchorLocked property. Specifies whether the shape's anchor is locked....lock or unlock a shape’s paragraph anchor. let doc = new aw ...an anchor attached to this paragraph." ); let shape = builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ViewOptions.do_not_display_page_boundaries prop...

    ViewOptions.do_not_display_page_boundaries property. Turns off display of the space between the top of the text and the top edge of the page.... writeln ( 'Paragraph 1, Page 1.' ) builder . insert_break...PAGE_BREAK ) builder . writeln ( 'Paragraph 2, Page 2.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldRef.bookmark_name property | Aspose.Words ...

    FieldRef.bookmark_name property. Gets or sets the referenced bookmark's name....'MyBookmark' , 'The referenced paragraph is ' , ' this field. \n '...'MyBookmark' , "The bookmark's paragraph number is " , ' \n ' ) field...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Section.clear_content method | Aspose.Words for...

    Section.clear_content method. Clears the section....is cleared, only one empty paragraph is left that represents the.... first_section . body . paragraphs . count ) # Running the "ClearContent"...

    reference.aspose.com/words/python-net/aspose.wo...