C# 클래스 iTextSharp.text.ChapterAutoNumber

상속: Chapter
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
numberSet bool

공개 메소드들

메소드 설명
AddSection ( Paragraph title ) : Section
AddSection ( String title ) : Section
ChapterAutoNumber ( Paragraph para ) : System
ChapterAutoNumber ( String title ) : System
SetAutomaticNumber ( int number ) : int

메소드 상세

AddSection() 공개 메소드

public AddSection ( Paragraph title ) : Section
title Paragraph
리턴 Section

AddSection() 공개 메소드

public AddSection ( String title ) : Section
title String
리턴 Section

ChapterAutoNumber() 공개 메소드

public ChapterAutoNumber ( Paragraph para ) : System
para Paragraph
리턴 System

ChapterAutoNumber() 공개 메소드

public ChapterAutoNumber ( String title ) : System
title String
리턴 System

SetAutomaticNumber() 공개 메소드

public SetAutomaticNumber ( int number ) : int
number int
리턴 int

프로퍼티 상세

numberSet 보호되어 있는 프로퍼티

protected bool numberSet
리턴 bool