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

paragraph builder

(0.05 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. 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/
  3. Compare Documents in Python|Aspose.Words for Py...

    Compare two documents in any supported formats and shows content changes using Python. You can apply advanced options when comparing....the addition of words and paragraphs. As a result of comparison...Document () builder = aw . DocumentBuilder ( doc1 ) builder . writeln...

    docs.aspose.com/words/python-net/compare-docume...
  4. 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/
  5. 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/
  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. 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/
  8. ShapeBase.bounds_in_points property | Aspose.Wo...

    ShapeBase.bounds_in_points property. Gets the location and size of the containing block of the shape in points, relative to the anchor of the topmost shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IStructuredDocumentTag.placeholder_name propert...

    IStructuredDocumentTag.placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text.... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. StructuredDocumentTag.placeholder_name property...

    StructuredDocumentTag.placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text.... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...