Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 18,198 for

aws

(0.08 sec)
  1. TabStop constructor | Aspose.Words for Python

    aspose.words.TabStop constructor... doc = aw . Document () builder = aw . DocumentBuilder...tab_stops . add ( tab_stop = aw . TabStop ( position = 72 ))...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FontSourceBase.type property | Aspose.Words for...

    FontSourceBase.type property. Returns the type of the font source.... 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...
  3. LanguagePreferences class | Aspose.Words for No...

    Aspose.Words.Loading.LanguagePreferences class. Allows to set up language preferences... let loadOptions = new aw . Loading . LoadOptions (); loadOptions...languagePreferences . addEditingLanguage ( aw . Loading . EditingLanguage ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TextColumnCollection.lineBetween property | Asp...

    TextColumnCollection.lineBetween property. When ``true``, adds a vertical line between columns....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FileFormatUtil.saveFormatToLoadFormat method | ...

    FileFormatUtil.saveFormatToLoadFormat method. Converts a [SaveFormat](../../saveformat/) value to a [LoadFormat](../../loadformat/) value if possible....expect ( aw . FileFormatUtil . saveFormatToLoadForm ( aw . SaveFormat...SaveFormat . Html )). toEqual ( aw . LoadFormat . Html ); // Some...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HtmlOfficeMathOutputMode enumeration | Aspose.W...

    aspose.words.saving.HtmlOfficeMathOutputMode enumeration. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB.... doc = aw . Document ( MY_DIR + 'Office...using plain HTML text. options = aw . saving . HtmlSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  7. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word document node.... let doc = new aw . Document (); // Add two runs...paragraph . appendChild ( new aw . Run ( doc , "Hello world! "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. AxisBound.value property | Aspose.Words for Nod...

    AxisBound.value property. Returns numeric value of axis bound....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Zet JPG In DOCX Javascript

    Converteer JPG naar DOCX indeling in JavaScript code. Sla JPG als DOCX met JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/nl/nodejs-net/convers...
  10. Zet JPG In TXT Javascript

    Converteer JPG naar TXT indeling in JavaScript code. Sla JPG als TXT met JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/nl/nodejs-net/convers...