Enum OdsSparseHorizontalAlignment
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Specifies horizontal alignment for a sparse automatic cell style. 指定稀疏 automatic cell style 的水平對齊方式。
public enum OdsSparseHorizontalAlignment
Fields
Center = 1Centers the content. 將內容置中。
End = 2Uses the writing-mode end edge. 使用書寫方向的結束邊。
Justify = 3Justifies the content. 將內容左右對齊。
Start = 0Uses the writing-mode start edge. 使用書寫方向的起始邊。