Story preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| opticalMarginAlignment | bool | r/w | If true, adjust the position of characters at the edges of the frame to provide a better appearance. |
| opticalMarginSize | number | r/w | The point size used as a base for calculating optical margin alginment. (Range: 0.1 to 1296) |
| parent | any | readonly | The parent of the StoryPreference (a XmlStory, Application, Document, Story or ObjectStyle). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of StoryPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the StoryPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.storyPreferences
Document.storyPreferences
ObjectStyle.storyPreferences
Story.storyPreferences
XmlStory.storyPreferences
Returned by:
Array of StoryPreference StoryPreference .getElements (
)