Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 6,709 for

aws

(0.41 sec)
  1. ImageSaveOptions.useGdiEmfRenderer property | A...

    ImageSaveOptions.useGdiEmfRenderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...saveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within 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...
  3. ImageColorMode enumeration | Aspose.Words for P...

    aspose.words.saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages.... doc = aw . Document () builder = aw . DocumentBuilder...image_save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

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

    VbaModule constructor. Creates an empty module.... doc = aw . Document () # Create a new...new VBA project. project = aw . vba . VbaProject () project . name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.strikeThrough property | Aspose.Words for ...

    Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc...getParagraph ( 0 , true ); let run = new aw . Run ( doc , "Text with a single-line...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Font.doubleStrikeThrough property | Aspose.Word...

    Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc...getParagraph ( 0 , true ); let run = new aw . Run ( doc , "Text with a single-line...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.insertOnlineVideo method | Aspo...

    Aspose.Words.DocumentBuilder.insertOnlineVideo method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BuiltInDocumentProperties.characters property |...

    BuiltInDocumentProperties.characters property. Represents an estimate of the number of characters in the document.... doc = aw . Document () builder = aw . DocumentBuilder...category. def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...

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

    Aspose.Words.Drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture... let doc = new aw . Document ( base . myDir + "Images...= [... doc . getChildNodes ( aw . NodeType . Shape , true )];...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageSetup.textColumns property | Aspose.Words f...

    PageSetup.textColumns property. Returns a collection that represents the set of text columns....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...

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