Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 19,410 for

aws

(0.1 sec)
  1. ShapeBase.fill property | Aspose.Words for Node.js

    ShapeBase.fill property. Gets fill formatting for the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . CloudCallout , aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartAxisTitle class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxisTitle class. Provides access to the axis title properties...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...
  3. ShapeBase.wrapSide property | Aspose.Words for ...

    ShapeBase.wrapSide property. Specifies how the text is wrapped around the shape.... let doc = new aw . Document ( base . myDir + "Textboxes...shapes = doc . getChildNodes ( aw . NodeType . Shape , true )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ParagraphFormat.styleIdentifier property | Aspo...

    ParagraphFormat.styleIdentifier property. Gets or sets the locale independent style identifier of the paragraph style applied to this formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...\\u" ); builder . insertBreak ( aw . BreakType . PageBreak ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ImportFormatOptions.keepSourceNumbering propert...

    ImportFormatOptions.keepSourceNumbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... let srcDoc = new aw . Document ( base . myDir + "Custom...let importFormatOptions = new aw . ImportFormatOptions (); importFormatOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. أرشيف

    أرشيف...words as aw # تحميل وثيقة كلمة doc = aw.Document("calibre...aspose.words as aw # تحميل وثيقة كلمة doc = aw.Document("calibre...

    blog.aspose.com/ar/words/convert-docx-to-pdf-in...
  7. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....'CalculateDepthOfNest' , () => { let doc = new aw . Document ( base . myDir + "Nested...tableNodes = doc . getChildNodes ( aw . NodeType . Table , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …... code: doc = aw.Document(str(file_path)) text_watermark_options...text_watermark_options = aw.TextWatermarkOptions() text_watermark_options...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  9. تبدیل JPG به DOC Javascript

    فرمت JPG به DOC در JavaScript کنید. با استفاده از JavaScript JPG به عنوان DOC ذخیره کنید....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/fa/nodejs-net/convers...
  10. تبدیل JPG به HTML Javascript

    فرمت JPG به HTML در JavaScript کنید. با استفاده از JavaScript JPG به عنوان HTML ذخیره کنید....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

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