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

paragraph builder

(0.32 sec)
  1. 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/
  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. WordML2003SaveOptions.save_format property | As...

    WordML2003SaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...} \t\t ' + f '<o:Paragraphs>1</o:Paragraphs> { new_line } \t\t...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc...._dataDir + infilename ); auto builder = MakeObject < System :: Text...textStream -> ToArray ()); builder -> Append ( extractedText );...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  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. 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...
  8. 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...
  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. 使用 Python 製作 DOCX

    通過幾個步驟在 Python 中創建一個新的 DOCX。使用 Python via .NET 庫輕鬆創建 DOCX。...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/python-net/ma...