TextFrameFormat
نظرة عامة
TextFrameFormat هي فئة في Aspose.Slides FOSS لـ Java. الميراث من: PVIObject, ITextFrameFormat.
يحتوي على خصائص التنسيق لـ TextFrame.
توفر هذه الفئة 37 طريقة للعمل مع TextFrameFormat كائنات في برامج Java. المنهجيات المتاحة تشمل: PVIObject, TextFrameFormat, asIPresentationComponent, getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop,، و 24 طريقة إضافية. جميع الأعضاء العامين يمكن الوصول إليهم من أي تطبيق Java بعد تثبيت حزمة Aspose.Slides FOSS for Java. خصائص: anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat,و 12 آخرين.
خصائص
| اسم | النوع | Access | وصف |
|---|---|---|---|
txBodyElement | Element | اقرأ | يعيد العنصر XML الأساسي {@code <a:txBody>}. |
presentation | IPresentation | اقرأ | يحصل على العرض. |
marginLeft | double | اقرأ | {@inheritDoc} |
marginRight | double | اقرأ | {@inheritDoc} |
marginTop | double | اقرأ | {@inheritDoc} |
marginBottom | double | اقرأ | {@inheritDoc} |
wrapText | NullableBool | اقرأ | {@inheritDoc} |
anchoringType | TextAnchorType | اقرأ | {@inheritDoc} |
centerText | NullableBool | اقرأ | {@inheritDoc} |
textVerticalType | TextVerticalType | اقرأ | {@inheritDoc} |
autofitType | TextAutofitType | اقرأ | {@inheritDoc} |
columnCount | int | اقرأ | {@inheritDoc} |
columnSpacing | double | اقرأ | {@inheritDoc} |
rotationAngle | double | اقرأ | {@inheritDoc} |
transform | TextShapeType | اقرأ | {@inheritDoc} |
keepTextFlat | boolean | اقرأ | {@inheritDoc} |
threeDFormat | IThreeDFormat | اقرأ | {@inheritDoc} |
slide | IBaseSlide | اقرأ | يحصل على الشريحة. |
الطرق
| Signature | وصف |
|---|---|
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable) | يخلق TextFrameFormat مدعومًا عن طريق عنصر جسم النص المحدد. |
getTxBodyElement() → Element | يعيد العنصر XML الأساسي {@code <a:txBody>}. |
TextFrameFormat() | يخلق TextFrameFormat مستقل جديد مع {@code <a:txBody>} المستقل الذي يحوي { @code<a.bodyPr>}. |
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → TextFrameFormat | يبدأ هذا التنسيق مع عنصر XML الحقيقي من جزء الشريحة. |
getPresentation() → IPresentation | يعيد العرض. |
asIPresentationComponent() → IPresentationComponent | يعيد هذا الكائن كـ {@link IPresentationComponent}. |
getMarginLeft() → double | {@inheritDoc} |
setMarginLeft(value: double) | {@inheritDoc} |
getMarginRight() → double | {@inheritDoc} |
setMarginRight(value: double) | {@inheritDoc} |
getMarginTop() → double | {@inheritDoc} |
setMarginTop(value: double) | {@inheritDoc} |
getMarginBottom() → double | {@inheritDoc} |
setMarginBottom(value: double) | {@inheritDoc} |
getWrapText() → NullableBool | {@inheritDoc} |
setWrapText(value: NullableBool) | {@inheritDoc} |
getAnchoringType() → TextAnchorType | {@inheritDoc} |
setAnchoringType(value: TextAnchorType) | {@inheritDoc} |
getCenterText() → NullableBool | {@inheritDoc} |
setCenterText(value: NullableBool) | {@inheritDoc} |
getTextVerticalType() → TextVerticalType | {@inheritDoc} |
setTextVerticalType(value: TextVerticalType) | {@inheritDoc} |
getAutofitType() → TextAutofitType | {@inheritDoc} |
setAutofitType(value: TextAutofitType) | {@inheritDoc} |
getColumnCount() → int | {@inheritDoc} |
setColumnCount(value: int) | {@inheritDoc} |
getColumnSpacing() → double | {@inheritDoc} |
setColumnSpacing(value: double) | {@inheritDoc} |
getRotationAngle() → double | {@inheritDoc} |
setRotationAngle(value: double) | {@inheritDoc} |
getTransform() → TextShapeType | {@inheritDoc} |
setTransform(value: TextShapeType) | {@inheritDoc} |
isKeepTextFlat() → boolean | {@inheritDoc} |
setKeepTextFlat(value: boolean) | {@inheritDoc} |
getThreeDFormat() → IThreeDFormat | {@inheritDoc} |
PVIObject() | يخلق PVIObject بدون شريحة رئيسية. |
getSlide() → IBaseSlide | يعيد الشريحة. |