Share via


MsoTextUnderlineType 枚举

定义

指示文字的下划线类型。

public enum class MsoTextUnderlineType
public enum MsoTextUnderlineType
type MsoTextUnderlineType = 
Public Enum MsoTextUnderlineType
继承
MsoTextUnderlineType

字段

msoNoUnderline 0

不指定下划线。

msoUnderlineDashHeavyLine 8

指定短划线下划线。

msoUnderlineDashLine 7

指定划线下划线。

msoUnderlineDashLongHeavyLine 10

指定粗长划线下划线。

msoUnderlineDashLongLine 9

指定长虚下划线。

msoUnderlineDotDashHeavyLine 12

指定点划线粗线下划线。

msoUnderlineDotDashLine 11

指定点划线下划线。

msoUnderlineDotDotDashHeavyLine 14

指定点点虚线粗线下划线。

msoUnderlineDotDotDashLine 13

指定点破折线下划线。

msoUnderlineDottedHeavyLine 6

指定粗点虚线下划线。

msoUnderlineDottedLine 5

指定虚线下划线。

msoUnderlineDoubleLine 3

指定双线下划线。

msoUnderlineHeavyLine 4

指定粗线下划线。

msoUnderlineMixed -2

指定混合下划线类型。

msoUnderlineSingleLine 2

指定单线下划线。

msoUnderlineWavyDoubleLine 17

指定波浪双线下划线。

msoUnderlineWavyHeavyLine 16

指定波浪粗线下划线。

msoUnderlineWavyLine 15

指定波浪线下划线。

msoUnderlineWords 1

指定为单词添加下划线。

适用于