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

enum AnchorBindingMode
Description
This enum specifies how a resource is bound to an anchor. This can be direct or indirect.

Example: Let r:a1:a2 denote a resource r which is bound to anchor a1:a2 which itself is a resource a1 bound to anchor a2. Then r:a1:a2 is bound directly to a1:a2 and indirectly to a2.


Values
DIRECT  
INDIRECT  
Values' Details
DIRECT
DIRECT,
INDIRECT
INDIRECT,
Top of Page