CellFormat

Genel Bakış

CellFormat Java için FOSS’de bir sınıf. Mirasçılar: PVIObject, ICellFormat.

Bir tablo hücresinin biçimini gösterir.

Bu sınıf, Java programlarında CellFormat nesnelerle çalışmak için 13 yöntem sağlar. Kullanılabilir yöntemler şunlardır: CellFormat, PVIObject, asIPresentationComponent, getBorderBottom, getBorderDiagonalDown, getBorderDiagonalUp, getBorderLeft, getBorderRight, getBorderTop, getFillFormat, getPresentation, getSlide, ve 1 ek yöntem. Tüm kamu üyeleri, Java için FOSS paketini yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Özellikleri: borderBottom, borderDiagonalDown, borderDiagonalUp, borderLeft, borderRight, borderTop,Ve 3 tane daha.

Özellikler

Adı:Tip:AccessAçıklama:
fillFormatIFillFormatOku .Dolgu biçimini alır.
borderLeftILineFormatOku .Sol kenarlığı alır.
borderTopILineFormatOku .Üst kenarı alır.
borderRightILineFormatOku .Sağ kenarı alır.
borderBottomILineFormatOku .border bottom’ı alır.
borderDiagonalDownILineFormatOku .Alt çapraz kenarı alır.
borderDiagonalUpILineFormatOku .Kenar diyagonalını yukarı alır.
slideIBaseSlideOku .Slaytı alır.
presentationIPresentationOku .Sunumu alır.

Yöntemler

SignatureAçıklama:
CellFormat(tcPrElement: Element, saveCallback: Runnable)Verilen {@code <a:tcPr>} öğesi ile desteklenen yeni bir CellFormat oluşturur.
initInternal(tcPrElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)CellFormatBu CellFormat’ı destek unsuru ve bağlamıyla başlatır.
getFillFormat()IFillFormatDoldurma biçimini gönderir.
getBorderLeft()ILineFormatSınır sol döner.
getBorderTop()ILineFormatSınır üstünü geri verir.
getBorderRight()ILineFormatSınır sağdan dönüyor.
getBorderBottom()ILineFormatSınır tabanını geri verir.
getBorderDiagonalDown()ILineFormatSınır diagonalını aşağıya döndürüyor.
getBorderDiagonalUp()ILineFormatSınır diagonalını yukarı doğru gönderir.
PVIObject()Ana slaytı olmayan bir PVIOobject oluşturur.
getSlide()IBaseSlideÇizgiyi geri gönderir.
getPresentation()IPresentationSunumunu geri gönderir.
asIPresentationComponent()IPresentationComponentBu nesneyi {@link IPresentationComponent} olarak gönderir.

Ayrıca bakınız:

 Türkçe