|
|
AssignedStory
An assigned story.
AssignedStory Properties
|
Property
|
Type
|
Access
|
Description
|
|
FilePath
|
File (String)
|
read
|
The file path.
|
|
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.
|
|
Name
|
String
|
r/w
|
The name of the object.
|
|
Parent
|
Object
|
read
|
The parent of the object.
|
|
StoryReference
|
Story, PageItem, Oval, Rectangle, Polygon
|
read
|
A reference to the assigned story.
|
AssignedStory Methods
|
Method
|
Returns
|
Description
|
|
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
|
AssignedStory
|
Move the assigned story to another assignment, before/after another assigned story, or to beginning/end of an assignment.
|
|
|
|
|