Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 19,475 for

aws

(0.14 sec)
  1. Field.result property | Aspose.Words for Node.js

    Field.result property. Gets or sets text that is between the field separator and field end....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...expect ( field . type ). toEqual ( aw . Fields . FieldType . FieldDate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Font.shading property | Aspose.Words for Node.js

    Font.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . TextureDiagonalUp...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.baseline_alignment property | A...

    ParagraphFormat.baseline_alignment property. Gets or sets fonts vertical position on a line.... doc = aw . Document ( file_name = MY_DIR...format . baseline_alignment == aw . BaselineAlignment . AUTO :...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions.encoding property | Aspose.Words fo...

    LoadOptions.encoding property. Gets or sets the encoding that will be used to load an HTML, TXT, or CHM document if the encoding is not specified inside the document... let loadOptions = new aw . Loading . LoadOptions (); loadOptions...document's contents. let doc = new aw . Document ( base . myDir + "English...

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

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

    reference.aspose.com/words/python-net/aspose.wo...
  6. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the document.... doc = aw . Document ( file_name = MY_DIR...sections [ 0 ] . get_child_nodes ( aw . NodeType . ANY , True ) . count...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldOptions.legacyNumberFormat property | Aspo...

    FieldOptions.legacyNumberFormat property. Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not....indicating whether legacy (early than AW 13.10) number format for fields...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CheckGrammarOptions class | Aspose.Words for No...

    Aspose.Words.AI.CheckGrammarOptions class. Allows to specify various options while checking grammar of a document using AI.... let doc = new aw . Document ( base . myDir + "Big...language models. let model = aw . AI . AiModel . createGpt4OMini...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Underline enumeration | Aspose.Words for Python

    aspose.words.Underline enumeration. Indicates type of the underline applied to a font.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . underline = aw . Underline . SINGLE builder...

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

    aspose.words.drawing.ShadowFormat class. Represents shadow formatting for an object... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

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