Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 7,718 for

paragraph

(0.04 sec)
  1. ShapeBase.anchor_locked property | Aspose.Words...

    ShapeBase.anchor_locked property. Specifies whether the shape's anchor is locked....lock or unlock a shape’s paragraph anchor. doc = aw . Document...an anchor attached to this paragraph.' ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.FirstLineIndent | Aspose.Words ...

    Discover how to use the ParagraphFormat FirstLineIndent property to easily customize first line or hanging indents in your documents for improved readability....Examples Shows how to insert a paragraph into the document. Document..."Writeln" method ends the paragraph after appending text // and...

    reference.aspose.com/words/net/aspose.words/par...
  3. Range.revisions property | Aspose.Words for Nod...

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range....docx" ); let paragraph = doc . firstSection . body...firstParagraph ; for ( let revision of paragraph . range . revisions ) { if...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Section::Section constructor | A...

    Aspose::Words::Section::Section constructor. Initializes a new instance of the Section class in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. Cell.Paragraphs | Aspose.Words for .NET

    Discover the Cell Paragraphs property to access a collection of direct child Paragraphs, enhancing your document's structure and readability....Paragraphs Contents [ Hide ] Cell.Paragraphs property Gets a...a collection of paragraphs that are immediate children of the...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Aspose::Words::DocumentVisitor class | Aspose.W...

    Aspose::Words::DocumentVisitor class. Base class for custom document visitors. To learn more, visit the documentation article in C++....rds::Paragraph>) Called when enumeration of a paragraph has ended...rds::Paragraph>) Called when enumeration of a paragraph has started...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. FieldBidiOutline Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBidiOutline class for seamless BIDIOUTLINE field implementation, enhancing your document processing capabilities....node, returns its parent paragraph. If the field is already removed...delimits each level of the paragraph numbering. Examples Shows...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Tables::Cell::get_Paragraphs met...

    Aspose::Words::Tables::Cell::get_Paragraphs method. Gets a collection of Paragraphs that are immediate children of the cell in C++....Aspose::Words::Tables::Cell::get_Paragraphs method Contents [ Hide ]...Cell::get_Paragraphs method Gets a collection of paragraphs that are...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. OfficeMath.parent_paragraph property | Aspose.W...

    OfficeMath.parent_Paragraph property. Retrieves the parent [Paragraph](../../../aspose.words/Paragraph/) of this node....parent_paragraph property OfficeMath.parent_paragraph property...parent Paragraph of this node. @property def parent_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilder.writeln method | Aspose.Words f...

    aspose.words.DocumentBuilder.writeln method...writeln(text) Inserts a string and a paragraph break into the document. def...Remarks Current font and paragraph formatting specified by the...

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