Class TableTextStyle
ชื่อพื้นที่: Aspose.Tasks.Visualization การประกอบ: Aspose.Tasks.dll (25.4.0)
แสดงรูปแบบข้อความในตารางการดู
public class TableTextStyle : TextStyle
Inheritance
object ← TextStyle ← TableTextStyle
อนุญาโตตุลาการ
TextStyle.Font , TextStyle.Color , TextStyle.ItemType , TextStyle.BackgroundPattern , TextStyle.BackgroundColor , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
TableTextStyle(int)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Tasks.Visualization.TableTextStyle
public TableTextStyle(int rowUid)
Parameters
rowUid
int
หมายเลข ID เฉพาะ
TableTextStyle(อินเทอร์, FontDescriptor)
เปิดตัวตัวอย่างใหม่ของ Aspose.Tasks.Visualization.TableTextStyle class ด้วยตัวอักษรที่ระบุ
public TableTextStyle(int rowUid, FontDescriptor font)
Parameters
rowUid
int
หมายเลข ID เฉพาะ
font
FontDescriptor
โพสต์ที่รูปแบบข้อความจะขึ้นอยู่กับ
TableTextStyle(int, float, FontStyles)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Tasks.Visualization.TableTextStyle ด้วยขนาดฟอตที่ระบุและรูปแบบฟอต
public TableTextStyle(int rowUid, float fontSize, FontStyles fontStyle)
Parameters
rowUid
int
หมายเลข ID เฉพาะ
fontSize
float
ขนาดตัวอักษรซึ่งรูปแบบข้อความจะขึ้นอยู่กับ
fontStyle
FontStyles
สไตล์ของอักษรซึ่งรูปแบบข้อความจะขึ้นอยู่กับ
TableTextStyle(int, FontStyles)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Tasks.Visualization.TableTextStyle ด้วยการตั้งค่าตัวอักษรที่กําหนดและรูปแบบตัวอักษรที่กําหนด
public TableTextStyle(int rowUid, FontStyles fontStyle)
Parameters
rowUid
int
หมายเลข ID เฉพาะ
fontStyle
FontStyles
สไตล์ของอักษรซึ่งรูปแบบข้อความจะขึ้นอยู่กับ
Properties
Field
ได้รับหรือตั้งค่าฟิลด์ที่สไตล์จะถูกนําไปใช้กับAspose.Tasks.Visualization.TableTextStyle.Field
public Field Field { get; set; }
คุณสมบัติมูลค่า
ItemType
รับหรือตั้งค่า Aspose.Tasks.Visualization.TextItemประเภทของรูปแบบข้อความ
public override TextItemType ItemType { get; }
คุณสมบัติมูลค่า
RowUid
ได้รับการติดตาม ID ที่เป็นเอกลักษณ์
public int RowUid { get; }