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

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

공개 메소드들

메소드 설명
AddLanguage ( String language, String value ) : void
LangAlt ( ) : System
LangAlt ( String defaultValue ) : System
ToString ( ) : String

보호된 메소드들

메소드 설명
Process ( StringBuilder buf, String lang ) : void

메소드 상세

AddLanguage() 공개 메소드

public AddLanguage ( String language, String value ) : void
language String
value String
리턴 void

LangAlt() 공개 메소드

public LangAlt ( ) : System
리턴 System

LangAlt() 공개 메소드

public LangAlt ( String defaultValue ) : System
defaultValue String
리턴 System

Process() 보호된 메소드

protected Process ( StringBuilder buf, String lang ) : void
buf StringBuilder
lang String
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String