public class XPropertySetHelper
extends java.lang.Object
Constructor and Description |
---|
XPropertySetHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
getPropertyValue(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName) |
static boolean |
getPropertyValueAsBoolean(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName) |
static int |
getPropertyValueAsInteger(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName) |
static short |
getPropertyValueAsShort(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName) |
static java.lang.String |
getPropertyValueAsString(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName) |
static void |
setPropertyValue(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName,
boolean bValue) |
static void |
setPropertyValue(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName,
int nValue) |
static void |
setPropertyValue(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName,
java.lang.Object value) |
static void |
setPropertyValue(com.sun.star.beans.XPropertySet xProps,
java.lang.String sName,
short nValue) |
public static java.lang.Object getPropertyValue(com.sun.star.beans.XPropertySet xProps, java.lang.String sName)
public static void setPropertyValue(com.sun.star.beans.XPropertySet xProps, java.lang.String sName, java.lang.Object value)
public static java.lang.String getPropertyValueAsString(com.sun.star.beans.XPropertySet xProps, java.lang.String sName)
public static int getPropertyValueAsInteger(com.sun.star.beans.XPropertySet xProps, java.lang.String sName)
public static void setPropertyValue(com.sun.star.beans.XPropertySet xProps, java.lang.String sName, int nValue)
public static short getPropertyValueAsShort(com.sun.star.beans.XPropertySet xProps, java.lang.String sName)
public static void setPropertyValue(com.sun.star.beans.XPropertySet xProps, java.lang.String sName, short nValue)
public static boolean getPropertyValueAsBoolean(com.sun.star.beans.XPropertySet xProps, java.lang.String sName)
public static void setPropertyValue(com.sun.star.beans.XPropertySet xProps, java.lang.String sName, boolean bValue)