TextFrameFormat
अवलोकन
TextFrameFormat जावा के लिए Aspose.Slides FOSS में एक वर्ग है. वारिसों सेः: PVIObject, ITextFrameFormat.
TextFrame के स्वरूपण गुणों को शामिल करता है.
यह वर्ग जावा प्रोग्राम में TextFrameFormat ऑब्जेक्ट के साथ काम करने के लिए 37 विधियाँ प्रदान करता है. उपलब्ध विधियों में शामिल हैंः: PVIObject, TextFrameFormat, asIPresentationComponent, getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, और 24 अतिरिक्त विधियाँ।. सभी सार्वजनिक सदस्य Aspose.Slides FOSS for Java पैकेज को स्थापित करने के बाद किसी भी जावा एप्लिकेशन तक पहुंच सकते हैं. गुण: anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat, और 12 अधिक।.
गुण
| नाम | प्रकार | Access | विवरण |
|---|---|---|---|
txBodyElement | Element | पढ़िए। | अंतर्निहित {@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 | अंतर्निहित {@code <a:txBody>} एक्सएमएल तत्व लौटाता है. |
TextFrameFormat() | एक नया अलग TextFrameFormat बनाता है जिसमें खाली {@code <a:txBody>} होता है।. |
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() | कोई मूल स्लाइड के बिना एक PVIOobject बनाता है. |
getSlide() → IBaseSlide | स्लाइड लौटाता है. |