FormatCondition
Overview
FormatCondition เป็นคลาสใน Aspose.Cells FOSS สําหรับ Java.
แสดงเป็นกฎการจัดรูปแบบตามเงื่อนไข.
หมวดนี้ให้วิธีการ 55 สําหรับทํางานกับ FormatCondition วัตถุในโปรแกรม Java. วิธีการที่ใช้ได้แก่: getAbove, getBarColor, getBarLength, getColorScaleCount, getDirection, getDuplicate, getFormula, getFormula1, getFormula2, getIconSetType, getMaxColor, getMidColor,และ 43 วิธีเพิ่มเติม. สมาชิกที่ส่งออกทั้งหมดสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for Java. คุณสมบัติ: above, barColor, barLength, colorScaleCount, direction, duplicate,และอีก 21 คน.
Description
FormatCondition เป็นคลาสในห้องสมุด Aspose.Cells FOSS สําหรับ Java ที่เปิดเผยวิธีการ 55 และคุณลักษณะ 27 เพื่อใช้งานโปรแกรม.
ความสามารถหลัก ประกอบด้วย: formatconditiontype; operatortype; string.การดําเนินงานเหล่านี้ทําให้ผู้พัฒนาสามารถรวมการทํางานของ formattcondition ได้โดยตรงกับแอปพลิเคชั่น Java.
กลุ่มนี้ยังให้บริการที่ type property (คืนประเภท) operator อสังหาริมทรัพย์ (คืนให้ผู้ประกอบการ) formula1 property (คืนสูตร 1).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | FormatConditionType | Read | การคืนรูปแบบ. |
operator | OperatorType | Read | กลับตัวประกอบการ. |
formula1 | String | Read | การคืนสูตร 1. |
formula2 | String | Read | การคืนสูตร 2. |
formula | String | Read | ส่งสูตรกลับ. |
timePeriod | String | Read | กลับระยะเวลา. |
duplicate | boolean | Read | กลับตัวสําเนา. |
top | boolean | Read | กลับคืนที่บนสุด. |
percent | boolean | Read | กลับเปอร์เซ็นต์. |
rank | int | Read | กลับเกียรติยศ. |
above | boolean | Read | กลับผลที่กล่าวไว้ข้างบน. |
standardDeviation | int | Read | การคืนการหันมาตรฐาน. |
colorScaleCount | int | Read | การคืนการนับสเกลสี. |
minColor | Color | Read | การคืนสี min. |
midColor | Color | Read | กลับสีกลาง. |
maxColor | Color | Read | ส่งผลสีสูงสุด. |
barColor | Color | Read | ส่งสีบาร์กลับ. |
negativeBarColor | Color | Read | การคืนสีขาลบ. |
showBorder | boolean | Read | กลับไปที่ show border. |
direction | String | Read | กลับทิศทาง. |
barLength | String | Read | กลับความยาวของบาร์. |
iconSetType | String | Read | การคืนรูปสัญลักษณ์แบบชุด. |
reverseIcons | boolean | Read | การคืนไอคอนกลับ. |
showIconOnly | boolean | Read | กลับไอคอนรายการเท่านั้น. |
priority | int | Read | กลับความสําคัญ. |
stopIfTrue | boolean | Read | กลับ stop ถ้าเป็นจริง. |
style | Style | Read | ยกกลับสไตล์. |
Methods
| Signature | Description |
|---|---|
getType() → FormatConditionType | การคืนรูปแบบ. |
setType(type: FormatConditionType) | กําหนดประเภท. |
getOperator() → OperatorType | กลับตัวประกอบการ. |
setOperator(operator: OperatorType) | กําหนดตัวประกอบการ. |
getFormula1() → String | การคืนสูตร 1. |
setFormula1(value: String) | กําหนดสูตร 1. |
getFormula2() → String | การคืนสูตร 2. |
setFormula2(value: String) | กําหนดสูตร 2. |
getFormula() → String | ส่งสูตรกลับ. |
setFormula(value: String) | กําหนดสูตร. |
getTimePeriod() → String | กลับระยะเวลา. |
setTimePeriod(value: String) | กําหนดระยะเวลา. |
getDuplicate() → boolean | กลับตัวสําเนา. |
setDuplicate(duplicate: boolean) | วางตัวสําเนา. |
getTop() → boolean | กลับคืนที่บนสุด. |
setTop(top: boolean) | จัดการบนสุด. |
getPercent() → boolean | กลับเปอร์เซ็นต์. |
setPercent(percent: boolean) | กําหนดเปอร์เซ็นต์. |
getRank() → int | กลับเกียรติยศ. |
setRank(rank: int) | กําหนดระดับ. |
getAbove() → boolean | กลับผลที่กล่าวไว้ข้างบน. |
setAbove(above: boolean) | กําหนดที่ด้านบน. |
getStandardDeviation() → int | การคืนการหันมาตรฐาน. |
setStandardDeviation(standardDeviation: int) | กําหนดการหักมาตรฐาน. |
getColorScaleCount() → int | การคืนการนับสเกลสี. |
setColorScaleCount(colorScaleCount: int) | กําหนดการนับสเกลสี. |
getMinColor() → Color | การคืนสี min. |
setMinColor(value: Color) | ตั้งสีขั้นต่ํา. |
getMidColor() → Color | กลับสีกลาง. |
setMidColor(value: Color) | ตั้งสีกลาง. |
getMaxColor() → Color | ส่งผลสีสูงสุด. |
setMaxColor(value: Color) | กําหนดสีสูงสุด. |
getBarColor() → Color | ส่งสีบาร์กลับ. |
setBarColor(value: Color) | กําหนดสีของบาร์. |
getNegativeBarColor() → Color | การคืนสีขาลบ. |
setNegativeBarColor(value: Color) | กําหนดสีขาลบ. |
getShowBorder() → boolean | กลับไปที่ show border. |
setShowBorder(showBorder: boolean) | กําหนดขอบเขตการแสดง. |
getDirection() → String | กลับทิศทาง. |
setDirection(value: String) | กําหนดทิศทาง. |
getBarLength() → String | กลับความยาวของบาร์. |
setBarLength(value: String) | กําหนดความยาวของบาร์. |
getIconSetType() → String | การคืนรูปสัญลักษณ์แบบชุด. |
setIconSetType(value: String) | กําหนดรูปสัญลักษณ์แบบเซ็ต. |
getReverseIcons() → boolean | การคืนไอคอนกลับ. |
setReverseIcons(reverseIcons: boolean) | วางไอคอนกลับ. |
getShowIconOnly() → boolean | กลับไอคอนรายการเท่านั้น. |
setShowIconOnly(showIconOnly: boolean) | วางไอคอนการแสดงเท่านั้น. |
getPriority() → int | กลับความสําคัญ. |
setPriority(priority: int) | ตั้งความสําคัญ. |
getStopIfTrue() → boolean | กลับ stop ถ้าเป็นจริง. |
setStopIfTrue(stopIfTrue: boolean) | กําหนดการหยุด ถ้าเป็นจริง. |
getStyle() → Style | ยกกลับสไตล์. |
setStyle(value: Style) | มันทําให้มันมีสไตล์. |
remove() | ลบเนื้อหาที่ต้องการ. |