|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.background
public class background
method summary | |
---|---|
java.awt.color |
getcolor()
gets background color. |
java.lang.object |
getdirectshapeattribute(int key)
reserved for system use. |
backgroundgradient |
getgradient()
gets background gradient. |
java.lang.object |
getinheritedshapeattribute(int key)
reserved for system use. |
java.awt.image.bufferedimage |
getpicture()
gets background picture. |
java.lang.object |
getshapeattribute(int key)
reserved for system use. |
backgroundtype |
gettype()
gets the type of background for document. |
boolean |
haskey(int key)
|
void |
removeshapeattribute(int key)
reserved for system use. |
void |
setcolor(java.awt.color value)
sets background color. |
void |
setpicture(java.io.inputstream inputstream)
sets background picture. |
void |
setpicture(java.lang.string filepath)
sets background picture. |
void |
setshapeattr(int key,
java.lang.object value)
reserved for system use. |
void |
setshapeattribute(int key,
java.lang.object value)
reserved for system use. |
void |
settype(backgroundtype value)
sets the type of background for document. |
methods inherited from class com.spire.doc.ownerholder |
---|
getdocument |
method detail |
---|
public backgroundtype gettype()
public void settype(backgroundtype value)
public java.awt.image.bufferedimage getpicture()
public void setpicture(java.io.inputstream inputstream)
inputstream
- the file input streampublic void setpicture(java.lang.string filepath)
filepath
- the file pathpublic java.awt.color getcolor()
public void setcolor(java.awt.color value)
public backgroundgradient getgradient()
public java.lang.object getdirectshapeattribute(int key)
public java.lang.object getinheritedshapeattribute(int key)
public java.lang.object getshapeattribute(int key)
public void setshapeattribute(int key, java.lang.object value)
public void setshapeattr(int key, java.lang.object value)
public void removeshapeattribute(int key)
public boolean haskey(int key)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |