Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 18,040 for

aws

(0.03 sec)
  1. Կատարեք DOC՝ Օգտագործելով Javascript

    Ստեղծեք նոր DOC JavaScript ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOC՝ օգտագործելով Node.js via .NET գրադարանը:...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) font = builder...

    products.aspose.com/words/hy/nodejs-net/make/doc/
  2. PageSetup.pageWidth property | Aspose.Words for...

    PageSetup.pageWidth property. Returns or sets the width of the page in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderPrimary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ConvertUtil.inch_to_point method | Aspose.Words...

    ConvertUtil.inch_to_point method. Converts inches to points.... doc = aw . Document () builder = aw . DocumentBuilder...builder . page_setup . paper_size = aw . PaperSize . LEGAL builder ...

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

    Aspose.Words.ConvertUtil class. Provides helper functions to convert between various measurement units...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . pageSetup . paperSize = aw . PaperSize . Legal ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TableContentAlignment enumeration | Aspose.Word...

    aspose.words.saving.TableContentAlignment enumeration. Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.... builder = aw . DocumentBuilder () builder...paragraph_format . alignment = aw . ParagraphAlignment . RIGHT...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TxtSaveOptionsBase.exportHeadersFootersMode pro...

    TxtSaveOptionsBase.exportHeadersFootersMode property. Specifies the way headers and footers are exported to the text formats... let doc = new aw . Document (); // Insert even...headersFooters . add ( new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... doc = aw . Document ( file_name = MY_DIR...the page. table . alignment = aw . tables . TableAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . TopCornersRounded , aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Перетворити PDF На Зображення Python

    Перетворити PDF до Зображення формату в Python коду. Збережіть PDF як Зображення за допомогою Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/uk/python-net/convers...
  10. Перетворити TEXT На PNG Python

    Перетворити TEXT до PNG формату в Python коду. Збережіть TEXT як PNG за допомогою Python....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/uk/python-net/convers...