Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 5,690 for

aws

(0.13 sec)
  1. StructuredDocumentTag class | Aspose.Words for ...

    aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTHOR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Row.lastCell property | Aspose.Words for Node.js

    Row.lastCell property. Returns the last [Cell](../../cell/) in the row....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Row.isFirstRow property | Aspose.Words for Node.js

    Row.isFirstRow property. True if this is the first row in a table; false otherwise....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontSourceBase class | Aspose.Words for Python

    aspose.words.fonts.FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Style.paragraph_format property | Aspose.Words ...

    Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . PARAGRAPH , 'MyStyle1'...

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

    aspose.words.drawing.SoftEdgeFormat class. Represents the soft edge formatting for an object.... builder = aw . DocumentBuilder () shape =... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Table.text_wrapping property | Aspose.Words for...

    Table.text_wrapping property. Gets or sets [Table.text_wrapping](./) for table.... doc = aw . Document () builder = aw . DocumentBuilder...() table . preferred_width = aw . tables . PreferredWidth . from_points...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insert_paragraph method | Aspos...

    DocumentBuilder.insert_paragraph method. Inserts a paragraph break into the document.... doc = aw . Document () builder = aw . DocumentBuilder...= 'Arial' font . underline = aw . Underline . DASH paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LegendPosition enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.LegendPosition enumeration. Specifies the possible positions for a chart legend....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...