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

paragraph builder

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

    Implements the RD field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...; // Use a document builder to insert a table of contents, //...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldFillIn field = (FieldFillIn) builder.insertField(FieldType.FIELD_FILL_IN...

    reference.aspose.com/words/java/com.aspose.word...
  3. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...let builder = new aw . DocumentBuilder ( dstDoc ); builder . writeln...srcDoc = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box = builder . insert_shape ( shape_type = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Document::StartTrackRevisions me...

    Aspose::Words::Document::StartTrackRevisions method. Starts automatically marking all further changes you make to the document programmatically as revision changes in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...until we begin tracking them. builder -> Write ( u "Hello world!...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Style.aliases property | Aspose.Words for Node.js

    Style.aliases property. Gets all aliases of this style...let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...moveToDocumentEnd (); builder . paragraphFormat . style = doc ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TextFormFieldType enumeration | Aspose.Words fo...

    aspose.words.fields.TextFormFieldType enumeration. Specifies the type of a text form field.... builder = aw . DocumentBuilder () #...create them using a document builder, and below are two ways of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IStructuredDocumentTag.lock_contents property |...

    IStructuredDocumentTag.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...
  9. Shading.foreground_pattern_theme_color property...

    Shading.foreground_pattern_theme_color property. Gets or sets the foreground 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...
  10. TextBoxWrapMode enumeration | Aspose.Words for ...

    aspose.words.drawing.TextBoxWrapMode enumeration. Specifies 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...