Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 4,637 for

paragraph builder

(0.57 sec)
  1. Several Image Into DOC C++

    Merge multiple Image into DOC in C++ code. Save Image as DOC using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-doc/
  2. Several JPG Into DOC C++

    Merge multiple JPG into DOC in C++ code. Save JPG as DOC using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/jpg-to-doc/
  3. StructuredDocumentTag.lock_contents property | ...

    StructuredDocumentTag.lock_contents property. When set to ``True``, this property will prohibit a user from editing the contents of this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Shading.background_pattern_theme_color property...

    Shading.background_pattern_theme_color property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... Document () builder = aw . DocumentBuilder ( doc...first_section . body . first_paragraph . paragraph_format . shading shading...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldGoToButton | Aspose.Words for Java

    Implements the GOTOBUTTON field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldGoToButton) builder.insertField(FieldType.FIELD_GO_TO_BUTTON...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldSet | Aspose.Words for Java

    Implements the SET field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldSet fieldSet = (FieldSet) builder.insertField(FieldType.FIELD_SET...

    reference.aspose.com/words/java/com.aspose.word...
  7. TxtSaveOptions.add_bidi_marks property | Aspose...

    TxtSaveOptions.add_bidi_marks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format....Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...world!' ) builder . paragraph_format . bidi = True builder . writeln...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Font::get_AutoColor method | Asp...

    Aspose::Words::Font::get_AutoColor method. Returns the present calculated color of the text (black or white) to be used for 'auto color'. If the color is not 'auto' then returns Color in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Color :: Empty . ToArgb (), builder -> get_Font () -> get_Color...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.revisionNumber proper...

    BuiltInDocumentProperties.revisionNumber property. Gets or sets the document revision number....let builder = new aw . DocumentBuilder ( doc ); builder . write...number property. let field = builder . insertField ( aw . Fields...

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