[]
        
(Showing Draft Content)

GC.Spread.Sheets.ListType

枚举: ListType

Spread.Sheets.ListType

表示富文本列表项的列表样式类型

Table of contents

枚举值成员

枚举值成员

circle

circle = 1

表示无序列表项,列表样式类型为圆形。


decimal

decimal = 3

表示有序列表项,列表样式类型为十进制。


disc

disc = 0

表示无序列表项,列表样式类型为 disc。


lowerAlpha

lowerAlpha = 4

表示有序列表项,列表样式类型为lowerAlpha。


lowerGreek

lowerGreek = 8

表示有序列表项,列表样式类型为 lowerGreek。


lowerRoman

lowerRoman = 6

表示有序列表项,列表样式类型为 lowerRoman。


square

square = 2

表示无序列表项,列表样式类型为方形。


upperAlpha

upperAlpha = 5

表示有序列表项,列表样式类型为 upperAlpha。


upperRoman

upperRoman = 7

表示有序列表项,列表样式类型为 upperRoman。