Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 4,637 for

paragraph builder

(0.05 sec)
  1. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...does not count as a revision. builder.write("This does not count...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldTime | Aspose.Words for Java

    Implements the TIME field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldTime field = insertFieldTime(builder, ""); Assert.assertEquals("...

    reference.aspose.com/words/java/com.aspose.word...
  3. ImageSaveOptions.page_set property | Aspose.Wor...

    ImageSaveOptions.page_set property. Gets or sets the pages to render...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Page 1.' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldBuilder constructor | Aspose.Words for Python

    FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class....insert a field using a field builder. doc = aw . Document () # A...document is with a document builder. builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy of content of the source section at the beginning of this section....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Style::get_BaseStyleName method ...

    Aspose::Words::Style::get_BaseStyleName method. Gets/sets the name of the style this style is based on in C++...."MyStyle Alias 2" )); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> MoveToDocumentEnd (); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and section properties.... Document () builder = aw . DocumentBuilder ( doc...for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document Builder in Java.... Inserting a Paragraph DocumentBuilder.writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/java/use-documentbuilder-...
  10. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

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