Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 4,610 for

paragraph builder

(0.18 sec)
  1. FieldPage | Aspose.Words for Java

    Implements the PAGE field in Java....Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

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

    Implements the AUTONUMOUT field in Java....Examples: Shows how to number paragraphs using AUTONUMOUT fields....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldFormula | Aspose.Words for Java

    Implements the formula field in Java....Document(); // Use a field builder to construct a mathematical...DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  5. BookmarkCollection.remove method | Aspose.Words...

    aspose.words.BookmarkCollection.remove method... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java....PARAGRAPH); doc.getGlossaryDocument()...brochure.dotx"}); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldQuote field = (FieldQuote) builder.insertField(FieldType.FIELD_QUOTE...

    reference.aspose.com/words/java/com.aspose.word...
  8. Bookmark.remove method | Aspose.Words for Python

    Bookmark.remove method. Removes the bookmark from the document... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field code. Field field = builder.insertField(" NOTAREALFIELD...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldLastSavedBy) builder.insertField(FieldType.FIELD_LAST_SAVED_BY...

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