Skip to main content
Skip table of contents

XmpSchema

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
TypeNameMethods
stringItemset
stringXmlnsget

Methods

Public methods
ReturnsName
voidAddProperty(string key, string value)
voidSetProperty(...)
stringToString()
Protected methods
ReturnsName
voidProcess(StringBuilder buf, object p)
Public Static methods
ReturnsName
stringEscape(string content)

Details

Inheritance

  • Properties

Constructors

XmpSchema

Source code

public XmpSchema(string xmlns)
Arguments
TypeNameDescription
stringxmlns

Methods

ToString

Source code

public override string ToString()
Process

Source code

protected virtual void Process(StringBuilder buf, object p)
Arguments
TypeNameDescription
StringBuilderbuf
objectp
AddProperty

Source code

public virtual void AddProperty(string key, string value)
Arguments
TypeNameDescription
stringkey
stringvalue
SetProperty [1/2]

Source code

public virtual void SetProperty(string key, XmpArray value)
Arguments
TypeNameDescription
stringkey
XmpArrayvalue
SetProperty [2/2]

Source code

public virtual void SetProperty(string key, LangAlt value)
Arguments
TypeNameDescription
stringkey
LangAltvalue
Escape

Source code

public static string Escape(string content)
Arguments
TypeNameDescription
stringcontent

Properties

Xmlns
public virtual string Xmlns { get; }
Item
public override string Item { set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.