StyleValue
Overview
StyleValue เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงค่าแบบ.
หมวดนี้ให้ 27 วิธีในการทํางานกับวัตถุ StyleValue ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: AlignmentValue, BordersValue, Clone, ColorValue, Default, FillPatternKind, FontValue, GetAlignment, GetBackgroundColor, GetBorders, GetFont, GetForegroundColor,และ 14 วิธีเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++. วิธีการเข้า: AlignmentValue, BordersValue, ColorValue, FillPatternKind, FontValue, NumberFormatValue,และอีก 1 ใบ.
วิธีการเข้าถึง
| Name | Type | Access | Description |
|---|---|---|---|
FontValue | FontValue | Read | ได้ค่าตัวอักษร. |
FillPatternKind | FillPatternKind | Read | ได้รูปแบบการเติมของชนิด. |
ColorValue | ColorValue | Read | ได้ค่าสี. |
BordersValue | BordersValue | Read | ได้ค่าขอบเขต. |
AlignmentValue | AlignmentValue | Read | ได้ค่าการสอดคล้อง. |
ProtectionValue | ProtectionValue | Read | ได้ค่าป้องกัน. |
NumberFormatValue | NumberFormatValue | Read | ได้ค่ารูปแบบเลข. |
Methods
| Signature | Description |
|---|---|
FontValue() → FontValue | แสดงค่าตัวอักษร. |
FillPatternKind() → FillPatternKind | ได้หรือกําหนดรูปแบบ. |
ColorValue() → ColorValue | ได้หรือกําหนดสีพื้นหน้า. |
ColorValue() → ColorValue | ได้หรือกําหนดสีพื้นหลัง. |
BordersValue() → BordersValue | ทําค่าขอบเขต. |
AlignmentValue() → AlignmentValue | ทําค่าการปรับตัว. |
ProtectionValue() → ProtectionValue | ทําความคุ้มครองค่า. |
NumberFormatValue() → NumberFormatValue | ส่งค่ารูปแบบเลข. |
StyleValue() | เริ่มต้นตัวอย่างใหม่ของคลาส. |
Default() → StyleValue | ได้รับการตั้งค่า. |
GetFont() → FontValue | แสดงค่าตัวอักษร. |
SetFont(value: FontValue) | กําหนดค่าตัวอักษร. |
GetPattern() → FillPatternKind | ได้หรือกําหนดรูปแบบ. |
SetPattern(value: FillPatternKind) | กําหนดค่าแบบ. |
GetForegroundColor() → ColorValue | ได้หรือกําหนดสีพื้นหน้า. |
SetForegroundColor(value: ColorValue) | กําหนดค่าสีพื้นหน้า. |
GetBackgroundColor() → ColorValue | ได้หรือกําหนดสีพื้นหลัง. |
SetBackgroundColor(value: ColorValue) | กําหนดค่าสีพื้นหลัง. |
GetBorders() → BordersValue | ทําค่าขอบเขต. |
SetBorders(value: BordersValue) | กําหนดค่าขอบเขต. |
GetAlignment() → AlignmentValue | ทําค่าการปรับตัว. |
SetAlignment(value: AlignmentValue) | กําหนดค่าการปรับตัว. |
GetProtection() → ProtectionValue | ทําความคุ้มครองค่า. |
SetProtection(value: ProtectionValue) | กําหนดค่าการป้องกัน. |
GetNumberFormat() → NumberFormatValue | ส่งค่ารูปแบบเลข. |
SetNumberFormat(value: NumberFormatValue) | กําหนดค่ารูปแบบจํานวน. |
Clone() → StyleValue | สร้างสําเนาของตัวอย่างปัจจุบัน ค่าสไตล์. |