[[["התוכן קל להבנה","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-12-02 (שעון UTC)."],[[["`LineFillType` in Google Slides API defines how lines are filled."],["You can access the different line fill types using `SlidesApp.LineFillType` followed by the specific property like `SOLID` or `NONE`."],["The three available options are `UNSUPPORTED`, `NONE` for transparent lines, and `SOLID` for solid color fills."]]],["`LineFillType` defines the different kinds of line fills available. It is accessed via its parent class, like `SlidesApp.LineFillType.SOLID`. The available properties are: `UNSUPPORTED`, for an unsupported fill type; `NONE`, for a transparent line or outline; and `SOLID`, for a line filled with a solid color. These properties are all of `Enum` type and describe the state of the line fill.\n"]]