Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 4,245 for

paragraph builder

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

    Specifies type of a break inside a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...first, even and odd pages. builder.getPageSetup().setDifferentFirstPag(true);...

    reference.aspose.com/words/java/com.aspose.word...
  2. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_section property. Gets the section that is currently selected in this [DocumentBuilder](../).... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_image ( file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Several Image Into HTML Python

    Merge multiple Image into HTML in Python code. Save Image as HTML using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/imag...
  4. Several JPG Into WORD Python

    Merge multiple JPG into WORD in Python code. Save JPG as WORD using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/jpg-...
  5. Several Image Into TXT Python

    Merge multiple Image into TXT in Python code. Save Image as TXT using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/imag...
  6. Several JPG Into DOCX Python

    Merge multiple JPG into DOCX in Python code. Save JPG as DOCX using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/jpg-...
  7. VerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.VerticalAlignment enum for precise vertical alignment of text frames and tables in your documents. Enhance layout control!...possible value for floating paragraphs and tables. Default 0 Same...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.dra...
  8. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldGreetingLine) builder.insertField(FieldType.FIELD_GREETING_LINE...

    reference.aspose.com/words/java/com.aspose.word...
  9. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....possible value for floating paragraphs and tables. DEFAULT Same...page. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Header and Footer only on last page - Free Supp...

    Hello, Describe the case I’m creating .docx and .pdf documents from HTML templates using Aspose.Words for .Net. In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page. I want to upgrade to n…...DocumentBuilder builder = new DocumentBuilder(doc); builder.MoveToHe...ooterType.HeaderPrimary); builder.InsertHtml("<b>This is my Cool...

    forum.aspose.com/t/header-and-footer-only-on-la...