DublinCoreProperties 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.DublinCoreProperties[[DublinCoreProperties]]
end
Members
Methods
Public Static methods
Returns | Name |
---|
void | AddAuthor (IXmpMeta xmpMeta, string author) |
void | AddDescription (IXmpMeta xmpMeta, string desc) |
void | AddPublisher (IXmpMeta xmpMeta, string publisher) |
void | AddSubject (IXmpMeta xmpMeta, string subject) |
void | AddTitle (IXmpMeta xmpMeta, string title) |
void | SetAuthor (IXmpMeta xmpMeta, string``[] author) |
void | SetDescription (IXmpMeta xmpMeta, string desc, string genericLang, string specificLang) |
void | SetPublisher (IXmpMeta xmpMeta, string``[] publisher) |
void | SetSubject (IXmpMeta xmpMeta, string``[] subject) |
void | SetTitle (IXmpMeta xmpMeta, string title, string genericLang, string specificLang) |
Details
Constructors
DublinCoreProperties
public DublinCoreProperties()
Methods
AddTitle
Source code
public static void AddTitle(IXmpMeta xmpMeta, string title)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | title | |
SetTitle
Source code
public static void SetTitle(IXmpMeta xmpMeta, string title, string genericLang, string specificLang)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | title | |
string | genericLang | |
string | specificLang | |
AddDescription
Source code
public static void AddDescription(IXmpMeta xmpMeta, string desc)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | desc | |
SetDescription
Source code
public static void SetDescription(IXmpMeta xmpMeta, string desc, string genericLang, string specificLang)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | desc | |
string | genericLang | |
string | specificLang | |
AddSubject
Source code
public static void AddSubject(IXmpMeta xmpMeta, string subject)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | subject | |
SetSubject
Source code
public static void SetSubject(IXmpMeta xmpMeta, string[] subject)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string``[] | subject | |
AddAuthor
Source code
public static void AddAuthor(IXmpMeta xmpMeta, string author)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | author | |
SetAuthor
Source code
public static void SetAuthor(IXmpMeta xmpMeta, string[] author)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string``[] | author | |
AddPublisher
Source code
public static void AddPublisher(IXmpMeta xmpMeta, string publisher)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string | publisher | |
SetPublisher
Source code
public static void SetPublisher(IXmpMeta xmpMeta, string[] publisher)
Arguments
Type | Name | Description |
---|
IXmpMeta | xmpMeta | |
string``[] | publisher | |
Generated with ModularDoc