An assignment.
Go to Property Listing | Method Listing
extractLabel, getElements, insertLabel, remove, toSource, toSpecifier, update
AssignedStories, AssignmentExportOptions, AssignmentStatus, File, Number, Object, String, UIColors,
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
A collection of assigned stories. |
||
|
readonly |
The status of the assignment file. |
||
|
readonly |
The file path to the document that contains the page that the hyperlink jumps to. Note: Valid only when hyperlink destination is an external page. For information, see hyperlink desination and hyperlink external page destination. |
||
|
read/write |
The content to export in the assignment. |
||
|
readonly |
The full path to the file. |
||
|
Array of 3 Reals (0 - 255) |
read/write |
The color of the frames in the assignment, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |
|
|
readonly |
The unique ID of the Assignment. |
||
|
readonly |
The index of the Assignment within its containing object. |
||
|
read/write |
A property that can be set to any string. |
||
|
read/write |
The name of the Assignment. |
||
|
readonly |
The parent of the Assignment (a Document). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The user name to assign to tracked changes and notes. |
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
Object getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
Assignment remove ()
Deletes the assignment and its file.
String toSource ()
Generates a string which, if executed, will return the Assignment.
String toSpecifier ()
Retrieves the object specifier.
undefined update ()
Updates the assignment file.
AssignedStory.parent