CellFormatValue
סקירה
CellFormatValue היא מחלקה ב‑Aspose.Cells FOSS עבור Java.
מחלקה פנימית המייצגת ערך פורמט התא.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
numFmtId | int | Read | מחזיר את מזהה פורמט המספר. |
fontId | int | Read | מחזיר את מזהה הגופן. |
fillId | int | Read | מחזיר את מזהה המילוי. |
borderId | int | Read | מחזיר את מזהה הגבול. |
alignment | AlignmentValue | Read | מחזיר את היישור. |
protection | ProtectionValue | Read | מחזיר את ההגנה. |
שיטות
| Signature | תיאור |
|---|---|
CellFormatValue() | מאתחל מופע חדש של CellFormatValue. |
getNumFmtId() → int | מחזיר את מזהה פורמט המספר. |
setNumFmtId(numFmtId: int) | מגדיר את מזהה פורמט המספר. |
getFontId() → int | מחזיר את מזהה הגופן. |
setFontId(fontId: int) | מגדיר את מזהה הגופן. |
getFillId() → int | מחזיר את מזהה המילוי. |
setFillId(fillId: int) | מגדיר את מזהה המילוי. |
getBorderId() → int | מחזיר את מזהה הגבול. |
setBorderId(borderId: int) | מגדיר את מזהה הגבול. |
getAlignment() → AlignmentValue | מחזיר את היישור. |
setAlignment(alignment: AlignmentValue) | מגדיר את היישור. |
getProtection() → ProtectionValue | מחזיר את ההגנה. |
setProtection(protection: ProtectionValue) | מגדיר את ההגנה. |