Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 19,479 for

aws

(0.28 sec)
  1. تقييد تحرير المستندات في Python|Aspose.Words لـ...

    تقييد تحرير مستند عن طريق تحديد نوع التقييد باستخدام Python. يمكنك أيضًا إزالة الحماية وإنشاء مناطق غير مقيدة قابلة للتحرير....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/ar/python-net/restrict-do...
  2. Batasi Pengeditan Dokumen di Python|Aspose.Word...

    Batasi pengeditan dokumen dengan mengatur jenis pembatasan menggunakan Python. Anda juga dapat menghapus perlindungan dan membuat wilayah yang dapat diedit tidak dibatasi....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/id/python-net/restrict-do...
  3. Arşiv

    Arşiv... autofit(aw.tables.AutoFitBehavior.FIXEDCOLUMNWIDTHS)...words as aw # Yeni bir Word belgesi oluşturun. doc = aw.Document()...

    blog.aspose.com/tr/words/create-table-in-word-u...
  4. Chuyển Hình Ảnh Thành DOC Javascript

    Chuyển đổi Hình ảnh định dạng sang DOC trong mã JavaScript Lưu Hình ảnh thành DOC bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/vi/nodejs-net/convers...
  5. Chuyển JPG Thành DOC Javascript

    Chuyển đổi JPG định dạng sang DOC trong mã JavaScript Lưu JPG thành DOC bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/vi/nodejs-net/convers...
  6. Chuyển Hình Ảnh Thành PDF Javascript

    Chuyển đổi Hình ảnh định dạng sang PDF trong mã JavaScript Lưu Hình ảnh thành PDF bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/vi/nodejs-net/convers...
  7. Chuyển Hình Ảnh Thành HTML Javascript

    Chuyển đổi Hình ảnh định dạng sang HTML trong mã JavaScript Lưu Hình ảnh thành HTML bằng cách sử dụng JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...

    products.aspose.com/words/vi/nodejs-net/convers...
  8. CompositeNode.get_child method | Aspose.Words f...

    CompositeNode.get_child method. Returns an Nth child node that matches the specified type.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shading.foreground_pattern_color property | Asp...

    Shading.foreground_pattern_color property. Gets or sets the color that's applied to the foreground of the [Shading](../) object.... doc = aw . Document () builder = aw . DocumentBuilder...get_by_border_type ( aw . BorderType . LEFT ) . line_style = aw . LineStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Story.firstParagraph property | Aspose.Words fo...

    Story.firstParagraph property. Gets the first paragraph in the story.... let doc = new aw . Document (); // Create a floating...textBox = new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType...

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