C# 클래스 iTextSharp.text.MarkedObject

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

보호된 프로퍼티들

프로퍼티 타입 설명
element IElement
markupAttributes System.util.Properties

공개 메소드들

메소드 설명
IsContent ( ) : bool
IsNestable ( ) : bool
MarkedObject ( IElement element ) : System
Process ( IElementListener listener ) : bool
SetMarkupAttribute ( String key, String value ) : void

보호된 메소드들

메소드 설명
MarkedObject ( ) : System

메소드 상세

IsContent() 공개 메소드

public IsContent ( ) : bool
리턴 bool

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

MarkedObject() 보호된 메소드

protected MarkedObject ( ) : System
리턴 System

MarkedObject() 공개 메소드

public MarkedObject ( IElement element ) : System
element IElement
리턴 System

Process() 공개 메소드

public Process ( IElementListener listener ) : bool
listener IElementListener
리턴 bool

SetMarkupAttribute() 공개 메소드

public SetMarkupAttribute ( String key, String value ) : void
key String
value String
리턴 void

프로퍼티 상세

element 보호되어 있는 프로퍼티

protected IElement element
리턴 IElement

markupAttributes 보호되어 있는 프로퍼티

protected Properties,System.util markupAttributes
리턴 System.util.Properties