ADOBE FRAMEMAKER 10
MIF Reference
277
Color (0x24)
Overprint (0x25)
Dashed/solid line (0x26)
Head cap style (0x27)
Default value: 1 point
Example: 23 00000004 00008000
for the line width of 0.5 point
Specification by data type: String
Description of data: Name of color tag
Size of data in bytes: Variable
Default value: Black
Example: 24 00000006 00 06 42 6C 61 63 6B 00
for the color Black
Specification by data type: Byte
Description of data: Is the object overprinted? (0: no, 1:yes)
Size of data in bytes: 1
Default value: 0 (no)
Example: 25 00000001 00
if not overprinted
25 00000001 01
if overprinted
Specification by data type: Byte
Description of data: Is the line dashed? (0: no, 1:yes)
Size of data in bytes: 1
Default value: 0 (no)
Examples: 26 00000001 00
for a solid line
26 00000001 01
for a dashed line
Note: The style of the dashed line is specified by op code 0x06.
Specification by data type: Byte
Description of data: Style of head cap or line end (0:arrow, 1:butt, 2:round, 3:square)
Size of data in bytes: 1