picturefillformat-ag凯发旗舰厅



com.spire.presentation.drawing
class picturefillformat

java.lang.object
  extended by com.spire.presentation.drawing.picturefillformat
all implemented interfaces:
iactivepresentation, islidecomponent

public class picturefillformat
extends java.lang.object
implements islidecomponent

represents a picture fill style.


constructor summary
picturefillformat(islidecomponent parent)
           
 
method summary
 rectanglealignment getalignment()
           
 java.awt.geom.rectangle2d getcropposition()
           
 int getdpi()
          gets the dpi which is used to fill a picture.
 relativerectangle getfillrectangle()
           
 picturefilltype getfilltype()
          gets the picture fill mode.
 tileflipmode getflip()
           
 double gethorizontaloffset()
           
 pictureshape getpicture()
          gets the picture.
 java.awt.geom.rectangle2d getpictureposition()
           
 presentation getpresentation()
          returns the parent presentation of a picture.
 float getscalex()
           
 float getscaley()
           
 activeslide getslide()
          returns the parent slide of a picture.
 relativerectangle getsourcerectangle()
          gets the number of percents of real image.
 double getverticaloffset()
           
 void setalignment(rectanglealignment value)
           
 void setdpi(int value)
          sets the dpi which is used to fill a picture.
 void setfilltype(picturefilltype value)
          sets the picture fill mode.
 void setflip(tileflipmode value)
           
 void sethorizontaloffset(double value)
           
 void setscalex(float value)
           
 void setscaley(float value)
           
 void setsourcerectangle(relativerectangle value)
          sets the number of percents of real image.
 void setverticaloffset(double value)
           
 
constructor detail

picturefillformat

public picturefillformat(islidecomponent parent)
method detail

getdpi

public int getdpi()
gets the dpi which is used to fill a picture. read/write .
returns:

setdpi

public void setdpi(int value)
sets the dpi which is used to fill a picture. read/write .

getfilltype

public picturefilltype getfilltype()
gets the picture fill mode. read/write .
returns:

setfilltype

public void setfilltype(picturefilltype value)
sets the picture fill mode. read/write .

getpicture

public pictureshape getpicture()
gets the picture. readonly
returns:

getfillrectangle

public relativerectangle getfillrectangle()

gethorizontaloffset

public double gethorizontaloffset()

sethorizontaloffset

public void sethorizontaloffset(double value)

getverticaloffset

public double getverticaloffset()

setverticaloffset

public void setverticaloffset(double value)

getscalex

public float getscalex()

setscalex

public void setscalex(float value)

getscaley

public float getscaley()

setscaley

public void setscaley(float value)

getflip

public tileflipmode getflip()

setflip

public void setflip(tileflipmode value)

getalignment

public rectanglealignment getalignment()

setalignment

public void setalignment(rectanglealignment value)

getsourcerectangle

public relativerectangle getsourcerectangle()
gets the number of percents of real image.
returns:

setsourcerectangle

public void setsourcerectangle(relativerectangle value)
sets the number of percents of real image.

getslide

public activeslide getslide()
returns the parent slide of a picture. read-only .
specified by:
getslide in interface islidecomponent
returns:

getpresentation

public presentation getpresentation()
returns the parent presentation of a picture. read-only .
specified by:
getpresentation in interface iactivepresentation
returns:

getcropposition

public java.awt.geom.rectangle2d getcropposition()

getpictureposition

public java.awt.geom.rectangle2d getpictureposition()


网站地图