Excerpt |
---|
Returns a shape value from a specified field on the current record. |
Attributes
Attributes | Description |
---|---|
color | Sets the font color by the using RGB-triplet (#ffffff for white; #ff0000 for red, etc) or from list of the predefined colors below. |
draw | Defines, whether the outline of the shape found in the defined field should be drawn. |
dynamic | A dynamic element increases the height of the element to fit the content of that element. Computing that dynamic height is expensive, so use it with care. |
fieldname | The fieldname defines the name of the column of the tablemodel or the name of the function/expression/report property from where to read the data. The field must contain java.awt.Shape objects. |
fill | Defines, whether the shape should be filled. |
height | Determines the minimum height. Value is a whole number where each increment is equivalent to 1/72 of an inch or percentage. |
href | Sets a hyperlink for the section. |
name | Used to reference the element later. Functions pick up elements by their name. |
stroke-style | Defines how the lines of the shape get drawn. |
visible | Sets whether the object will be printed. |
weight | Sets whether the object will be printed. |
width | Set the horizontal width of the object. |
x | Defines the horizontal starting position an object defined by a value or percentage. |
y | Defines the vertical starting position of an object defined by a value or percentage. |