Sort Score
Result 10 results
Languages All
Labels All
Results 8,581 - 8,590 of 18,025 for

aws

(0.07 sec)
  1. FieldImport.graphic_filter property | Aspose.Wo...

    FieldImport.graphic_filter property. Gets or sets the name of the filter for the format of the graphic that is to be inserted.... doc = aw . Document () builder = aw . DocumentBuilder...e = builder . insert_field ( aw . fields . FieldType . FIELD_INCLUDE_PICTURE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. AxisScaling.log_base property | Aspose.Words fo...

    AxisScaling.log_base property. Gets or sets the logarithmic base for a logarithmic axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartMarker class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartMarker class. Represents a chart data marker...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document.compatibility_options property | Aspos...

    Document.compatibility_options property. Provides access to document compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Word).... def optimize_for (): doc = aw . Document () # This object contains...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldIncludePicture.is_linked property | Aspose...

    FieldIncludePicture.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the document.... doc = aw . Document () builder = aw . DocumentBuilder...e = builder . insert_field ( aw . fields . FieldType . FIELD_INCLUDE_PICTURE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TabStop class | Aspose.Words for Node.js

    Aspose.Words.TabStop class. Represents a single custom tab stop... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldUserAddress.user_address property | Aspose...

    FieldUserAddress.user_address property. Gets or sets the current user's postal address.... doc = aw . Document () # Create a UserInformation...we create. user_information = aw . fields . UserInformation ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IChartDataPoint.invertIfNegative property | Asp...

    IChartDataPoint.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldImport.is_linked property | Aspose.Words f...

    FieldImport.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the document.... doc = aw . Document () builder = aw . DocumentBuilder...e = builder . insert_field ( aw . fields . FieldType . FIELD_INCLUDE_PICTURE...

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

    aspose.words.fields.FieldStart class. Represents a start of a Word field in a document...def test_fields ( self ): doc = aw . Document ( MY_DIR + "Hyperlinks...if field_start . field_type == aw . fields . FieldType . FIELD_HYPERLINK...

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