| profile.volumes(n) |
| name (default) |
Return the name of the volume.
Parameters None
Return (str)
- Name of the volume |
| pos |
Return the position (index) of the
volume.
Parameters None
Return (int)
- Position of the volume (from 0 to volumes.count -1) |
| createdby |
Return the "created by"
field of the volume.
Parameters None
Return (str)
- "Created by" field. |
| languages.count |
Return the number of languages in
the volume.
Parameters None
Return (int)
- The languages count. |
| languages(int nolanguage) |
Return the language number n
Parameters int
nolanguage - The index of the desired
language. (from 0 to languages.count -1) Return
languages
object |