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

paragraph builder

(0.05 sec)
  1. 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...
  2. WordML2003SaveOptions Class | Aspose.Words for ...

    Discover the Aspose.Words.Saving.WordML2003SaveOptions class to enhance your document saving experience in WordML format with customizable options....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Several Image Into TXT C#

    Merge multiple Image into TXT in C# code. Save Image 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/image-to-txt/
  4. Several JPG Into DOCX C#

    Merge multiple JPG into DOCX in C# code. Save JPG 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/jpg-to-docx/
  5. Several JPG Into TXT Java

    Merge multiple JPG into TXT in Java code. Save JPG as TXT using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/jpg-to-txt/
  6. Several Image Into WORD Java

    Merge multiple Image into WORD in Java code. Save Image as WORD using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/image-to-w...
  7. 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...
  8. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [IStructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is true.... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.placeholder property | As...

    StructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [StructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [StructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is ``True``.... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldIndex | Aspose.Words for Java

    Implements the INDEX 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...