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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
-
Properties
Constructors
LangAlt [1/2]
Source code
public LangAlt(string defaultValue)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
defaultValue |
LangAlt [2/2]
Source code
public LangAlt()
Methods
AddLanguage
Source code
public virtual void AddLanguage(string language, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
language |
|
|
|
value |
Process
Source code
protected internal virtual void Process(StringBuilder buf, string lang)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buf |
|
|
|
lang |
ToString
Source code
public override string ToString()
Generated with ModularDoc