다음을 통해 공유


ITextParagraphFormat.ListType 속성

정의

목록의 항목 단락을 표시하는 데 사용되는 문자 종류를 가져오거나 설정합니다.

public:
 property MarkerType ListType { MarkerType get(); void set(MarkerType value); };
MarkerType ListType();

void ListType(MarkerType value);
public MarkerType ListType { get; set; }
var markerType = iTextParagraphFormat.listType;
iTextParagraphFormat.listType = markerType;
Public Property ListType As MarkerType

속성 값

항목 단락을 표시하는 데 사용되는 문자의 종류입니다.

적용 대상

추가 정보