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

NameTypeAccessDescription
nameStringReadGörüntünün adı alın veya ayarlanır.
upperLeftRowintRead0 tabanlı yukarı sol anchor hücresinin satır endeksi.
upperLeftColumnintRead0 tabanlı sütun endeksi, üst sol anchor hücresinin alt kısmı.
lowerRightRowintRead0 tabanlı alt sağ anchor hücresinin satır endeksi.
lowerRightColumnintRead0 tabanlı sütun endeksi sağ alt anchor hücresi.
geometryTypeStringReadRaw DrawingML geometrik çubuk (örneğin,.
autoShapeTypeAutoShapeTypeReadŞekil türü enum.

Methods

SignatureDescription
getName()StringGörüntünün adı alın veya ayarlanır.
setName(value: String)Adın değerini belirleyin.
getUpperLeftRow()int0 tabanlı yukarı sol anchor hücresinin satır endeksi.
setUpperLeftRow(value: int)Yukarıdaki sol satır değerini belirleyin.
getUpperLeftColumn()int0 tabanlı sütun endeksi, üst sol anchor hücresinin alt kısmı.
setUpperLeftColumn(value: int)Yukarıdaki sol sütun değerini belirleyin.
getLowerRightRow()int0 tabanlı alt sağ anchor hücresinin satır endeksi.
setLowerRightRow(value: int)Aşağıdaki değerleri sağdan aşağıda belirtin.
getLowerRightColumn()int0 tabanlı sütun endeksi sağ alt anchor hücresi.
setLowerRightColumn(value: int)Aşağıdaki sütun değerini sağda ayarlayın.
getGeometryType()StringRaw 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.

See Also

 Türkçe