Property name |
Data Type |
Description |
---|---|---|
FirstGraphicInGroup |
FMObject |
First object in the group. |
LastGraphicInGroup |
FMObject |
Last object in the group. |
Angle |
int |
Angle of the object’s rotation. |
ArrowBaseAngle |
int |
Arrowhead base angle in degrees. |
ArrowLength |
int |
Denotes the arrowhead length (always rounded down to the nearest 1/256 point). |
ArrowScaleFactor |
int |
Specifies the factor by which arrowhead is scaled as line width changes (always rounded down to nearest 1/16 point). It is not used if the ArrowScaleHead property is set to False. |
ArrowScaleHead |
int |
Set to 1 if arrowhead is scaled as the line width changes. Set to 0, otherwise. |
ArrowTipAngle |
int |
Arrowhead tip angle in degrees. |
ArrowType |
int |
Arrowhead style. The value is one of: •Constants.FV_ARROW_STICK (0x1) •Constants.FV_ARROW_HOLLOW (0x2) •Constants.FV_ARROW_FILLED (0x3) |
BorderWidth |
int |
Denotes the border width (0.015 points to 360 points). |
Color |
The spot color (FO_Color ID). |
|
Dash |
Specifies a dash pattern that is repeated for the length of an object’s border. The pattern is stored in a MetricsT structure. The 0th element of the MetricsT.MetricsT_val array stores the length of the first dash; the 1st element stores the following space; the 2nd element stores the next dash; and so on for an even number of elements. |
|
Fill |
int |
The fill pattern (numbers between 0 and 15). The ESTK provides constants for the following fill patterns: •Constants.FV_FILL_BLACK (0) •Constants.FV_FILL_WHITE (7) •Constants.FV_FILL_CLEAR(15) |
FrameParent |
FMObject |
Frame containing the graphic object (FO_AFrame or FO_UnanchoredFrame ID). |
GraphicCantBeSelected |
int |
1 if the graphic object cannot be selected; 0, otherwise. |
GraphicIsSelected |
int |
1 if the graphic object is selected; 0, otherwise. |
GroupParent |
Group that the object is in (FO_Group ID). note: Anchored and unanchored frames do not have this property. |
|
HeadArrow |
int |
1 if the line has an arrowhead; 0, otherwise. |
Height |
int |
Height of the object (0.125 points to 3600 points). |
HotspotCmdStr |
StringT |
The command string for a hotspot. Thismust be a valid hypertext command string. |
HotspotTitle |
StringT |
The tooltip text for the hotspot in the outputs that support it (for example HTML). This property is 0ptional. |
IsHotspot |
Bool |
Whether the object is a hotspot or not. If this property is turned off, the object is no longer a hotspot even if command string is non-empty. |
LineCap |
int |
Type of line end. The value is one of: •Constants.FV_CAP_BUTT (0x00) •Constants.FV_CAP_ROUND (0x01) •Constants.FV_CAP_SQUARE (0x02) |
LocX |
int |
Distance from the left side of the parent frame (–216 inches to 216 inches).If the graphic object is an anchored frame, the distance is calculated from the left side of the page frame. You cannot set LocX for anchored frames. |
LocY |
int |
Distance from the top of the parent frame (–216 inches to 216 inches).If the graphic object is an anchored frame, the distance is calculated from the top of the page frame. You cannot set LocY for anchored frames. |
NextGraphicInDoc |
FMObject |
Next graphic object in the document. |
NextGraphicInFrame |
FMObject |
Next graphic object in the frame. |
NextGraphicInGroup |
FMObject |
Next graphic object in the group. |
NextSelectedGraphicInDoc |
FMObject |
Next selected graphic object in document. |
ObjectAttributes |
A list of strings, each string expressing an attribute that is specified for an anchored frame in the Object Properties > Object Attributes dialog box.Each string is in the form of <tag>string_text</tag>. You can use the backslash to escape characters such as \n, \r, or \t for newline, carraige return, and tab, respectively. For a backslash character in the string text, type \\. |
|
Overprint |
int |
Specifies the overprint settings for the object. The value is one of: •Constants.FV_KNOCKOUT (0x00) •Constants.FV_OVERPRINT (0x01) •Constants.FV_FROMCOLOR (0x02) |
Pen |
int |
The pen pattern (numbers between 0 and 7). The ESTK provides constants for the following values: •Constants.FV_FILL_BLACK (0) •Constants.FV_FILL_WHITE (7) •Constants.FV_FILL_CLEAR (15) |
PrevGraphicInFrame |
FMObject |
Previous graphic object in the frame. |
PrevGraphicInGroup |
FMObject |
Previous graphic object in the group |
Runaround |
int |
Specifies whether text can flow around the object and, if so, whether the text follows the contour of the object or a box shape surrounding the object. The value is one of: •Constants.FV_TR_NONE (0x01) •Constants.FV_TR_CONTOUR (0x02) •Constants.FV_TR_BBOX (0x03) |
RunaroundGap |
int |
Denotes the the width of the runaround gapfor a runaround object. |
TailArrow |
int |
1 if arrowhead is present at the beginning of the line. 0, otherwise. |
TintPercent |
int |
The tint percentage. |
Unique |
int |
Unique ID of the object. |
Width |
int |
Width of the object (0.125 points to 3600 points). |