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

paragraph builder

(0.16 sec)
  1. FieldXE | Aspose.Words for Java

    Implements the XE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldIndex index = (FieldIndex) builder.insertField(FieldType.FIELD_INDEX...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_RevisionNumber method. Gets or sets the document revision number in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Write ( u "Current revision...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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/
  9. 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/
  10. 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/