asposecells.api

Class PicFormatOption

Represents picture format option

Constructor Summary
 
Property Getters/Setters Summary
methodgetBottom()
method
setBottom(value)
           Gets or sets the bottom offset for stretching picture.
methodgetLeft()
method
setLeft(value)
           Gets or sets the left offset for stretching picture.
methodgetRight()
method
setRight(value)
           Gets or sets the right offset for stretching picture.
methodgetScale()
method
setScale(value)
           Gets or sets how many the picture stack and scale with.
methodgetTop()
method
setTop(value)
           Gets or sets the top offset for stretching picture.
methodgetType()
method
setType(value)
           Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
 

    • Constructor Detail

      • PicFormatOption

        PicFormatOption()
    • Property Getters/Setters Detail

      • getType/setType : int 

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

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

        float getLeft() / setLeft(value)
        
        Gets or sets the left offset for stretching picture.
      • getTop/setTop : float 

        float getTop() / setTop(value)
        
        Gets or sets the top offset for stretching picture.
      • getBottom/setBottom : float 

        float getBottom() / setBottom(value)
        
        Gets or sets the bottom offset for stretching picture.
      • getRight/setRight : float 

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