طريقة to_image
to_image(file_name, options)
يحول خط مؤشر إلى صورة.
def to_image(self, file_name, options):
...
معامل | يكتب | وصف |
---|---|---|
file_name | str | اسم ملف الصورة. |
options | aspose.cells.rendering.ImageOrPrintOptions | خيارات الصورة |
to_image(stream, options)
يحول خط مؤشر إلى صورة.
def to_image(self, stream, options):
...
معامل | يكتب | وصف |
---|---|---|
stream | io.RawIOBase | تيار الصورة. |
options | aspose.cells.rendering.ImageOrPrintOptions | خيارات الصورة. |
أنظر أيضا
- وحدة aspose.cells.charts
- فئة Sparkline