Table of Contents

Class SaveShapeTypeOption

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Specifies the shape type that needs to be converted to a picture, and defaults to all types

public class SaveShapeTypeOption
Inheritance
SaveShapeTypeOption
Inherited Members

Constructors

SaveShapeTypeOption()

public SaveShapeTypeOption()

Properties

SaveAll

Identifies whether All shape converted to a picture

public bool SaveAll { get; set; }

Property Value

bool

SaveArc

Identifies whether Arc shape converted to a picture

public bool SaveArc { get; set; }

Property Value

bool

SaveButton

Identifies whether Button shape converted to a picture

public bool SaveButton { get; set; }

Property Value

bool

SaveCheckBox

Identifies whether CheckBox shape converted to a picture

public bool SaveCheckBox { get; set; }

Property Value

bool

SaveComboBox

Identifies whether ComboBox shape converted to a picture

public bool SaveComboBox { get; set; }

Property Value

bool

SaveDml

Identifies whether Dml shape converted to a picture

public bool SaveDml { get; set; }

Property Value

bool

SaveGroupBox

Identifies whether GroupBox shape converted to a picture

public bool SaveGroupBox { get; set; }

Property Value

bool

SaveGroupShape

Identifies whether Group shape converted to a picture.(Child of this group shape will not convert)

public bool SaveGroupShape { get; set; }

Property Value

bool

SaveLabel

Identifies whether Label shape converted to a picture

public bool SaveLabel { get; set; }

Property Value

bool

SaveLine

Identifies whether Line shape converted to a picture

public bool SaveLine { get; set; }

Property Value

bool

SaveListBox

Identifies whether ListBox shape converted to a picture

public bool SaveListBox { get; set; }

Property Value

bool

SaveOval

Identifies whether eOval shape converted to a picture

public bool SaveOval { get; set; }

Property Value

bool

SavePicture

Identifies whether Picture shape converted to a picture

public bool SavePicture { get; set; }

Property Value

bool

SavePrstGomShape

Identifies whether PrstGomShape shape converted to a picture

public bool SavePrstGomShape { get; set; }

Property Value

bool

SaveRadioButton

Identifies whether RadioButton shape converted to a picture

public bool SaveRadioButton { get; set; }

Property Value

bool

SaveRectangle

Identifies whether Rectangle shape converted to a picture

public bool SaveRectangle { get; set; }

Property Value

bool

SaveTextBox

Identifies whether TextBox shape converted to a picture

public bool SaveTextBox { get; set; }

Property Value

bool