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

paragraph builder

(0.06 sec)
  1. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...tag.setLockContents(true); builder.write("The contents of this...

    reference.aspose.com/words/java/com.aspose.word...
  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. IStructuredDocumentTag.is_showing_placeholder_t...

    IStructuredDocumentTag.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...
  4. WordML2003SaveOptions class | Aspose.Words for ...

    Aspose.Words.Saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.WordML](../../aspose.words/saveformat/#WordML) format...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...>\r\n\t\t" + "<o:Paragraphs>1</o:Paragraphs>\r\n\t\t" + "<o:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. WordML2003SaveOptions.SaveFormat | Aspose.Words...

    Discover how the WordML2003SaveOptions SaveFormat property defines document saving formats. Ensure seamless compatibility with WordML for your files!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...ine}\t\t" + $"<o:Paragraphs>1</o:Paragraphs>{newLine}\t\t" +...

    reference.aspose.com/words/net/aspose.words.sav...
  6. WordML2003SaveOptions.saveFormat property | Asp...

    WordML2003SaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...>\r\n\t\t" + "<o:Paragraphs>1</o:Paragraphs>\r\n\t\t" + "<o:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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/
  8. 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/
  9. 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/
  10. 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...