C# Class iTextSharp.text.xml.xmp.XmpSchema

Inheritance: System.util.Properties
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
xmlns String

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Process ( StringBuilder buf, Object p ) : void

Method Details

AddProperty() public méthode

public AddProperty ( String key, String value ) : void
key String
value String
Résultat void

Escape() public static méthode

public static Escape ( String content ) : String
content String
Résultat String

Process() protected méthode

protected Process ( StringBuilder buf, Object p ) : void
buf StringBuilder
p Object
Résultat void

SetProperty() public méthode

public SetProperty ( String key, LangAlt value ) : void
key String
value LangAlt
Résultat void

SetProperty() public méthode

public SetProperty ( string key, XmpArray value ) : void
key string
value XmpArray
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

XmpSchema() public méthode

public XmpSchema ( String xmlns ) : System
xmlns String
Résultat System

this() public méthode

public this ( string key ) : string
key string
Résultat string

Property Details

xmlns protected_oe property

protected String xmlns
Résultat String