Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 7,667 for

paragraph

(0.03 sec)
  1. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... PARAGRAPH A paragraph of text. BOOKMARK_START...images, fields,etc.) within a paragraph STRUCTURED_DOCUMENT_TAG Allows...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first Paragraph in the story in C++....ph method Gets the first paragraph in the story. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Story...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. FieldStyleRef.InsertParagraphNumberInRelativeCo...

    Discover the FieldStyleRef InsertParagraphNumberInRelativeContext property to easily manage Paragraph numbering in your documents for enhanced clarity....insert the paragraph number of the referenced paragraph in relative...)" ; // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Style::get_Font method | Aspose....

    Aspose::Words::Style::get_Font method. Gets the character formatting of the style in C++....() -> Add ( StyleType :: Paragraph , u "MyStyle" ); style ->...from the document to the paragraph that the document builder...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for Paragraph breaks in C++....commonly used in text files for paragraph breaks. static System :: String...new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Paragraph.is_delete_revision property | Aspose....

    Paragraph.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled....is_delete_revision property Paragraph.is_delete_revision property...how to work with revision paragraphs. doc = aw . Document () body...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.IsInline | Aspose.Words for .NET

    Discover the ShapeBase IsInline property to easily check if your shape aligns with text, enhancing your design and improving layout efficiency....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. //...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::CompositeNode::GetChildNodes met...

    Aspose::Words::CompositeNode::GetChildNodes method. Returns a live collection of child nodes that match the specified type in C++....document, by default, has one paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...() -> get_Body () -> get_Paragraphs () -> get_Count ()); // Composite...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. OutlineLevel enumeration | Aspose.Words for Nod...

    Aspose.Words.OutlineLevel enumeration. Specifies the outline level of a Paragraph in the document....Specifies the outline level of a paragraph in the document. Members Name...Name Description Level1 The paragraph is at the outline level 1...

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