Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
    
   
      
      
  
::  com  :: sun  :: star  :: reflection  :: 
 
unpublished  
interface XPublished 
 
 
 
Usage Restrictions not published Description Reflects the “published” status of a UNOIDL entity.
  
This interface is intended to be supported by objects that also support
 XTypeDescription .
 (This interface could have been made an optional sub-interface of
 XTypeDescription , but is
 instead kept independent for reasons of backwards compatibility.)
 For the various kinds of UNOIDL entities that are represented by objects
 supporting XTypeDescription 
 and its subtypes, this optional interface should be supported as follows:
 
 Enum types
 (XEnumTypeDescription ),
 plain struct types
 (XStructTypeDescription ),
 polymorphic struct type templates
 (XStructTypeDescription ),
 exception types (XCompoundTypeDescription ),
 interface types (XInterfaceTypeDescription2 ),
 typedefs (XIndirectTypeDescription ),
 individual constants (XConstantTypeDescription ),
 constant groups (XConstantsTypeDescription ),
 single-interface–based services (XServiceTypeDescription2 ),
 accumulation-based services (XServiceTypeDescription2 ),
 interface-based singletons (XSingletonTypeDescription2 ),
 and service-based singletons (XSingletonTypeDescription2 )
 support the notion of being published. Therefore, for an object that
 represents any such entity,
 XPublished  should be
 supported. 
 Sequence types (XIndirectTypeDescription ),
 type parameters of polymorphic struct type templates
 (XTypeDescription ),
 instantiated polymorphic struct types
 (XStructTypeDescription ),
 attributes of interface types (
 XInterfaceAttributeTypeDescription2 ), methods of interface types
 (
 XInterfaceMethodTypeDescription ), properties of
 accumulation-based services (XPropertyTypeDescription ),
 deprecated
 XArrayTypeDescription s,
 and deprecated
 XUnionTypeDescription s do
 not support the notion of being published. Therefore, for an object that
 represents any such entity,
 XPublished  should not be
 supported. 
  
 Since  OOo 2.0 
 
 
Methods' Summary 
 
isPublished Returns the “published” status of a UNOIDL entity.
   
 
Methods' Details 
 
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 Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.