NumberList.NumberList

NumberList(string, string, int)

의 새 인스턴스를 초기화합니다.NumberListclass. 이 인스턴스는 글머리 기호 목록을 나타냅니다.

public NumberList(string bulletedSymbol, string font, int fontSize)
모수유형설명
bulletedSymbolString총알을 나타내는 기호.
fontString글머리기호 글꼴입니다.
fontSizeInt32글머리 기호의 글꼴 크기입니다.

또한보십시오


NumberList(string, NumberFormat, string, int)

의 새 인스턴스를 초기화합니다.NumberList class. 이 인스턴스는 번호 매기기 목록을 나타냅니다.

public NumberList(string format, NumberFormat numberFormat, string font, int fontSize)
모수유형설명
formatString번호가 매겨진 헤더의 형식입니다.
numberFormatNumberFormatheader. 의 숫자 형식
fontString번호가 매겨진 헤더의 글꼴입니다.
fontSizeInt32번호가 매겨진 헤더의 글꼴 크기입니다.

또한보십시오