C# 클래스 iTextSharp.text.xml.xmp.XmpSchema

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

보호된 프로퍼티들

프로퍼티 타입 설명
xmlns String

공개 메소드들

메소드 설명
AddProperty ( String key, String value ) : void
Escape ( String content ) : String
SetProperty ( String key, LangAlt value ) : void
SetProperty ( string key, XmpArray value ) : void
ToString ( ) : String
XmpSchema ( String xmlns ) : System
this ( string key ) : string

보호된 메소드들

메소드 설명
Process ( StringBuilder buf, Object p ) : void

메소드 상세

AddProperty() 공개 메소드

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

Escape() 공개 정적인 메소드

public static Escape ( String content ) : String
content String
리턴 String

Process() 보호된 메소드

protected Process ( StringBuilder buf, Object p ) : void
buf StringBuilder
p Object
리턴 void

SetProperty() 공개 메소드

public SetProperty ( String key, LangAlt value ) : void
key String
value LangAlt
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string key, XmpArray value ) : void
key string
value XmpArray
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

XmpSchema() 공개 메소드

public XmpSchema ( String xmlns ) : System
xmlns String
리턴 System

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

xmlns 보호되어 있는 프로퍼티

protected String xmlns
리턴 String