LangAlt Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.xml.xmp
iTextSharp.text.xml.xmp.LangAlt[[LangAlt]]
end
subgraph System.util
System.util.Properties[[Properties]]
end
System.util.Properties --> iTextSharp.text.xml.xmp.LangAlt
Members
Methods
Public methods
Protected internal methods
Returns | Name |
---|
void | Process (StringBuilder buf, string lang) |
Details
Inheritance
Constructors
LangAlt [1/2]
Source code
public LangAlt(string defaultValue)
Arguments
Type | Name | Description |
---|
string | defaultValue | |
LangAlt [2/2]
Source code
public LangAlt()
Methods
AddLanguage
Source code
public virtual void AddLanguage(string language, string value)
Arguments
Type | Name | Description |
---|
string | language | |
string | value | |
Process
Source code
protected internal virtual void Process(StringBuilder buf, string lang)
Arguments
Type | Name | Description |
---|
StringBuilder | buf | |
string | lang | |
ToString
Source code
public override string ToString()
Generated with ModularDoc