طريقة add_arc
add_arc(self, upper_left_row, top, upper_left_column, left, height, width)
إضافة ArcShape إلى ورقة العمل.
عائدات
كائن ArcShape.
def add_arc(self, upper_left_row, top, upper_left_column, left, height, width):
...
معامل | يكتب | وصف |
---|---|---|
upper_left_row | int | مؤشر الصف العلوي الأيسر. |
top | int | يمثل الإزاحة الرأسية لـ ArcShape من الصف الأيسر، بوحدة البكسل. |
upper_left_column | int | فهرس العمود العلوي الأيسر. |
left | int | يمثل الإزاحة الأفقية لـ ArcShape من العمود الأيسر، بوحدة البكسل. |
height | int | يمثل ارتفاع ArcShape، بوحدة البكسل. |
width | int | يمثل عرض ArcShape بوحدة البكسل. |
مثال
# add a arc
arcShape = shapes.add_arc(1, 0, 1, 0, 100, 50)
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
ShapeCollection