XmpSchema 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.XmpSchema[[XmpSchema]] class iTextSharp.text.xml.xmp.XmpSchema abstractStyle; end subgraph System.util System.util.Properties[[Properties]] end System.util.Properties --> iTextSharp.text.xml.xmp.XmpSchema
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
() |
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
-
Properties
Constructors
XmpSchema
Source code
public XmpSchema(string xmlns)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmlns |
Methods
ToString
Source code
public override string ToString()
Process
Source code
protected virtual void Process(StringBuilder buf, object p)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buf |
|
|
|
p |
AddProperty
Source code
public virtual void AddProperty(string key, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
value |
SetProperty [1/2]
Source code
public virtual void SetProperty(string key, XmpArray value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
value |
SetProperty [2/2]
Source code
public virtual void SetProperty(string key, LangAlt value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
value |
Escape
Source code
public static string Escape(string content)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
Properties
Xmlns
public virtual string Xmlns { get; }
Item
public override string Item { set; }
Generated with ModularDoc