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

paragraph builder

(0.1 sec)
  1. Aspose::Words::Saving::WordML2003SaveOptions::g...

    Aspose::Words::Saving::WordML2003SaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can only be WordML in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello world...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Several Image Into PDF C#

    Merge multiple Image into PDF in C# code. Save Image as PDF 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-pdf/
  3. Several JPG Into HTML C#

    Merge multiple JPG into HTML in C# code. Save JPG 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/jpg-to-html/
  4. Several JPG Into DOC C#

    Merge multiple JPG into DOC in C# code. Save JPG 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/jpg-to-doc/
  5. Several JPG Into PDF C#

    Merge multiple JPG into PDF in C# code. Save JPG as PDF 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-pdf/
  6. Several Image Into TXT Java

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

    products.aspose.com/words/java/merge/image-to-txt/
  7. Revision details PDF compare - Free Support For...

    Hello I notice some problem with default save compared document to PDF. It looks like PDF always export as “All markup” (compared to word). That produce some “first look” inconsistency like that: To reproduce this yo…...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("paragraph1");...writeln("paragraph1"); builder.writeln("paragraph2"); Document doc1 =...

    forum.aspose.com/t/revision-details-pdf-compare...
  8. Fill.Solid | Aspose.Words for .NET

    Discover the Fill Solid method for achieving a consistent color fill, enhancing your design's visual appeal and uniformity effortlessly.... Paragraphs [ 0 ]. Runs [ 0 ]. Font ...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 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/
  10. Aspose::Words::Drawing::Fill::Solid method | As...

    Aspose::Words::Drawing::Fill::Solid method. Sets the fill to a uniform color in C++....() -> get_Body () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Runs...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...