Click or drag to resize

SaveShapeTypeOption Class

Specifies the shape type that needs to be converted to a picture, and defaults to all types
Inheritance Hierarchy
System Object
Spire.Xls SaveShapeTypeOption

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class SaveShapeTypeOption

The SaveShapeTypeOption type exposes the following members.

Constructors
Name Description
Public method SaveShapeTypeOption
Initializes a new instance of the SaveShapeTypeOption class.
Top
Properties
Name Description
Public property SaveAll
Identifies whether All shape converted to a picture
Public property SaveArc
Identifies whether Arc shape converted to a picture
Public property SaveButton
Identifies whether Button shape converted to a picture
Public property SaveCheckBox
Identifies whether CheckBox shape converted to a picture
Public property SaveComboBox
Identifies whether ComboBox shape converted to a picture
Public property SaveDml
Identifies whether Dml shape converted to a picture
Public property SaveGroupBox
Identifies whether GroupBox shape converted to a picture
Public property SaveGroupShape
Identifies whether Group shape converted to a picture.(Child of this group shape will not convert)
Public property SaveLabel
Identifies whether Label shape converted to a picture
Public property SaveLine
Identifies whether Line shape converted to a picture
Public property SaveListBox
Identifies whether ListBox shape converted to a picture
Public property SaveOval
Identifies whether eOval shape converted to a picture
Public property SavePicture
Identifies whether Picture shape converted to a picture
Public property SavePrstGomShape
Identifies whether PrstGomShape shape converted to a picture
Public property SaveRadioButton
Identifies whether RadioButton shape converted to a picture
Public property SaveRectangle
Identifies whether Rectangle shape converted to a picture
Public property SaveTextBox
Identifies whether TextBox shape converted to a picture
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also