com.aspose.cells

Class PicFormatOption

  • java.lang.Object
    • com.aspose.cells.PicFormatOption
public class PicFormatOption 
extends java.lang.Object

Represents pictrue format option

Constructor Summary
 
Property Getters/Setters Summary
doublegetBottom()
void
setBottom(doublevalue)
           Gets or sets the bottom offset for stretching picture.
doublegetLeft()
void
setLeft(doublevalue)
           Gets or sets the left offset for stretching picture.
doublegetRight()
void
setRight(doublevalue)
           Gets or sets the right offset for stretching picture.
doublegetScale()
void
setScale(doublevalue)
           Gets or sets how many the picture stack and scale with.
doublegetTop()
void
setTop(doublevalue)
           Gets or sets the top offset for stretching picture.
intgetType()
void
setType(intvalue)
           Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
 

    • Constructor Detail

      • PicFormatOption

        public PicFormatOption()
    • Property Getters/Setters Detail

      • getType/setType

        public int getType() / public void setType(int value)
        
        Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
      • getScale/setScale

        public double getScale() / public void setScale(double value)
        
        Gets or sets how many the picture stack and scale with.
      • getLeft/setLeft

        public double getLeft() / public void setLeft(double value)
        
        Gets or sets the left offset for stretching picture.
      • getTop/setTop

        public double getTop() / public void setTop(double value)
        
        Gets or sets the top offset for stretching picture.
      • getBottom/setBottom

        public double getBottom() / public void setBottom(double value)
        
        Gets or sets the bottom offset for stretching picture.
      • getRight/setRight

        public double getRight() / public void setRight(double value)
        
        Gets or sets the right offset for stretching picture.

    setType

    public voidsetType(intvalue)
    
    Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.

    setScale

    public voidsetScale(doublevalue)
    
    Gets or sets how many the picture stack and scale with.

    setLeft

    public voidsetLeft(doublevalue)
    
    Gets or sets the left offset for stretching picture.

    setTop

    public voidsetTop(doublevalue)
    
    Gets or sets the top offset for stretching picture.

    setBottom

    public voidsetBottom(doublevalue)
    
    Gets or sets the bottom offset for stretching picture.

    setRight

    public voidsetRight(doublevalue)
    
    Gets or sets the right offset for stretching picture.