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

paragraph builder

(0.12 sec)
  1. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....Document(stream, loadOptions); Paragraph para = (Paragraph)doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 0, true); Assert.assertEquals(Underline.SINGLE...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Drawing::VerticalAlignment enum ...

    Aspose::Words::Drawing::VerticalAlignment enum. Specifies vertical alignment of a floating shape, text frame or a floating table in C++....possible value for floating paragraphs and tables. Default n/a Same...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Several Image Into PDF Java

    Merge multiple Image into PDF in Java code. Save Image as PDF using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/image-to-pdf/
  4. Several JPG Into HTML Java

    Merge multiple JPG into HTML in Java code. Save JPG as HTML using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/jpg-to-html/
  5. Several Image Into HTML Java

    Merge multiple Image into HTML in Java code. Save Image as HTML using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/image-to-h...
  6. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldDatabase field = (FieldDatabase) builder.insertField(FieldType.FIELD_DATABASE...

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

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."MyBookmark_" + i; builder.write("Text before bookmark."); builder.startB...

    reference.aspose.com/words/java/com.aspose.word...
  8. Several JPG Into TXT C#

    Merge multiple JPG into TXT in C# code. Save JPG as TXT using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...fileNames) { builder.InsertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/net/merge/jpg-to-txt/
  9. Several Image Into DOC Java

    Merge multiple Image into DOC in Java code. Save Image as DOC using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/image-to-doc/
  10. Several Image Into DOCX Java

    Merge multiple Image into DOCX in Java code. Save Image as DOCX using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/image-to-d...