TextFrameFormat

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विवरण
txBodyElementElementपढ़िए।अंतर्निहित {@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अंतर्निहित {@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स्लाइड लौटाता है.

यह भी देखें

 हिन्दी