Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 18,511 for

paragraph

(0.14 sec)
  1. Automating PowerPoint Generation in JavaScript:...

    Automate slide creation on cloud platforms with Aspose.Slides for Node.js—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....) { let paragraph = new aspose . slides . Paragraph (); paragraph... BulletType . Symbol )); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/nodejs-java/automating-p...
  2. CleanupOptions.duplicateStyle property | Aspose...

    CleanupOptions.duplicateStyle property. Gets/sets a flag indicating whether duplicate styles should be removed from document... Paragraph , "MyStyle1" ); myStyle ..... add ( aw . StyleType . Paragraph , "MyStyle2" ); duplicateStyle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldRef.insert_relative_position property | As...

    FieldRef.insert_relative_position property. Gets or sets whether to insert the relative position of the referenced Paragraph....position of the referenced paragraph. @property def insert_relative_position...FieldRef FieldRef.insert_paragraph_number_in_relative_context...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Add Color in HTML Using Aspose.HTML for ...

    Learn how to add color to HTML using Aspose.HTML for Python. Apply background colors, text styles, and dynamic CSS programmatically to create styled HTML....append_child(style) # Create a regular paragraph and assign text content p...text_content = "This is a paragraph with default text color."...

    products.aspose.com/html/python-net/how-to-add-...
  5. LayoutEnumerator.moveNextLogical method | Aspos...

    LayoutEnumerator.moveNextLogical method. Moves to the next sibling entity in a logical order....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Layout::LayoutEnumerator::MovePr...

    Aspose::Words::Layout::LayoutEnumerator::MovePreviousLogical method. Moves to the previous sibling entity in a logical order. When iterating lines of a Paragraph broken across pages this method will move to the previous line even if it resides on another page in C++....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. SplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts in Java....is split into parts at a paragraph formatted using the style...is split into parts at a paragraph formatted using the style...

    reference.aspose.com/words/java/com.aspose.word...
  8. CompositeNode.getText method | Aspose.Words for...

    CompositeNode.getText method. Gets the text of this node and of all its children....Examples Shows how to output all paragraphs in a document that are list...getChildNodes ( aw . NodeType . Paragraph , true )]; for ( let node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Fields::FieldAutoNum::get_Separa...

    Aspose::Words::Fields::FieldAutoNum::get_SeparatorCharacter method. Gets or sets the separator character to be used in C++....Examples Shows how to number paragraphs using autonum fields. auto...builder -> Writeln ( u " \t Paragraph 1." ); ASSERT_EQ ( u " AUTONUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Make DOC Using Java

    Make a new DOC in Java in a few steps. Easily create DOC using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/doc/