Class OdsSparseAutomaticCellStyle
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Describes one bounded automatic table-cell style created by OdsSparseEditor. 描述由 OdsSparseEditor 建立的單一有界 automatic table-cell style。
public sealed class OdsSparseAutomaticCellStyle
- Inheritance
-
OdsSparseAutomaticCellStyle
- Inherited Members
Constructors
OdsSparseAutomaticCellStyle()
public OdsSparseAutomaticCellStyle()
Properties
BackgroundColor
Gets or sets the background color as #RRGGBB or transparent.
取得或設定格式為 #RRGGBB 或 transparent 的背景色彩。
public string? BackgroundColor { get; set; }
Property Value
Bold
Gets or sets whether the text is bold. 取得或設定文字是否為粗體。
public bool? Bold { get; set; }
Property Value
- bool?
FontFamily
Gets or sets the font family. 取得或設定字型家族。
public string? FontFamily { get; set; }
Property Value
FontSizePoints
Gets or sets the font size in points. 取得或設定以點為單位的字型大小。
public double? FontSizePoints { get; set; }
Property Value
HorizontalAlignment
Gets or sets the horizontal alignment. 取得或設定水平對齊方式。
public OdsSparseHorizontalAlignment? HorizontalAlignment { get; set; }
Property Value
Italic
Gets or sets whether the text is italic. 取得或設定文字是否為斜體。
public bool? Italic { get; set; }
Property Value
- bool?
Name
Gets or sets the unique ODF style name. 取得或設定唯一的 ODF 樣式名稱。
public string Name { get; set; }
Property Value
ParentStyleName
Gets or sets an existing or batch-created parent cell style name. 取得或設定既有或同批建立的父儲存格樣式名稱。
public string? ParentStyleName { get; set; }
Property Value
TextColor
Gets or sets the text color as #RRGGBB.
取得或設定格式為 #RRGGBB 的文字色彩。
public string? TextColor { get; set; }
Property Value
VerticalAlignment
Gets or sets the vertical alignment. 取得或設定垂直對齊方式。
public OdsSparseVerticalAlignment? VerticalAlignment { get; set; }
Property Value
WrapText
Gets or sets whether cell text wraps. 取得或設定儲存格文字是否換行。
public bool? WrapText { get; set; }
Property Value
- bool?