aspose.cells

Class PicFormatOption

Represents picture format option

Constructor Summary
 
Property Getters/Setters Summary
functiongetBottom()
function
setBottom(value)
           Gets or sets the bottom offset for stretching picture.
functiongetLeft()
function
setLeft(value)
           Gets or sets the left offset for stretching picture.
functiongetRight()
function
setRight(value)
           Gets or sets the right offset for stretching picture.
functiongetScale()
function
setScale(value)
           Gets or sets how many the picture stack and scale with.
functiongetTop()
function
setTop(value)
           Gets or sets the top offset for stretching picture.
functiongetType()
function
setType(value)
           Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
 

    • Constructor Detail

      • PicFormatOption

        function PicFormatOption()
    • Property Getters/Setters Detail

      • getType/setType : Number 

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

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

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

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

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

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