Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 19,711 for

aws

(0.17 sec)
  1. FieldDisplayBarcode.background_color property |...

    FieldDisplayBarcode.background_color property. Gets or sets the background color of the barcode symbol... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldFormat.general_formats property | Aspose.W...

    FieldFormat.general_formats property. Gets a collection of general formats that are applied to a numeric, text or any field result... doc = aw . Document () builder = aw . DocumentBuilder...format_obj . general_formats . add ( aw . fields . GeneralFormat . LOWERCASE_ROMAN...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose words python : Missing tab leaders (dots...

    Hi Team, Currently using Aspose words python to modify docx files. As marked above, We have noticed missing tab leaders for some of the titles. We are using below code to update TOC fields. If we manually follow belo…...type == aw.fields.FieldType.FIELD_TOC: field... import aspose.words as aw doc = aw.Document("input.docx") doc...

    forum.aspose.com/t/aspose-words-python-missing-...
  4. ReplacingArgs.match_end_node property | Aspose....

    ReplacingArgs.match_end_node property. Gets the node that contains the end of the match.... doc = aw . Document () builder = aw . DocumentBuilder...ReplacingCallback () options = aw . replacing . FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeChangingArgs.old_parent property | Aspose.W...

    NodeChangingArgs.old_parent property. Gets the node's parent before the operation began.... class NodeChangingPrinter ( aw . INodeChangingCallbac ): def...args ): self . assertEqual ( aw . NodeChangingAction . INSERT...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartFormat.ShapeType | Aspose.Words för .NET

    Upptäck hur du använder egenskapen ChartFormat ShapeType för att effektivt anpassa dina diagramelement. Förbättra din datavisualisering idag!...Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...Category 2" , "AW Category 3" , "AW Category 4" }, new double []...

    reference.aspose.com/words/sv/net/aspose.words....
  7. ShapeBase.anchor_locked property | Aspose.Words...

    ShapeBase.anchor_locked property. Specifies whether the shape's anchor is locked.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...borders . horizontal . lineStyle = aw . LineStyle . Dot ; borders ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartFormat class. Represents the formatting of a chart element...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...
  10. PlainTextDocument.text property | Aspose.Words ...

    PlainTextDocument.text property. Gets textual content of the document concatenated as a string.... doc = aw . Document () builder = aw . DocumentBuilder...'PlainTextDocument.Load.docx' ) plaintext = aw . PlainTextDocument ( file_name...

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