XmpBasicSchema 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.XmpBasicSchema[[XmpBasicSchema]] iTextSharp.text.xml.xmp.XmpSchema[[XmpSchema]] class iTextSharp.text.xml.xmp.XmpSchema abstractStyle; end iTextSharp.text.xml.xmp.XmpSchema --> iTextSharp.text.xml.xmp.XmpBasicSchema
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
XmpBasicSchema
Source code
public XmpBasicSchema()
Methods
AddCreatorTool
Source code
public virtual void AddCreatorTool(string creator)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
creator |
AddCreateDate
Source code
public virtual void AddCreateDate(string date)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
date |
AddModDate
Source code
public virtual void AddModDate(string date)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
date |
AddMetaDataDate
Source code
public virtual void AddMetaDataDate(string date)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
date |
AddIdentifiers
Source code
public virtual void AddIdentifiers(string[] id)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
id |
AddNickname
Source code
public virtual void AddNickname(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
Generated with ModularDoc