Word for WPF
RtfListType 列挙体

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word 名前空間 : RtfListType 列挙体
リストタイプの列挙。
シンタックス
'宣言
 
Public Enum RtfListType 
   Inherits System.Enum
public enum RtfListType : System.Enum 
メンバ
メンバ解説
Aiueoアイウエオ。
AiueoFullWidth全角のアイウエオ。
ArabicNumeralアラビア数字(1、2、3)。
Bullet行頭文字(番号なし)。
CardinalTextNumber基数テキスト(One、Two、Three)。
EnclosedCircle閉じた円。
FullWidthBullet全角ビュレット。
IdeographDigital漢数字。
Irohaイロハ。
IrohaFullWidth全角のイロハ。
JapaneseCounting日本式番号。
JapaneseLegal日本式リーガル。
LowerLetter英小文字(a、b、c)。
LowerRomanNumeral小文字ローマ数字(i、ii、iii)。
None番号なし。
OrdinalNumber序数(1st、2nd、3rd)。
OrdinalTextNumber序数テキスト(First、Second、Third)。
UpperLetter英大文字(A、B、C)。
UpperRomanNumeral大文字ローマ数字(I、II、III)。
Zero2ArabicNumeral先頭に 0 を 2 つ付けたアラビア数字(001、002、... 100、...)。
Zero3ArabicNumeral行頭文字(番号なし)。
Zero4ArabicNumeral行頭文字(番号なし)。
ZeroArabicNumeral先頭に 0 を付けたアラビア数字(01、02、03、... 10、11)。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Word.RtfListType

参照

C1.WPF.Word 名前空間