DublinCoreSchema 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.DublinCoreSchema[[DublinCoreSchema]] iTextSharp.text.xml.xmp.XmpSchema[[XmpSchema]] class iTextSharp.text.xml.xmp.XmpSchema abstractStyle; end iTextSharp.text.xml.xmp.XmpSchema --> iTextSharp.text.xml.xmp.DublinCoreSchema
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
DublinCoreSchema
Source code
public DublinCoreSchema()
Methods
AddTitle [1/2]
Source code
public virtual void AddTitle(string title)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
title |
AddTitle [2/2]
Source code
public virtual void AddTitle(LangAlt title)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
title |
AddDescription [1/2]
Source code
public virtual void AddDescription(string desc)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
desc |
AddDescription [2/2]
Source code
public virtual void AddDescription(LangAlt desc)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
desc |
AddSubject [1/2]
Source code
public virtual void AddSubject(string subject)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
subject |
AddSubject [2/2]
Source code
public virtual void AddSubject(string[] subject)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
subject |
AddAuthor [1/2]
Source code
public virtual void AddAuthor(string author)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
author |
AddAuthor [2/2]
Source code
public virtual void AddAuthor(string[] author)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
author |
AddPublisher [1/2]
Source code
public virtual void AddPublisher(string publisher)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
publisher |
AddPublisher [2/2]
Source code
public virtual void AddPublisher(string[] publisher)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
publisher |
Generated with ModularDoc