Specifies the appearance of a line.
Reference_Syntax.stroke = "solid | dashed | dotted | dashDot | dashDotDot | lowered | raised | etched | embossed"
Type
Values
String
solid (default)
dashed
dotted
dashDot
dashDotDot
lowered
raised
etched
embossed
Solid.
A series of rectangular dashes.
A series of round dots.
String (Continued)
Alternating rectangular dashes and dots.
A series of a single rectangular dash followed by two round dots.
The line appears to enclose a lowered region.
The line appears to enclose a raised region.
The line appears to be a groove lowered into the drawing surface. embossed
The line appears to be a ridge raised out of the drawing surface.
Model
Object
Form Model
corner
edge
XFA 2.1
Line1.resolveNode("value.#line.edge").stroke = "etched";
Line1.value.#line.edge.stroke = "etched"
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: