FormatConditionCollection
نظرة عامة
FormatConditionCollection هي فئة في Aspose.Cells FOSS للـ Java.
يمثل مجموعة من شروط التنسيق في Excel.
الخصائص
| الاسم | النوع | الوصول | الوصف |
|---|---|---|---|
count | int | قراءة | يعيد العدد. |
rangeCount | int | قراءة | يعيد عدد النطاق. |
الطرق
| التوقيع | الوصف |
|---|---|
getCount() → int | يعيد العدد. |
getRangeCount() → int | يعيد عدد النطاق. |
get(index: int) → FormatCondition | يعيد العنصر المطلوب. |
add(area: CellArea, type: FormatConditionType, operatorType: OperatorType, formula1: String, formula2: String) → int | يضيف عنصرًا جديدًا إلى المجموعة الحالية. |
addCondition(type: FormatConditionType) → int | يضيف شرطًا. |
addCondition(type: FormatConditionType, operatorType: OperatorType, formula1: String, formula2: String) → int | يضيف شرطًا. |
addArea(area: CellArea) | يضيف مساحة. |
getCellArea(index: int) → CellArea | يعالج الحصول على مساحة الخلية. |
removeArea(index: int) | يزيل مساحة. |
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | يزيل مساحة. |
removeCondition(index: int) | يزيل شرطًا. |