void |
SlotHandle.add(DesignElementHandle content) |
Adds a report item to the slot with the given element handle.
|
void |
SlotHandle.add(DesignElementHandle content,
int newPos) |
Adds a report item to the slot at the given position.
|
void |
SlotHandle.add(org.eclipse.birt.report.model.core.DesignElement content) |
Deprecated.
|
void |
SlotHandle.add(org.eclipse.birt.report.model.core.DesignElement content,
int newPos) |
Deprecated.
|
void |
DesignElementHandle.addElement(DesignElementHandle child,
int slotId) |
Adds a report item to the end of the given slot.
|
void |
DesignElementHandle.addElement(DesignElementHandle child,
int slotId,
int pos) |
Adds a report item to the given slot at the given position.
|
void |
PropertyHandleImpl.move(DesignElementHandle content,
DesignElementHandle newContainer,
java.lang.String propName) |
Moves a content element into a slot in another container element.
|
void |
PropertyHandleImpl.move(DesignElementHandle content,
DesignElementHandle newContainer,
java.lang.String propName,
int newPos) |
Moves a content element into a slot in another container element at the
specified position.
|
void |
SlotHandle.move(DesignElementHandle content,
DesignElementHandle newContainer,
int toSlot) |
Moves a content element into a slot in another container element.
|
void |
SlotHandle.move(DesignElementHandle content,
DesignElementHandle newContainer,
int toSlot,
int newPos) |
Moves a content element into a slot in another container element at the
specified position.
|
void |
DesignElementHandle.moveTo(DesignElementHandle newContainer,
int toSlot) |
Moves this element to a new location within the design.
|
void |
PrivateStyleHandle.moveTo(DesignElementHandle newContainer,
int toSlot) |
This method is not defined for private styles.
|
java.util.List |
SlotHandle.paste(IDesignElement content) |
Pastes a report item to the slot.
|
java.util.List |
SlotHandle.paste(IDesignElement content,
int newPos) |
Pastes a report item to the slot.
|
java.util.List |
SlotHandle.paste(DesignElementHandle content) |
Pastes a report item to the slot.
|
java.util.List |
SlotHandle.paste(DesignElementHandle content,
int newPos) |
Pastes a report item to the slot.
|
void |
PropertyHandleImpl.shift(DesignElementHandle content,
int toPosn) |
Moves the position of a content element within the slot.
|
void |
SlotHandle.shift(DesignElementHandle content,
int toPosn) |
Moves the position of a content element within the slot.
|