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

paragraph builder

(0.05 sec)
  1. Several JPG Into DOC Javascript

    Merge multiple JPG into DOC in JavaScript code. Save JPG as DOC using JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...=> { builder.insertImage(fileName) // Insert a paragraph break...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  2. Aspose::Words::Markup::StructuredDocumentTag cl...

    Aspose::Words::Markup::StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document. To learn more, visit the documentation article in C++....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. FieldUnknown class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldUnknown class. Implements an unknown or unrecognized field...node, returns its parent paragraph. If the field is already removed...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. VerticalAlignment enumeration | Aspose.Words fo...

    Aspose.Words.Drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....possible value for floating paragraphs and tables. Default Same...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....the document into heading paragraphs. // This is useful for readers...mentSplitCriteri.HEADING_PARAGRAPH); // Specify that we want...

    reference.aspose.com/words/java/com.aspose.word...
  6. StructuredDocumentTag.is_showing_placeholder_te...

    StructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WordML2003SaveOptions class | Aspose.Words for ...

    aspose.words.saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.WORD_ML](../../aspose.words/saveformat/#WORD_ML) format...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...
  8. Several Image Into WORD C#

    Merge multiple Image into WORD in C# code. Save Image as WORD 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-word/
  9. Several JPG Into WORD C#

    Merge multiple JPG into WORD in C# code. Save JPG as WORD 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-word/
  10. Several Image Into DOCX C#

    Merge multiple Image into DOCX in C# code. Save Image as DOCX 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-docx/