public class BorderEffect extends Dictionary
| Key | Type | Value | ||||
| S | name | (Optional) A name representing the border effect to apply. Possible values are:
|
||||
| I | number | (Optional; valid only if the value of S is C) A number describing the intensity of the effect. Suggested values range from 0 to 2. Default value: 0. |
entries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
BorderEffect(Library l,
java.util.HashMap h)
Creates a new instance of a BorderEffect.
|
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic BorderEffect(Library l, java.util.HashMap h)
l - document library.h - dictionary entries.