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

unpublished interface XResource
Description
Base interface that provides functionality shared by all resource types of the drawing framework.

Methods' Summary
getResourceId Return an XResourceId object for the called resource. The returned id unambiguously indentifies the resource.  
Methods' Details
getResourceId
XResourceId
getResourceId();

Description
Return an XResourceId object for the called resource. The returned id unambiguously indentifies the resource.
Top of Page