Header
Header Public class
Description
This is an Element that contains some userdefined meta information about the document.
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text
iTextSharp.text.Header[[Header]]
iTextSharp.text.Meta[[Meta]]
end
iTextSharp.text.Meta --> iTextSharp.text.Header
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string | Name Returns the name of the meta information. | get |
Details
Summary
This is an Element that contains some userdefined meta information about the document.
Example
Header header = new Header("inspired by", "William Shakespeare");
Inheritance
Constructors
Header
public Header(string name, string content)
Arguments
Type | Name | Description |
---|---|---|
string | name | the name of the meta-information |
string | content | the content |
Summary
Constructs a Header.
Properties
Name
public override string Name { get; }
Summary
Returns the name of the meta information.
Value
a string
Generated with ModularDoc