Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 20,128 for

document insertion

(0.22 sec)
  1. GradientStop.base_color property | Aspose.Words...

    GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_shape ( shape_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldCitation class | Aspose.Words for Python

    aspose.words.fields.FieldCitation class. Implements the CITATION field...with Fields documentation article. Remarks Inserts the contents...format the citation in the document. is_dirty Gets or sets whether...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shape.text_box property | Aspose.Words for Python

    Shape.text_box property. Defines attributes that specify how text is displayed in a shape.... Document () builder = aw . DocumentBuilder...text_box_shape = builder . insert_shape ( shape_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....bookmarks from a document. doc = aw . Document () builder = aw...DocumentBuilder ( doc = doc ) # Insert five bookmarks with text inside...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldDisplayBarcode.CaseCodeStyle | Aspose.Word...

    Discover the FieldDisplayBarcode CaseCodeStyle property for ITF14 barcodes. Easily customize your Case Code style with valid options like STDEXTADD....set ; } Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldRef.insert_paragraph_number property | Asp...

    FieldRef.insert_paragraph_number property. Gets or sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the Document....insert_paragraph_number property FieldRef.insert_paragraph_number...property Gets or sets whether to insert the paragraph number of the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Insert a "target" line into a bar chart - Free ...

    I need to print some charts from my application in word and I’m using aspose, I’ve come across a couple of things that I can’t seem to do,I will describe one to you below: I need to add a line in a bar chart that repres…...Insert a "target" line into a bar chart Aspose.Words Product...questions in order: I’m using a document with an already created graph...

    forum.aspose.com/t/insert-a-target-line-into-a-...
  8. HtmlSaveOptions.export_drop_down_form_field_as_...

    HtmlSaveOptions.export_drop_down_form_field_as_text property. Controls how drop-down form fields are saved to HTML or MHTML... Document () builder = aw . DocumentBuilder...doc = doc ) # Use a document builder to insert a combo box with...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartAxis.minor_tick_mark property | Aspose.Wor...

    ChartAxis.minor_tick_mark property. Returns or sets the minor tick marks for the axis.... Examples Shows how to insert a chart and modify the appearance...appearance of its axes. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Mergefield Calculation - Free Support Forum - a...

    Scenario: We have a merge field defined as: { MERGEFIELD phone # “(000) 000’-'0000” } In the data source, the value for phone is: (734) 123-4567 Actual behavior (Aspose.Words): Aspose interprets the value as a mathem…...correctly on the post-mailmerge document. Is there any way to get around...this case the value will be inserted as is into the template. Robert343...

    forum.aspose.com/t/mergefield-calculation/311156