TextFrame

अवलोकन

TextFrame जावा के लिए Aspose.Slides FOSS में एक वर्ग है. वारिसों सेः: ITextFrame.

पैराग्राफ युक्त पाठ फ्रेम का प्रतिनिधित्व करता है।.

यह वर्ग जावा प्रोग्राम में TextFrame ऑब्जेक्ट के साथ काम करने के लिए 12 विधियाँ प्रदान करता है. उपलब्ध विधियों में शामिल हैंः: TextFrame, asIPresentationComponent, asISlideComponent, getParagraphs, getParentCell, getParentShape, getPresentation, getSlide, getText, getTextFrameFormat, setText. सभी सार्वजनिक सदस्य Aspose.Slides FOSS for Java पैकेज को स्थापित करने के बाद किसी भी जावा एप्लिकेशन तक पहुंच सकते हैं. गुण: paragraphs, parentCell, parentShape, presentation, slide, text, और एक अधिक.

गुण

नामप्रकारAccessविवरण
paragraphsIParagraphCollectionपढ़िए।पैराग्राफ संग्रह लौटाता है.
textFrameFormatITextFrameFormatपढ़िए।पाठ फ्रेम प्रारूप लौटाता है.
textStringपढ़िए।पाठ प्राप्त करता है।.
slideIBaseSlideपढ़िए।स्लाइड प्राप्त करता है।.
presentationIPresentationपढ़िए।प्रस्तुति प्राप्त करता है।.
parentShapeIShapeपढ़िए।पैरेंट आकार प्राप्त करता है।.
parentCellICellपढ़िए।पैरेंट सेल प्राप्त करता है।.

विधियाँ

Signatureविवरण
TextFrame(txBodyElement: Element, saveCallback: Runnable)दिए गए पाठ शरीर तत्व द्वारा समर्थित TextFrame बनाता है.
TextFrame(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide, parentShape: IShape)मूल संदर्भ के साथ दिए गए पाठ शरीर तत्व द्वारा समर्थित TextFrame बनाता है.
getParagraphs()IParagraphCollectionपैराग्राफ संग्रह लौटाता है.
getTextFrameFormat()ITextFrameFormatपाठ फ्रेम प्रारूप लौटाता है.
getText()Stringपाठ लौटाता है.
setText(text: String)टेक्स्ट मान सेट करता है।.
getSlide()IBaseSlideस्लाइड लौटाता है.
getPresentation()IPresentationप्रस्तुति लौटाता है।.
asIPresentationComponent()IPresentationComponentIPresentationComponent में पाठ फ़्रेम को डालता है
getParentShape()IShapeमूल आकार लौटाता है.
getParentCell()ICellमूल सेल लौटाता है.
asISlideComponent()ISlideComponentISlideComponent में पाठ फ़्रेम को डालता है

यह भी देखें

 हिन्दी