20module
com { module sun { module star { module drawing { module framework {
125 [in]
string AnchorURL,
A resource id uses a set of URLs to unambiguously specify a resource of the drawing framework.
Definition XResourceId.idl:38
XResourceId clone()
Return a copy of the called resource id.
sequence< string > getAnchorURLs()
Return the, possibly empty, list of anchor URLs.
boolean isBoundToURL([in] string AnchorURL, [in] AnchorBindingMode eMode)
Return whether the anchor of the called resource id object represents the same resource as the given ...
string getResourceURL()
Return the URL of the resource.
string getResourceTypePrefix()
Return the type prefix of the resource URL.
boolean hasAnchor()
Return whether there is a non-empty anchor URL.
XResourceId getAnchor()
Return a new XResourceId that represents the anchor resource.
boolean isBoundTo([in] XResourceId xAnchorId, [in] AnchorBindingMode eMode)
Return whether the anchor of the called resource id object represents the same resource as the given ...
short compareTo([in] XResourceId xId)
Compare the called XResourceId object with the given one.
com::sun::star::util::URL getFullResourceURL()
Return a URL object of the resource URL that may contain arguments.
AnchorBindingMode
This enum specifies how a resource is bound to an anchor.
Definition AnchorBindingMode.idl:29
Definition Ambiguous.idl:20
represents the structure of a Uniform Resource Locator.
Definition URL.idl:42