:: com :: sun :: star :: reflection ::

unpublished interface XPublished
Description
Reflects the “published” status of a UNOIDL entity.

This interface is intended to be supported by objects that also support ::com::sun::star::reflection::XTypeDescription . (This interface could have been made an optional sub-interface of ::com::sun::star::reflection::XTypeDescription , but is instead kept independent for reasons of backwards compatibility.)

For the various kinds of UNOIDL entities that are represented by objects supporting ::com::sun::star::reflection::XTypeDescription and its subtypes, this optional interface should be supported as follows:

Since
OpenOffice 2.0.0

Methods' Summary
isPublished Returns the “published” status of a UNOIDL entity.  
Methods' Details
isPublished
boolean
isPublished();

Description
Returns the “published” status of a UNOIDL entity.
Returns
true if the UNOIDL entity represented by this object is published
Top of Page