Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 4,546 for

paragraph builder

(0.18 sec)
  1. Several JPG Into DOC Java

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

    products.aspose.com/words/java/merge/jpg-to-doc/
  2. 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...
  3. Several Image Into DOC C#

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

    products.aspose.com/words/net/merge/image-to-doc/
  4. Several Image Into HTML C#

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

    products.aspose.com/words/net/merge/image-to-html/
  5. Several JPG Into WORD Java

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

    products.aspose.com/words/java/merge/jpg-to-word/
  6. Several JPG Into DOCX Java

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

    products.aspose.com/words/java/merge/jpg-to-docx/
  7. Input and output encodings | Aspose.TeX for Java

    This article briefly explains the concepts of input and output encodings in LaTeX. It also mentions the New Font Selection Scheme (NFSS)....sometimes it just informs the paragraph builder that it needs the glyph...

    docs.aspose.com/tex/java/latex-font-encodings/
  8. 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...
  9. CleanupOptions | Aspose.Words for Java

    Allows to specify options for document cleaning in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.getFont()...get("MyParagraphStyle1")); builder.writeln("Hello world!"); List...

    reference.aspose.com/words/java/com.aspose.word...
  10. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...java:842) 代码: DocumentBuilder builder = new DocumentBuilder(document);...answerSheetUnit.getOddOnOuter(); builder.moveToSection(0); if (Boolean...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...