[]
设置样式。
public class ForguncyStyleInfo : ICloneable
设置样式。
public ForguncyStyleInfo()
背景色。
public string BackgroundStr { get; set; }
类型 | 描述 |
---|---|
string |
下边框。
public ForguncyBorderLine BorderBottom { get; set; }
类型 | 描述 |
---|---|
ForguncyBorderLine |
左边框。
public ForguncyBorderLine BorderLeft { get; set; }
类型 | 描述 |
---|---|
ForguncyBorderLine |
右边框。
public ForguncyBorderLine BorderRight { get; set; }
类型 | 描述 |
---|---|
ForguncyBorderLine |
上边框。
public ForguncyBorderLine BorderTop { get; set; }
类型 | 描述 |
---|---|
ForguncyBorderLine |
打开后的展示 Tab 页。
public PluginFormatDialogTabType? DisplayTab { get; set; }
类型 | 描述 |
---|---|
PluginFormatDialogTabType? |
超出的文本显示省略号。
public bool? Ellipsis { get; set; }
类型 | 描述 |
---|---|
bool? |
字体。
public string FontFamily { get; set; }
类型 | 描述 |
---|---|
string |
字号。
public double FontSize { get; set; }
类型 | 描述 |
---|---|
double |
字体倾斜。
public string FontStyle { get; set; }
类型 | 描述 |
---|---|
string |
字体加粗。
public string FontWeight { get; set; }
类型 | 描述 |
---|---|
string |
字体颜色。
public string ForegroundStr { get; set; }
类型 | 描述 |
---|---|
string |
格式设置。
public string FormatString { get; set; }
类型 | 描述 |
---|---|
string |
水平对齐方式。
public ForguncyCellHorizontalAlignment HorizontalAlignment { get; set; }
类型 | 描述 |
---|---|
ForguncyCellHorizontalAlignment |
缩小字体填充。
public bool? ShrinkToFit { get; set; }
类型 | 描述 |
---|---|
bool? |
是否有删除线。
public bool? Strikethrough { get; set; }
类型 | 描述 |
---|---|
bool? |
缩进。
public int TextIndent { get; set; }
类型 | 描述 |
---|---|
int |
是否有下划线。
public bool? Underline { get; set; }
类型 | 描述 |
---|---|
bool? |
垂直对齐方式。
public ForguncyCellVerticalAlignment VerticalAlignment { get; set; }
类型 | 描述 |
---|---|
ForguncyCellVerticalAlignment |
是否可换行。
public bool? WordWrap { get; set; }
类型 | 描述 |
---|---|
bool? |
克隆样式实例
public object Clone()
类型 | 描述 |
---|---|
object | 克隆后的样式实例。 |