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

paragraph builder

(0.76 sec)
  1. FieldData | Aspose.Words for Java

    Implements the DATA field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldData field = (FieldData) builder.insertField(FieldType.FIELD_DATA...

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

    Implements the DOCPROPERTY field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldDocProperty = (FieldDocProperty) builder.insertField(" DOCPROPERTY Category...

    reference.aspose.com/words/java/com.aspose.word...
  3. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...(Word’s internal “pieces” of a paragraph). Typical reasons are: automatic...DocumentBuilder builder = new DocumentBuilder(doc); // Move builder to the...

    forum.aspose.com/t/placeholder-not-replaced-com...
  4. FieldCitation.prefix property | Aspose.Words fo...

    FieldCitation.prefix property. Gets or sets a prefix that is prepended to the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Lists in Java|Aspose.Words for Java

    Introduction to numbering formatting feature in Aspose.Words for Java....the current paragraph and all further paragraphs created using...list level of the current paragraph by one level, call ListFormat...

    docs.aspose.com/words/java/working-with-lists/
  6. FieldAutoNum | Aspose.Words for Java

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

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

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

    reference.aspose.com/words/java/com.aspose.word...
  8. ConditionalStyleCollection class | Aspose.Words...

    aspose.words.ConditionalStyleCollection class. Represents a collection of [ConditionalStyle](../conditionalstyle/) objects...() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MarkdownSaveOptions.EmptyParagraphExportMode | ...

    Configure empty Paragraph export in Markdown with Aspose.Words. Set EmptyParagraphExportMode for optimal document conversion....Specifies how to export empty paragraphs to Markdown. Default value...Shows how to export empty paragraphs. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...