:: ooo :: vba :: excel ::

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

::ooo::vba::XHelperInterface

Methods' Summary
Interior  
Font  
setText  
getText  
setTop  
getTop  
setLeft  
getLeft  
setOrientation  
getOrientation  
Methods' Details
Interior
XInterior
Interior()
raises( ::com::sun::star::script::BasicErrorException );

Font
XFont
Font()
raises( ::com::sun::star::script::BasicErrorException );

setText
void
setText( [in] string  Text )
raises( ::com::sun::star::script::BasicErrorException );

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

setTop
void
setTop( [in] double  Top )
raises( ::com::sun::star::script::BasicErrorException );

getTop
double
getTop()
raises( ::com::sun::star::script::BasicErrorException );

setLeft
void
setLeft( [in] double  Left )
raises( ::com::sun::star::script::BasicErrorException );

getLeft
double
getLeft()
raises( ::com::sun::star::script::BasicErrorException );

setOrientation
void
setOrientation( [in] long  Orientation )
raises( ::com::sun::star::script::BasicErrorException );

getOrientation
long
getOrientation()
raises( ::com::sun::star::script::BasicErrorException );

Top of Page