Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 67,132 for

import

(0.15 sec)
  1. 在 Python 中格式化 PowerPoint 文本|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。通过强大的 Python 代码示例自定义字体、颜色、对齐方式等。...下面的代码片段演示了如何使用此功能: import aspose.slides as slides import aspose.pydrawing...下面的代码片段演示了如何使用此功能: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/text-forma...
  2. Compress DOCX In Python

    Compress DOCX in Python without losing quality. Optimize DOCX content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/d...
  3. Compress WORD In Python

    Compress WORD in Python without losing quality. Optimize WORD content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/w...
  4. Compress DOC In Python

    Compress DOC in Python without losing quality. Optimize DOC content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/doc/
  5. Working with Images|Documentation

    This section explains how to insert or get image from a visio page with Aspose.Diagram....Picture Shape Programming Sample Import Bitmap Image as a Visio Shape...API now allows developers to import a bitmap image as a Microsoft...

    docs.aspose.com/diagram/net/working-with-images/
  6. Optimize File's Content Using Python

    Compress files in Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...pip install aspose-words Copy import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/
  7. Change QR Code Color using Python

    This article guides on how to change QR code color using Python. It shares instructions set for developing the application, IDE configuration, and a sample code to set QR code background color using Python....set QR code background color Import required modules aspose.barcode...colored QR code using Python . Import required modules and classes...

    kb.aspose.com/barcode/python/change-qr-code-col...
  8. Aspose::Words::Drawing::ImageData::get_ChromaKe...

    Aspose::Words::Drawing::ImageData::get_ChromaKey method. Defines the color value of the image that will be treated as transparent in C++....Words :: Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::ImageData::get_Title me...

    Aspose::Words::Drawing::ImageData::get_Title method. Defines the title of an image in C++....Words :: Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Merge FODP Files Using Python | products.aspose...

    Merge multiple FODP files in Python....multiple FODP into single file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/fodp/