AuthorInfo Object (IAuthorInfo Interface)
This object is an item of an authors list of a FB2 or EPUB file. The object contains information on the first, middle, last, nick names of the author of the document.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
FirstName | BSTR | Stores the first name of the author. |
LastName | BSTR | Stores the last name of the author. |
MiddleName | BSTR | Stores the middle name of the author. |
NickName | BSTR | Stores the nick name of the author. |
Methods
Name | Description |
---|---|
IsValid | Checks whether the specified author is valid. The information of the author is valid, if his nick name or his first and last name are specified. |
CopyFrom | Initializes the properties of the current object with the values of similar properties of another object. |
Related objects
Output parameter
This object is the output parameter of the AddNew, Item methods of the AuthorsList object.
See also
7/3/2024 8:50:25 AM