Class TableRow

टेबलपंक्ति

टेबल में एक लाइन. किसी पंक्ति में टेबल सेल की सूची होती है. पंक्ति की पहचान, पंक्ति के इंडेक्स से की जाती है.

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
getCell(cellIndex)TableCellदिए गए इंडेक्स पर मौजूद सेल दिखाता है.
getIndex()Integerपंक्ति का 0-आधारित इंडेक्स दिखाता है.
getMinimumHeight()Numberपंक्ति की कम से कम ऊंचाई को पॉइंट में दिखाता है.
getNumCells()Integerइस पंक्ति में मौजूद सेल की संख्या दिखाता है.
getParentTable()Tableवह टेबल दिखाता है जिसमें मौजूदा लाइन शामिल है.
remove()voidटेबल की पंक्ति हटाता है.

ज़्यादा जानकारी वाला दस्तावेज़

getCell(cellIndex)

दिए गए इंडेक्स पर मौजूद सेल दिखाता है.

पैरामीटर

नामटाइपब्यौरा
cellIndexIntegerजिस सेल को वापस लाना है उसका 0 से शुरू होने वाला इंडेक्स.

वापसी का टिकट

TableCell — सेल.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getIndex()

पंक्ति का 0-आधारित इंडेक्स दिखाता है.

वापसी का टिकट

Integer

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getMinimumHeight()

पंक्ति की कम से कम ऊंचाई को पॉइंट में दिखाता है. सेल की असल ऊंचाई, सेल में मौजूद कॉन्टेंट की लंबाई पर निर्भर करती है.

वापसी का टिकट

Number

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getNumCells()

इस पंक्ति में मौजूद सेल की संख्या दिखाता है.

वापसी का टिकट

Integer

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getParentTable()

वह टेबल दिखाता है जिसमें मौजूदा लाइन शामिल है.

वापसी का टिकट

Table

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

remove()

टेबल की पंक्ति हटाता है.

अगर पंक्ति की सभी सेल को दूसरी पंक्तियों के साथ मर्ज किया जाता है, तो इन सेल से जुड़ी सामान्य पंक्तियां हटा दी जाती हैं.

अगर इस हटाने के बाद टेबल में कोई लाइन नहीं रहती है, तो पूरी टेबल हटा दी जाती है.

अनुमति देना

इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations