aspose.cells

Class TilePicOption

Represents tile picture as texture.

Constructor Summary
 
Property Getters/Setters Summary
functiongetAlignmentType()
function
           Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.
functiongetMirrorType()
function
           Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
functiongetOffsetX()
function
setOffsetX(value)
           Gets or sets the X offset for tiling picture.
functiongetOffsetY()
function
setOffsetY(value)
           Gets or sets the Y offset for tiling picture.
functiongetScaleX()
function
setScaleX(value)
           Gets or sets the X scale for tiling picture.
functiongetScaleY()
function
setScaleY(value)
           Gets or sets the Y scale for tiling picture.
 

    • Constructor Detail

      • TilePicOption

        function TilePicOption()
    • Property Getters/Setters Detail

      • getOffsetX/setOffsetX : Number 

        function getOffsetX() / function setOffsetX(value)
        
        Gets or sets the X offset for tiling picture.
      • getOffsetY/setOffsetY : Number 

        function getOffsetY() / function setOffsetY(value)
        
        Gets or sets the Y offset for tiling picture.
      • getScaleX/setScaleX : Number 

        function getScaleX() / function setScaleX(value)
        
        Gets or sets the X scale for tiling picture.
      • getScaleY/setScaleY : Number 

        function getScaleY() / function setScaleY(value)
        
        Gets or sets the Y scale for tiling picture.
      • getMirrorType/setMirrorType : Number 

        function getMirrorType() / function setMirrorType(value)
        
        Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
      • getAlignmentType/setAlignmentType : Number 

        function getAlignmentType() / function setAlignmentType(value)
        
        Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.