目錄 / Table of Contents

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 = 1

Centers the content. 將內容置中。

End = 2

Uses the writing-mode end edge. 使用書寫方向的結束邊。

Justify = 3

Justifies the content. 將內容左右對齊。

Start = 0

Uses the writing-mode start edge. 使用書寫方向的起始邊。