Table of Contents

Class LangAlt

Namespace
iTextSharp.text.xml.xmp
Assembly
iTextSharp.LGPLv2.Core.dll
public class LangAlt : Properties
Inheritance
LangAlt
Inherited Members

Constructors

LangAlt()

Creates a Properties object that stores languages for use in an XmpSchema

public LangAlt()

LangAlt(string)

Creates a Properties object that stores languages for use in an XmpSchema

public LangAlt(string defaultValue)

Parameters

defaultValue string

Fields

DEFAULT

Key for the default language.

public const string DEFAULT = "x-default"

Field Value

string

Methods

AddLanguage(string, string)

Add a language.

public void AddLanguage(string language, string value)

Parameters

language string
value string

Process(StringBuilder, string)

Process a property.

protected void Process(StringBuilder buf, string lang)

Parameters

buf StringBuilder
lang string

ToString()

Creates a String that can be used in an XmpSchema.

public override string ToString()

Returns

string