FillValue
סקירה
FillValue היא מחלקה ב‑Aspose.Cells FOSS עבור Java.
מחלקה פנימית המייצגת ערך מילוי.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
pattern | FillPatternKind | קריאה | מחזיר את התבנית. |
foregroundColor | ColorValue | קריאה | מחזיר את צבע הקדמה. |
backgroundColor | ColorValue | קריאה | מחזיר את צבע הרקע. |
שיטות
| חתימה | תיאור |
|---|---|
FillValue() | מאתחל מופע FillValue חדש. |
getPattern() → FillPatternKind | מחזיר את התבנית. |
setPattern(pattern: FillPatternKind) | מגדיר את התבנית. |
getForegroundColor() → ColorValue | מחזיר את צבע הקדמה. |
setForegroundColor(foregroundColor: ColorValue) | מגדיר את צבע הקדמה. |
getBackgroundColor() → ColorValue | מחזיר את צבע הרקע. |
setBackgroundColor(backgroundColor: ColorValue) | מגדיר את צבע הרקע. |