Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 5,692 for

aws

(0.14 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. StructuredDocumentTag.clear method | Aspose.Wor...

    StructuredDocumentTag.clear method. Clears contents of this structured document tag and displays a placeholder if it is defined.... let doc = new aw . Document (); // Create a plain...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Shading.clear_formatting method | Aspose.Words ...

    Shading.clear_formatting method. Removes shading from the object.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current paragraph (no text before the cursor)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...firstParagraph . getChildNodes ( aw . NodeType . Any , false ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images.... doc = aw . Document () builder = aw . DocumentBuilder...it. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the document.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

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