:: com :: sun :: star :: ucb ::
|
interface XContentAccess |
|
- Description
- specifies methods for obtaining information on a content in different
levels.
For example, if there is a cursor which points to XContents,
this interface could be used to give the user access to the content under
the cursor. If the client only needs the identifier string of the content,
there is no need to first create the content object, then to obtain the
string from it and after that to release the content.
- See also
- XContent, XContentIdentifier
|
Methods' Details |
queryContentIdentifierString
string |
queryContentIdentifierString(); |
- Description
- returns the identifier string of the content ( "cheap method" ).
Note that this string can be used later to recreate the content.
- Returns
- the identifier string.
|
|
queryContentIdentifier
- Description
- returns the identifier object of the content.
- Returns
- the identifier object.
|
|
queryContent
- Description
- returns the content ( "most expensive method" ).
- Returns
- the content.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.