|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.drawing.Backdrop
public class Backdrop
Represents Backdrop are being applied to
Constructor Summary | |
---|---|
Backdrop()
|
Method Summary | |
---|---|
float[] |
getAnchorPoint()
Gets a point in 3D space. |
float[] |
getNormalVector()
Gets a normal vector. |
float[] |
getUpVector()
Gets a vector representing up. |
void |
setAnchorPoint(float[] value)
Sets a point in 3D space. |
void |
setNormalVector(float[] value)
Sets a normal vector. |
void |
setUpVector(float[] value)
Sets a vector representing up. |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public Backdrop()
Method Detail |
---|
public float[] getNormalVector()
public void setNormalVector(float[] value)
public float[] getAnchorPoint()
public void setAnchorPoint(float[] value)
public float[] getUpVector()
public void setUpVector(float[] value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |