Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 18,034 for

aws

(0.07 sec)
  1. ImageBinarizationMethod enumeration | Aspose.Wo...

    Aspose.Words.Saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TextDmlEffect enumeration | Aspose.Words for Py...

    aspose.words.TextDmlEffect enumeration. Dml text effect for text runs.... doc = aw . Document ( file_name = MY_DIR...0 ] . font . has_dml_effect ( aw . TextDmlEffect . SHADOW )) self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Table.allowOverlap property | Aspose.Words for ...

    Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed... let doc = new aw . Document ( base . myDir + "Table...if ( table . textWrapping == aw . Tables . TextWrapping . Around...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Shading.backgroundPatternThemeColor property | ...

    Shading.backgroundPatternThemeColor property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Shading.foregroundPatternThemeColor property | ...

    Shading.foregroundPatternThemeColor property. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this [Shading](../) object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Python का उपयोग करके Markdown बनाएं

    कुछ ही चरणों में Python में एक नया Markdown बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से Markdown बनाएं।...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/md/
  7. Python का उपयोग करके DOCX बनाएं

    कुछ ही चरणों में Python में एक नया DOCX बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOCX बनाएं।...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/docx/
  8. Làm việc với hình ảnh trong Python|Aspose.Words...

    Tạo và quản lý hình ảnh ở nhiều định dạng khác nhau trong tài liệu bằng Python....tài liệu: doc = aw . Document () builder = aw . DocumentBuilder...chỉ định: doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/vi/python-net/working-wit...
  9. NodeCollection.toArray method | Aspose.Words fo...

    NodeCollection.toArray method. Copies all nodes from the collection to a new array of nodes.... let doc = new aw . Document ( base . myDir + "Textboxes...shapes = doc . getChildNodes ( aw . NodeType . Shape , true )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在python中壓縮doc

    在Python中壓縮DOC而不會損失質量。優化DOC內容,輕鬆減小文件大小。...words as aw doc = aw.Document( "Input.doc" ) doc...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/zh-hant/python-net/co...