:: ooo :: vba :: excel ::

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

::ooo::vba::XHelperInterface

Methods' Summary
Borders  
Font  
Interior  
setNumberFormat  
getNumberFormat  
setNumberFormatLocal  
getNumberFormatLocal  
setIndentLevel  
getIndentLevel  
setHorizontalAlignment  
getHorizontalAlignment  
setVerticalAlignment  
getVerticalAlignment  
setOrientation  
getOrientation  
setShrinkToFit  
getShrinkToFit  
setWrapText  
getWrapText  
setLocked  
getLocked  
setFormulaHidden  
getFormulaHidden  
setMergeCells  
getMergeCells  
setReadingOrder  
getReadingOrder  
Methods' Details
Borders
any
Borders( [in] any  item )
raises( ::com::sun::star::script::BasicErrorException );

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

Interior
XInterior
Interior()
raises( ::com::sun::star::script::BasicErrorException );

setNumberFormat
void
setNumberFormat( [in] any  NumberFormat )
raises( ::com::sun::star::script::BasicErrorException );

getNumberFormat
any
getNumberFormat()
raises( ::com::sun::star::script::BasicErrorException );

setNumberFormatLocal
void
setNumberFormatLocal( [in] any  NumberFormatLocal )
raises( ::com::sun::star::script::BasicErrorException );

getNumberFormatLocal
any
getNumberFormatLocal()
raises( ::com::sun::star::script::BasicErrorException );

setIndentLevel
void
setIndentLevel( [in] any  IndentLevel )
raises( ::com::sun::star::script::BasicErrorException );

getIndentLevel
any
getIndentLevel()
raises( ::com::sun::star::script::BasicErrorException );

setHorizontalAlignment
void
setHorizontalAlignment( [in] any  HorizontalAlignment )
raises( ::com::sun::star::script::BasicErrorException );

getHorizontalAlignment
any
getHorizontalAlignment()
raises( ::com::sun::star::script::BasicErrorException );

setVerticalAlignment
void
setVerticalAlignment( [in] any  VerticalAlignment )
raises( ::com::sun::star::script::BasicErrorException );

getVerticalAlignment
any
getVerticalAlignment()
raises( ::com::sun::star::script::BasicErrorException );

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

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

setShrinkToFit
void
setShrinkToFit( [in] any  ShrinkToFit )
raises( ::com::sun::star::script::BasicErrorException );

getShrinkToFit
any
getShrinkToFit()
raises( ::com::sun::star::script::BasicErrorException );

setWrapText
void
setWrapText( [in] any  WrapText )
raises( ::com::sun::star::script::BasicErrorException );

getWrapText
any
getWrapText()
raises( ::com::sun::star::script::BasicErrorException );

setLocked
void
setLocked( [in] any  Locked )
raises( ::com::sun::star::script::BasicErrorException );

getLocked
any
getLocked()
raises( ::com::sun::star::script::BasicErrorException );

setFormulaHidden
void
setFormulaHidden( [in] any  FormulaHidden )
raises( ::com::sun::star::script::BasicErrorException );

getFormulaHidden
any
getFormulaHidden()
raises( ::com::sun::star::script::BasicErrorException );

setMergeCells
void
setMergeCells( [in] any  MergeCells )
raises( ::com::sun::star::script::BasicErrorException );

getMergeCells
any
getMergeCells()
raises( ::com::sun::star::script::BasicErrorException );

setReadingOrder
void
setReadingOrder( [in] any  ReadingOrder )
raises( ::com::sun::star::script::BasicErrorException );

getReadingOrder
any
getReadingOrder()
raises( ::com::sun::star::script::BasicErrorException );

Top of Page