StickyNote
This table lists the use and description of the attributes of the sticky note element.
Attribute |
Use |
Description |
Width |
Required |
The width of the frame in the specified units. |
Height |
Required |
The height of the frame in the specified units. |
X |
Required |
The horizontal position of the center point of the graphic frame with reference to the left corner point of the page in the specified units. |
Y |
Required |
The vertical position center point of the graphic frame with reference to the left corner point of the page in the specified units. |
Z-Index |
Required |
The z-index of the graphic frame. Can be used to move a frame to the front/back. If the z-index is unknown, use any value like for example 0. |
Background |
Implied |
Background color in swatch or #rrggbb or cmyk c=0; m=100;y=100;k=0;. Value of None mean no stroke. If a swatch is used and the swatch does not exist in the master document, it will be created using default color values. |
LayerName |
Required |
The name of the layer where the graphic frame is put on. If the layer does not exist, it is created using defaults. |
Rotation |
Implied |
The rotation angle around the center, number, in degrees. |
Name |
Implied |
Only used for internal purposes by InDesign Connector. |
SitecoreID |
Implied |
The SitecoreID attribute is used to identify each page object (TextFrame, ImageFrame, etc) with a corresponding Sitecore item. The SitecoreID attribute contains the ID value of that specific item. Each page object item created with the InDesign Connector is related to a Sitecore item. When you use a script to create a page object (TextFrame, ImageFrame, etc), you should add the SitecoreID attribute and use a default value (e.g. null) to make the InDesign Connector identify this item. |
ObjectStyle |
Implied |
An InDesign Object Style can be used for formatting (effects). If the name of the Object Style used in the master is used as value of this attribute it will be applied. If the ObjectStyle does not exist, it is NOT created automatically. |
GroupID |
Implied |
Only used internally. Used for grouping page objects |
InteractiveAttributes |
Implied |