Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 17,597 for

paragraph

(0.05 sec)
  1. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/java/com.aspose.word...
  2. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....and can only be a child of Paragraph . SpecialChar char is used... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. CompositeNode Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompositeNode class, your essential tool for creating complex document structures with ease and efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/com...
  5. 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...
  6. Node.ToString | Aspose.Words for .NET

    Discover the Node ToString method, effortlessly convert node content into strings with customizable formats for enhanced data handling. Optimize your coding today!...extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words/nod...
  7. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this Paragraph, including applied indirectly by styles or lists....tab stops applied to this paragraph, including applied indirectly...set custom tab stops for a paragraph. doc = aw . Document () para...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldRef.InsertParagraphNumberInRelativeContext...

    Manage Paragraph numbering effortlessly with the FieldRef InsertParagraphNumberInRelativeContext property. Enhance document organization and clarity....insert the paragraph number of the referenced paragraph in relative..."MyBookmark" , "The referenced paragraph is " , " this field.\n" );...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Shape.lastParagraph property | Aspose.Words for...

    Shape.lastParagraph property. Gets the last Paragraph in the shape....lastParagraph property Gets the last paragraph in the shape. get lastParagraph...lastParagraph () : Aspose . Words . Paragraph See Also module Aspose.Words...

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