Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 15,610 for

paragraph

(0.16 sec)
  1. MutationObserver – How to Use in C#

    This article covers the Aspose.HTML for .NET advanced feature such as a document observation mechanism....tree to check 28 // Create a paragraph element and append it to the...text and append it to the paragraph 33 Text text = document. CreateTextNode...

    docs.aspose.com/html/net/mutationobserver/
  2. Aspose::Words::Drawing::ImageData::get_CropTop ...

    Aspose::Words::Drawing::ImageData::get_CropTop method. Defines the fraction of picture removal from the top side in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::ImageData::get_CropLeft...

    Aspose::Words::Drawing::ImageData::get_CropLeft method. Defines the fraction of picture removal from the left side in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Arabic text Issue in DOC file - Free Support Fo...

    Hi, we are facing below issue while inserting Arabic text with English in doc. As we are using below code to insert data in DOC. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); /…...data with Arabic text in paragraph format. Document doc = new...we want insert text as a paragraph. how can differentiate data...

    forum.aspose.com/t/arabic-text-issue-in-doc-fil...
  5. CommentRangeStart class | Aspose.Words for Node.js

    Aspose.Words.CommentRangeStart class. Denotes the start of a region of text that has a comment associated with it...and can only be a child of Paragraph . Inheritance: CommentRangeStart...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Revision::get_DateTime method | ...

    Aspose::Words::Revision::get_DateTime method. Gets or sets the date/time of this revision in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/rev...
  7. Aspose::Words::Document::get_HasRevisions metho...

    Aspose::Words::Document::get_HasRevisions method. Returns true if the document has any tracked changes in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Table Position in Python|Aspose.Words for Python

    Specify table position in Python. Get a table alignment, get and set floating table position using Python....always appear between the paragraphs where you placed them. Floating...the table relative to the paragraph is determined by the table...

    docs.aspose.com/words/python-net/position-a-table/
  9. FieldPage Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPage class for seamless PAGE field implementation. Enhance your document automation with powerful features today!...node, returns its parent paragraph. If the field is already removed...= new Document ( MyDir + "Paragraphs.docx" ); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. SdtType | Aspose.Words for Java

    Specifies the type of a structured document tag SDT node in Java....INLINE); Paragraph paragraph = doc.getFirstSection()...getBody().getFirstParagraph(); paragraph.appendChild(sdt); // Create...

    reference.aspose.com/words/java/com.aspose.word...