Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 18,040 for

aws

(0.14 sec)
  1. DocSaveOptions.saveRoutingSlip property | Aspos...

    DocSaveOptions.saveRoutingSlip property. When ``false``, RoutingSlip data is not saved to output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . DocSaveOptions ( aw . SaveFormat ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. EmbeddedFontStyle enumeration | Aspose.Words fo...

    aspose.words.fonts.EmbeddedFontStyle enumeration. Specifies the style of an embedded font inside a [FontInfo](../fontinfo/) object.... doc = aw . Document ( file_name = MY_DIR...get_embedded_font ( aw . fonts . EmbeddedFontFormat . OPEN_TYPE , aw . fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TableStyle.left_indent property | Aspose.Words ...

    TableStyle.left_indent property. Gets or sets the value that represents the left indent of a table.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Pythonमें एक दस्तावेज़ बनाएं

    Python via .NET लाइब्रेरी का उपयोग करके एक फाइल बनाएं। Python में कुछ ही चरणों में आसानी से एक नया दस्तावेज़ बनाएं।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/hi/python-net/make/
  5. FileFormatUtil.save_format_to_extension method ...

    FileFormatUtil.save_format_to_extension method. Converts a save format enumerated value into a file extension...extension' ) as doc_stream : info = aw . FileFormatUtil . detect_file_format...load_format self . assertEqual ( aw . LoadFormat . DOC , load_format...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TabAlignment enumeration | Aspose.Words for Nod...

    Aspose.Words.TabAlignment enumeration. Specifies the alignment/type of a tab stop.... let doc = new aw . Document (); let para = doc...tabStops . add ( 72 , aw . TabAlignment . Left , aw . TabLeader . Dots...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... let doc = new aw . Document (); // Insert even...headersFooters . add ( new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Node.js. Save a document in various formats to XLSX using Node.js....const aw = require ( '@aspose/words' ); var doc = new aw . Document...const aw = require ( '@aspose/words' ); var doc = new aw . Document...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  9. FontInfo.get_embedded_font_as_open_type method ...

    FontInfo.get_embedded_font_as_open_type method. Gets an embedded font file in OpenType format... doc = aw . Document ( file_name = MY_DIR...get_embedded_font ( aw . fonts . EmbeddedFontFormat . OPEN_TYPE , aw . fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FrameFormat.height property | Aspose.Words for ...

    FrameFormat.height property. Gets the height of the specified frame.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

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