TextFrameFormat
Overview
TextFrameFormat Java için Aspose.Slides FOSS sınıfıdır. Mirasçılardan gelenler: PVIObject, ITextFrameFormat.
TextFrame’un biçimlendirme özelliklerini içerir.
Bu sınıf, Java programlarında TextFrameFormat nesnelerle çalışmak için 37 yöntem sunar. Mevcut yöntemler şunları içerir: PVIObject, TextFrameFormat, asIPresentationComponent, getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop,24 adet daha yöntemler. Tüm kamu üyeleri, Java paket için Aspose.Slides FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Mülkiyet : anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat,12 ve daha fazlası.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
txBodyElement | Element | Read | XML öğesini {@code <a:txBody>} aşağıdaki öğeye geri getirir. |
presentation | IPresentation | Read | sunumu alır. |
marginLeft | double | Read | [Devamı için tıklayınız] |
marginRight | double | Read | [Devamı için tıklayınız] |
marginTop | double | Read | [Devamı için tıklayınız] |
marginBottom | double | Read | [Devamı için tıklayınız] |
wrapText | NullableBool | Read | [Devamı için tıklayınız] |
anchoringType | TextAnchorType | Read | [Devamı için tıklayınız] |
centerText | NullableBool | Read | [Devamı için tıklayınız] |
textVerticalType | TextVerticalType | Read | [Devamı için tıklayınız] |
autofitType | TextAutofitType | Read | [Devamı için tıklayınız] |
columnCount | int | Read | [Devamı için tıklayınız] |
columnSpacing | double | Read | [Devamı için tıklayınız] |
rotationAngle | double | Read | [Devamı için tıklayınız] |
transform | TextShapeType | Read | [Devamı için tıklayınız] |
keepTextFlat | boolean | Read | [Devamı için tıklayınız] |
threeDFormat | IThreeDFormat | Read | [Devamı için tıklayınız] |
slide | IBaseSlide | Read | Slide’i bulmak için. |
Methods
| Signature | Description |
|---|---|
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable) | Bir TextFrameFormat oluşturur, verilen metin vücut elemanı tarafından desteklenir. |
getTxBodyElement() → Element | XML öğesini {@code <a:txBody>} aşağıdaki öğeye geri getirir. |
TextFrameFormat() | Yeni bir boş TextFrameFormat oluşturur ve boş bir {@code <a:txBody>} içerir. |
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → TextFrameFormat | Bu biçimi bir slayt parçasından gerçek XML elemanı ile başlatır. |
getPresentation() → IPresentation | Teklifini geri getiriyoruz. |
asIPresentationComponent() → IPresentationComponent | Bu öğeyi bir {@link IPresentationComponent} olarak geri getirir. |
getMarginLeft() → double | [Devamı için tıklayınız] |
setMarginLeft(value: double) | [Devamı için tıklayınız] |
getMarginRight() → double | [Devamı için tıklayınız] |
setMarginRight(value: double) | [Devamı için tıklayınız] |
getMarginTop() → double | [Devamı için tıklayınız] |
setMarginTop(value: double) | [Devamı için tıklayınız] |
getMarginBottom() → double | [Devamı için tıklayınız] |
setMarginBottom(value: double) | [Devamı için tıklayınız] |
getWrapText() → NullableBool | [Devamı için tıklayınız] |
setWrapText(value: NullableBool) | [Devamı için tıklayınız] |
getAnchoringType() → TextAnchorType | [Devamı için tıklayınız] |
setAnchoringType(value: TextAnchorType) | [Devamı için tıklayınız] |
getCenterText() → NullableBool | [Devamı için tıklayınız] |
setCenterText(value: NullableBool) | [Devamı için tıklayınız] |
getTextVerticalType() → TextVerticalType | [Devamı için tıklayınız] |
setTextVerticalType(value: TextVerticalType) | [Devamı için tıklayınız] |
getAutofitType() → TextAutofitType | [Devamı için tıklayınız] |
setAutofitType(value: TextAutofitType) | [Devamı için tıklayınız] |
getColumnCount() → int | [Devamı için tıklayınız] |
setColumnCount(value: int) | [Devamı için tıklayınız] |
getColumnSpacing() → double | [Devamı için tıklayınız] |
setColumnSpacing(value: double) | [Devamı için tıklayınız] |
getRotationAngle() → double | [Devamı için tıklayınız] |
setRotationAngle(value: double) | [Devamı için tıklayınız] |
getTransform() → TextShapeType | [Devamı için tıklayınız] |
setTransform(value: TextShapeType) | [Devamı için tıklayınız] |
isKeepTextFlat() → boolean | [Devamı için tıklayınız] |
setKeepTextFlat(value: boolean) | [Devamı için tıklayınız] |
getThreeDFormat() → IThreeDFormat | [Devamı için tıklayınız] |
PVIObject() | Bir PVIObject ile bir ebeveyn slayt oluşturur. |
getSlide() → IBaseSlide | Slide’i geri getiriyor. |