|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.DocumentProperty
public class DocumentProperty
Summary description for DocumentProperty.
Constructor Summary | |
---|---|
DocumentProperty()
|
|
DocumentProperty(java.lang.String strName,
java.lang.Object value)
|
|
DocumentProperty(java.lang.String strName,
java.lang.Object value,
PropertyType type)
|
Method Summary | |
---|---|
DocumentProperty |
deepClone()
Creates a new object that is a copy of the current instance. |
ClipboardData |
getClipboardData()
Gets or sets clipboard data value. |
java.lang.String |
getName()
Returns property name. |
java.lang.Object |
getValue()
Gets / sets the property value. |
PropertyValueType |
getValueType()
Gets the type of the value. |
void |
setClipboardData(ClipboardData value)
Gets or sets clipboard data value. |
void |
setValue(java.lang.Object value)
Gets / sets the property value. |
boolean |
toBool()
To the bool. |
byte[] |
toByteArray()
Convert the object as byte array. |
com.spire.ms.System.DateTime |
toDateTime()
Convert the object in DateTime. |
double |
toDouble()
Convert the object in double. |
float |
toFloat()
Convert the object in float value. |
int |
toInt()
Convert the object in Int value. |
java.lang.String |
toString()
Returns a |
Constructor Detail |
---|
public DocumentProperty()
public DocumentProperty(java.lang.String strName, java.lang.Object value)
public DocumentProperty(java.lang.String strName, java.lang.Object value, PropertyType type)
Method Detail |
---|
public java.lang.String getName()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public PropertyValueType getValueType()
public ClipboardData getClipboardData()
public void setClipboardData(ClipboardData value)
public boolean toBool()
public com.spire.ms.System.DateTime toDateTime()
public float toFloat()
public double toDouble()
public int toInt()
public java.lang.String toString()
toString
in class java.lang.Object
public byte[] toByteArray()
public DocumentProperty deepClone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |