Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 4,591 for

paragraph builder

(0.07 sec)
  1. Add Bookmark|Aspose.Words for .NET

    Add a bookmark into a document easily and fast instead of using VSTO in C#.... Paragraphs [ 1 ]. Range , "FirstParagraph"...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...

    docs.aspose.com/words/net/add-bookmark/
  2. Aspose::Words::Style::get_Aliases method | Aspo...

    Aspose::Words::Style::get_Aliases method. Gets all aliases of this style. If style has no aliases then empty array of string is returned in C++...."MyStyle Alias 2" )); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> MoveToDocumentEnd (); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. FieldInclude | Aspose.Words for Java

    Implements the INCLUDE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldInclude field = (FieldInclude) builder.insertField(FieldType.FIELD_INCLUDE...

    reference.aspose.com/words/java/com.aspose.word...
  4. TextBox.text_box_wrap_mode property | Aspose.Wo...

    TextBox.text_box_wrap_mode property. Determines how text wraps inside a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box_shape = builder . insert_shape ( shape_type...

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

    Implements the OCX field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldOcx field = (FieldOcx) builder.insertField(FieldType.FIELD_OCX...

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

    Implements the LASTSAVEDBY field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldLastSavedBy) builder.insertField(FieldType.FIELD_LAST_SAVED_BY...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field code. Field field = builder.insertField(" NOTAREALFIELD...

    reference.aspose.com/words/java/com.aspose.word...
  8. PdfSaveOptions.image_compression property | Asp...

    PdfSaveOptions.image_compression property. Specifies compression type to be used for all images in the document....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Jpeg image:' ) builder . insert_image ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Word Field Evaluation Not Working - REF and IF ...

    We’re migrating from JIntegra DCOM to Aspose.Words(JAVA) and encountering a critical issue with Word field processing. Current Behavior: • Using mainBuilder.insertDocument(_transientDocument, ImportFormatMode.KEEP_SOUR…...DocumentBuilder builder = new DocumentBuilder(target); builder.moveTo(insertLocation);...Node where you want to paste builder.insertDocument(source, ImportFormatMode...

    forum.aspose.com/t/word-field-evaluation-not-wo...
  10. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToa fieldToa = (FieldToa) builder.insertField(FieldType.FIELD_TOA...

    reference.aspose.com/words/java/com.aspose.word...