BookContent
A book content object.
BookContent Properties
| Property |
Type |
Access |
Description |
| Date |
Date |
read |
Date and time. |
| DocumentPageRange |
String |
read |
The page range of the book content document. |
| FullName |
File (String) |
read |
The full path including the name. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Parent |
Object |
read |
The parent of the object. |
| Size |
Long |
read |
Size of the book content file. |
| Status |
idBookContentStatus enumeration |
read |
The status of the book content. |
BookContent Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| Move |
BookContent |
Moves the book content before/after another book content, or to beginning/end of the book. |
| Replace |
BookContent |
Replaces the book content. |
| Synchronize |
Nothing |
Synchronizes this book content to the style source document. |
Previous post: BookContents
Next post: Book