Frame
Manipulate an object's appearance by drawing a frame. Can be used as a clipping path.
Allowed attributes: backgroundcolor, border-bottom-left-radius, border-bottom-right-radius, border-top-left-radius, border-top-right-radius, class, framecolor, id, rulewidth
Parent elements: B, Case, Color, Fontface, ForAll, Frame, I, Li, Loop, NoBreak, Otherwise, Overlay, Paragraph, PlaceObject, Position, Span, Td, Transformation, U, URL, Until, While
Color of the background if ›background‹ is set to ›full‹.
Radius of corner bottom left.
Radius of corner bottom right.
Radius of corner top left.
Radius of corner top right.
CSS class for this element.
The color of the frame around the object. Only makes sense in combination with the attribute 'frame'.
CSS id for this element.
The thickness of the frame that is drawn around the object. Only makes sense in combination with the attribute 'frame'.
<Record element="data"> <PlaceObject> <Frame framecolor="red" border-bottom-left-radius="10pt"> <Image width="20" file="_samplea.pdf"/> </Frame> </PlaceObject> </Record>