TextFrameFormat

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وصف
txBodyElementElementاقرأيعيد العنصر XML الأساسي {@code <a:txBody>}.
presentationIPresentationاقرأيحصل على العرض.
marginLeftdoubleاقرأ{@inheritDoc}
marginRightdoubleاقرأ{@inheritDoc}
marginTopdoubleاقرأ{@inheritDoc}
marginBottomdoubleاقرأ{@inheritDoc}
wrapTextNullableBoolاقرأ{@inheritDoc}
anchoringTypeTextAnchorTypeاقرأ{@inheritDoc}
centerTextNullableBoolاقرأ{@inheritDoc}
textVerticalTypeTextVerticalTypeاقرأ{@inheritDoc}
autofitTypeTextAutofitTypeاقرأ{@inheritDoc}
columnCountintاقرأ{@inheritDoc}
columnSpacingdoubleاقرأ{@inheritDoc}
rotationAngledoubleاقرأ{@inheritDoc}
transformTextShapeTypeاقرأ{@inheritDoc}
keepTextFlatbooleanاقرأ{@inheritDoc}
threeDFormatIThreeDFormatاقرأ{@inheritDoc}
slideIBaseSlideاقرأيحصل على الشريحة.

الطرق

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يعيد الشريحة.

انظر أيضاً

 العربية