संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
FontFamily
अब काम नहीं करता.getFontFamily() और setFontFamily(String) तरीके अब स्ट्रिंग का इस्तेमाल करते हैं
इस enum की जगह फ़ॉन्ट के नाम हैं. हालांकि इस ईनम के इस्तेमाल पर रोक लगा दी गई है, लेकिन यह मौजूद रहेगी
पुरानी स्क्रिप्ट के साथ काम करने के लिए उपलब्ध है.
इस्तेमाल किए जा सकने वाले फ़ॉन्ट की सूची.
टेक्स्ट, एलिमेंट या एलिमेंट की रेंज के लिए फ़ॉन्ट सेट करने के लिए, FontFamily की गिनती का इस्तेमाल करें
दस्तावेज़.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["`FontFamily` is deprecated and now uses string names for fonts instead of the enum, but remains for compatibility."],["This enum allows you to set the font for text ranges, elements, or entire Google Docs documents."],["Supported fonts include Arial, Calibri, Comic Sans MS, Times New Roman, Verdana, and many more."],["You can use methods like `setFontFamily()` within Google Apps Script to apply these fonts."]]],[]]