Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 18,038 for

aws

(0.04 sec)
  1. Font.style property | Aspose.Words for Python

    Font.style property. Gets or sets the character style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . CHARACTER , 'MyStyle'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OptionButtonControl.type property | Aspose.Word...

    OptionButtonControl.type property. Gets type of Forms 2.0 control.... doc = aw . Document ( file_name = MY_DIR...) shape1 = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ShapeBase.is_image property | Aspose.Words for ...

    ShapeBase.is_image property. Returns ``True`` if this shape is an image shape.... load_options = aw . loading . LoadOptions () load_options.... base_uri = IMAGE_DIR doc = aw . Document ( stream = stream...

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

    aspose.words.layout.LayoutOptions class. Holds the options that allow controlling the document layout process... doc = aw . Document () builder = aw . DocumentBuilder...document. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldIndex.page_range_separator property | Aspo...

    FieldIndex.page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page range.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AiModelType enumeration | Aspose.Words for Python

    aspose.words.ai.AiModelType enumeration. Represents the types of [AiModel](../aimodel/) that can be integrated into the document processing workflow.... first_doc = aw . Document ( file_name = MY_DIR...document.docx' ) second_doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ListFormat.listLevel property | Aspose.Words fo...

    ListFormat.listLevel property. Returns the list level formatting plus any formatting overrides applied to the current paragraph.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. WebExtension.is_frozen property | Aspose.Words ...

    WebExtension.is_frozen property. Specifies whether the user can interact with the web extension or not.... doc = aw . Document () # Create task pane...location. my_script_task_pane = aw . webextensions . TaskPane ()...

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

    aspose.words.CleanupOptions class. Allows to specify options for document cleaning... doc = aw . Document () doc . styles . add ( aw . StyleType...'MyListStyle1' ) doc . styles . add ( aw . StyleType . LIST , 'MyListStyle2'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListLevel.textPosition property | Aspose.Words ...

    ListLevel.textPosition property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

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