:: ooo :: vba :: excel ::

interface XStyle
Base Interfaces
XStyleXFormat
   ┗ ::ooo::vba::XHelperInterface
      ┗ ::com::sun::star::lang::XServiceInfo

XFormat

Methods' Summary
BuiltIn  
setName  
getName  
setNameLocal  
getNameLocal  
Delete  
Methods' Details
BuiltIn
boolean
BuiltIn()
raises( ::com::sun::star::script::BasicErrorException );

setName
void
setName( [in] string  Name )
raises( ::com::sun::star::script::BasicErrorException );

getName
string
getName()
raises( ::com::sun::star::script::BasicErrorException );

setNameLocal
void
setNameLocal( [in] string  NameLocal )
raises( ::com::sun::star::script::BasicErrorException );

getNameLocal
string
getNameLocal()
raises( ::com::sun::star::script::BasicErrorException );

Delete
void
Delete()
raises( ::com::sun::star::script::BasicErrorException );

Top of Page