StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.style
Interface XStyleLoader

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XStyleLoader
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  com.sun.star.beans.PropertyValue[] getStyleLoaderOptions()
           
abstract  void loadStylesFromURL(java.lang.String s, com.sun.star.beans.PropertyValue[] pv)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

getStyleLoaderOptions

public abstract com.sun.star.beans.PropertyValue[] getStyleLoaderOptions()
                                                                  throws com.sun.star.uno.RuntimeException

loadStylesFromURL

public abstract void loadStylesFromURL(java.lang.String s,
                                       com.sun.star.beans.PropertyValue[] pv)
                                throws com.sun.star.io.IOException,
                                       com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc