SpreadJS Documentation
Picture type
Represents a picture.
Syntax
var instance = new GcSpread.Sheets.Picture(name, src, x, y, width, height);
function Picture;
Inheritance Hierarchy

Object
   GcSpread.Sheets.FloatingObject
      GcSpread.Sheets.Picture

Constructors
 NameDescription
public ConstructorPicture ConstructorRepresents a picture.  
Top
Methods
 NameDescription
public MethodallowMove (Inherited from GcSpread.Sheets.FloatingObject)
public MethodallowResize (Inherited from GcSpread.Sheets.FloatingObject)
public MethodbackColorGets or sets the background color of the picture.  
public MethodborderColorGets or sets the border color of the picture.  
public MethodborderRadiusGets or sets the border radius of the picture.  
public MethodborderStyleGets or sets the border style of the picture.  
public MethodborderWidthGets or sets the border width of the picture.  
public MethoddynamicMove (Inherited from GcSpread.Sheets.FloatingObject)
public MethoddynamicSize (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendColumn (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendColumnOffset (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendRow (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendRowOffset (Inherited from GcSpread.Sheets.FloatingObject)
public MethodfixedPosition (Inherited from GcSpread.Sheets.FloatingObject)
public MethodgetOriginalHeightGets the original height of the picture.  
public MethodgetOriginalWidthGets the original width of the picture.  
public Methodheight (Inherited from GcSpread.Sheets.FloatingObject)
public MethodisLocked (Inherited from GcSpread.Sheets.FloatingObject)
public MethodisSelected (Inherited from GcSpread.Sheets.FloatingObject)
public MethodisVisible (Inherited from GcSpread.Sheets.FloatingObject)
public Methodname (Inherited from GcSpread.Sheets.FloatingObject)
public MethodpictureStretchGets or sets the stretch of the picture.  
public Methodposition (Inherited from GcSpread.Sheets.FloatingObject)
public MethodsrcGets or sets the src of the picture.  
public MethodstartColumn (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartColumnOffset (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartRow (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartRowOffset (Inherited from GcSpread.Sheets.FloatingObject)
public Methodwidth
(Inherited from GcSpread.Sheets.FloatingObject)
Top
See Also

Reference

GcSpread.Sheets Namespace
Creating Floating Pictures

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.