:: com :: sun :: star :: drawing :: framework ::

interface XRelocatableResource

Methods' Summary
relocateToAnchor Replace the current anchor of the called resource with the given one.  
Methods' Details
relocateToAnchor
boolean
relocateToAnchor( [in] XResource  xNewAnchor );

Description
Replace the current anchor of the called resource with the given one.
Parameter xNewAnchor
The new anchor.
Returns
Returns true when the relocation was successful.
Top of Page