Shape
Overview
Shape Java için Aspose.Cells FOSS sınıfıdır.
Bir çalışma sayfasına ankarlı bir çizim nesnesi (auto shape) temsil eder.
Bu sınıf, Java programlarında Shape nesneleriyle çalışmak için 14 yöntem sunar. Mevcut yöntemler şunları içerir: getAutoShapeType, getGeometryType, getLowerRightColumn, getLowerRightRow, getName, getUpperLeftColumn, getUpperLeftRow, setAutoShapeType, setGeometryType, setLowerRightColumn, setLowerRightRow, setName,2 adet ve daha fazla yöntem. Tüm ihraç edilen üyeleri, Java paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Mülkiyet : autoShapeType, geometryType, lowerRightColumn, lowerRightRow, name, upperLeftColumn,Ve 1 daha.
Description
Shape Java için FOSS kütüphanesinde 14 yöntem ve 7 programlama özellikleri sunulan bir sınıf.
Temel yetenekler şunları içerir: string; string; autoshapetype.Bu işlemler geliştiricilerin form fonksiyonelliğini doğrudan Java uygulamalarına entegre etmelerini sağlar.
Sınıf ayrıca sağlar. name (İş veya işareti belirleyen bir isim) upperLeftRow (Sarı-sol ankor hücresinin sıfır tabanlı satır endeksi), upperLeftColumn özellikleri (sırt tabanlı sütun endeksi üst sol anchor hücresi).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Görüntünün adı alın veya ayarlanır. |
upperLeftRow | int | Read | 0 tabanlı yukarı sol anchor hücresinin satır endeksi. |
upperLeftColumn | int | Read | 0 tabanlı sütun endeksi, üst sol anchor hücresinin alt kısmı. |
lowerRightRow | int | Read | 0 tabanlı alt sağ anchor hücresinin satır endeksi. |
lowerRightColumn | int | Read | 0 tabanlı sütun endeksi sağ alt anchor hücresi. |
geometryType | String | Read | Raw DrawingML geometrik çubuk (örneğin,. |
autoShapeType | AutoShapeType | Read | Şekil türü enum. |
Methods
| Signature | Description |
|---|---|
getName() → String | Görüntünün adı alın veya ayarlanır. |
setName(value: String) | Adın değerini belirleyin. |
getUpperLeftRow() → int | 0 tabanlı yukarı sol anchor hücresinin satır endeksi. |
setUpperLeftRow(value: int) | Yukarıdaki sol satır değerini belirleyin. |
getUpperLeftColumn() → int | 0 tabanlı sütun endeksi, üst sol anchor hücresinin alt kısmı. |
setUpperLeftColumn(value: int) | Yukarıdaki sol sütun değerini belirleyin. |
getLowerRightRow() → int | 0 tabanlı alt sağ anchor hücresinin satır endeksi. |
setLowerRightRow(value: int) | Aşağıdaki değerleri sağdan aşağıda belirtin. |
getLowerRightColumn() → int | 0 tabanlı sütun endeksi sağ alt anchor hücresi. |
setLowerRightColumn(value: int) | Aşağıdaki sütun değerini sağda ayarlayın. |
getGeometryType() → String | Raw DrawingML geometrik çubuk (örneğin,. |
setGeometryType(value: String) | Geometre tipi değerini belirleyin. |
getAutoShapeType() → AutoShapeType | Şekil türü enum. |
setAutoShapeType(value: AutoShapeType) | Otomobil şekli türü değerini belirleyin. |