com.spire.presentation.drawing
Class Backdrop

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.drawing.Backdrop

public class Backdrop
extends PptObject

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

Backdrop

public Backdrop()
Method Detail

getNormalVector

public float[] getNormalVector()
Gets a normal vector.

Returns:

setNormalVector

public void setNormalVector(float[] value)
Sets a normal vector.


getAnchorPoint

public float[] getAnchorPoint()
Gets a point in 3D space.

Returns:

setAnchorPoint

public void setAnchorPoint(float[] value)
Sets a point in 3D space.


getUpVector

public float[] getUpVector()
Gets a vector representing up.

Returns:

setUpVector

public void setUpVector(float[] value)
Sets a vector representing up.