IColumn
अवलोकन
IColumn जावा के लिए Aspose.Slides FOSS में एक इंटरफ़ेस है. वारिसों सेः: ICellCollection, IBulkTextFormattable.
तालिका में एक स्तंभ का प्रतिनिधित्व करता है।.
यह इंटरफ़ेस जावा प्रोग्राम में IColumn ऑब्जेक्ट के साथ काम करने के लिए 14 विधियाँ प्रदान करता है. उपलब्ध विधियों में शामिल हैंः: asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, get, getAsIBulkTextFormattable, getAsICellCollection, getColumnFormat, getPresentation, getSlide, getWidth, setTextFormat, और दो अतिरिक्त विधियाँ।. सभी सार्वजनिक सदस्य Aspose.Slides FOSS for Java पैकेज को स्थापित करने के बाद किसी भी जावा एप्लिकेशन तक पहुंच सकते हैं. गुण: asIBulkTextFormattable, asICellCollection, columnFormat, presentation, slide, width.
गुण
| नाम | प्रकार | Access | विवरण |
|---|---|---|---|
width | double | पढ़िए। | एक स्तंभ की चौड़ाई लौटाता है या सेट करता है. |
asICellCollection | ICellCollection | पढ़िए। | आधार ICellCollection इंटरफ़ेस प्राप्त करने की अनुमति देता है. |
asIBulkTextFormattable | IBulkTextFormattable | पढ़िए। | आधार IBulkTextFormattable इंटरफ़ेस प्राप्त करने की अनुमति देता है. |
columnFormat | IColumnFormat | पढ़िए। | ColumnFormat वस्तु लौटाता है जिसमें इस स्तंभ के लिए स्वरूपण गुण हैं. |
slide | IBaseSlide | पढ़िए। | मूल स्लाइड लौटाता है. |
presentation | IPresentation | पढ़िए। | इस घटक को युक्त प्रस्तुति लौटाता है. |
विधिएँ
| Signature | विवरण |
|---|---|
getWidth() → double | एक स्तंभ की चौड़ाई लौटाता है या सेट करता है. |
setWidth(value: double) | कॉलम की चौड़ाई सेट करता है।. |
getAsICellCollection() → ICellCollection | आधार ICellCollection इंटरफ़ेस प्राप्त करने की अनुमति देता है. |
getAsIBulkTextFormattable() → IBulkTextFormattable | आधार IBulkTextFormattable इंटरफ़ेस प्राप्त करने की अनुमति देता है. |
getColumnFormat() → IColumnFormat | ColumnFormat वस्तु लौटाता है जिसमें इस स्तंभ के लिए स्वरूपण गुण हैं. |
get(index: int) → ICell | निर्दिष्ट सूचकांक पर सेल प्राप्त करता है।. |
size() → int | संग्रह में कोशिकाओं की संख्या लौटाता है. |
asISlideComponent() → ISlideComponent | आधार {@link ISlideComponent} इंटरफ़ेस लौटाता है. |
asICollection() → List<ICell> | {@link list} के रूप में संग्रह लौटाता है. |
asIEnumerable() → Iterable<ICell> | {@link Iterable} के रूप में संग्रह लौटाता है. |
getSlide() → IBaseSlide | मूल स्लाइड लौटाता है. |
asIPresentationComponent() → IPresentationComponent | आधार {@link IPresentationComponent} इंटरफ़ेस लौटाता है. |
getPresentation() → IPresentation | इस घटक को युक्त प्रस्तुति लौटाता है. |
setTextFormat(source: Object) | सभी चाइल्ड टेक्स्ट एलिमेंट्स के लिए टेक्स्ट फ़ॉर्मेट सेट करता है।. |