Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 4,608 for

paragraph builder

(0.1 sec)
  1. ListLevelAlignment enumeration | Aspose.Words f...

    aspose.words.lists.ListLevelAlignment enumeration. Specifies alignment for the list number or bullet....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Comment.add_reply method | Aspose.Words for Python

    Comment.add_reply method. Adds a reply to this comment.... Document () builder = aw . DocumentBuilder ( doc...up at the location of its paragraph, # outside the right-side...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....Document(); DocumentBuilder builder = new DocumentBuilder(docOriginal);...; // Paragraph text referenced with an endnote: builder.writeln("Hello...

    reference.aspose.com/words/java/com.aspose.word...
  4. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... Document () builder = aw . DocumentBuilder ( doc...DocumentBuilder. builder . write ( 'Run 1. ' ) builder . write ( 'Run...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldPrint class | Aspose.Words for Python

    aspose.words.fields.FieldPrint class. Implements the PRINT field...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ConditionalStyle.paragraphFormat property | Asp...

    ConditionalStyle.ParagraphFormat property. Gets the Paragraph formatting of the conditional style....paragraphFormat property Gets the paragraph formatting of the conditional...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. LayoutCollector.clear method | Aspose.Words for...

    LayoutCollector.clear method. Clears all collected layout data... builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby.... builder = Rjb :: import ( 'com.aspose...( document ) ##### a new paragraph in the document with the text...

    docs.aspose.com/words/java/hello-world-in-ruby/
  9. DropCapPosition | Aspose.Words for Java

    Specifies the position for a drop cap text in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...; // Insert one paragraph with a large letter that the text in...

    reference.aspose.com/words/java/com.aspose.word...
  10. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every Paragraph. I want to insert at end of every Paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...every paragraph. I want to insert at end of every paragraph a shortcut...the document. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...