Package | stimulsoft.viewer.export.controls |
Class | public class StiHtmlSettingsControl |
Inheritance | StiHtmlSettingsControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
![]() | caption : String | StiExpander | |
checkBoxAddPageBreaks : StiCheckBox | StiHtmlSettingsControl | ||
checkBoxCompressToArchive : StiCheckBox | StiHtmlSettingsControl | ||
checkBoxContinuousPages : StiCheckBox | StiHtmlSettingsControl | ||
checkBoxEmbeddedImageData : StiCheckBox | StiHtmlSettingsControl | ||
comboBoxExportMode : StiComboBox | StiHtmlSettingsControl | ||
comboBoxImageFormat : StiComboBox | StiHtmlSettingsControl | ||
comboBoxImageQuality : StiComboBox | StiHtmlSettingsControl | ||
comboBoxImageResolution : StiComboBox | StiHtmlSettingsControl | ||
comboBoxType : StiComboBox | StiHtmlSettingsControl | ||
comboBoxZoom : StiComboBox | StiHtmlSettingsControl | ||
![]() | isMinimized : Boolean | StiExpander | |
settings : StiHtmlExportSettings [read-only] | StiHtmlSettingsControl | ||
![]() | showMinimized : Boolean | StiExpander | |
stilabel1 : StiLabel | StiHtmlSettingsControl | ||
stilabel2 : StiLabel | StiHtmlSettingsControl | ||
stilabel3 : StiLabel | StiHtmlSettingsControl | ||
stilabel4 : StiLabel | StiHtmlSettingsControl | ||
stilabel5 : StiLabel | StiHtmlSettingsControl | ||
stilabel6 : StiLabel | StiHtmlSettingsControl | ||
stilabel7 : StiLabel | StiHtmlSettingsControl | ||
stilabel8 : StiLabel | StiHtmlSettingsControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiHtmlSettingsControl | ||
![]() | applyTheme():void | StiExpander |
Method | Defined By | ||
---|---|---|---|
![]() | createChildren():void [override] | StiExpander | |
onComboBoxTypeChange():void | StiHtmlSettingsControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiExpander | |
![]() | updateDisplayList2007(unscaledWidth:Number, unscaledHeight:Number):void | StiExpander | |
![]() | updateDisplayList2013(unscaledWidth:Number, unscaledHeight:Number):void | StiExpander |
checkBoxAddPageBreaks | property |
public var checkBoxAddPageBreaks:StiCheckBox
This property can be used as the source for data binding.
checkBoxCompressToArchive | property |
public var checkBoxCompressToArchive:StiCheckBox
This property can be used as the source for data binding.
checkBoxContinuousPages | property |
public var checkBoxContinuousPages:StiCheckBox
This property can be used as the source for data binding.
checkBoxEmbeddedImageData | property |
public var checkBoxEmbeddedImageData:StiCheckBox
This property can be used as the source for data binding.
comboBoxExportMode | property |
public var comboBoxExportMode:StiComboBox
This property can be used as the source for data binding.
comboBoxImageFormat | property |
public var comboBoxImageFormat:StiComboBox
This property can be used as the source for data binding.
comboBoxImageQuality | property |
public var comboBoxImageQuality:StiComboBox
This property can be used as the source for data binding.
comboBoxImageResolution | property |
public var comboBoxImageResolution:StiComboBox
This property can be used as the source for data binding.
comboBoxType | property |
public var comboBoxType:StiComboBox
This property can be used as the source for data binding.
comboBoxZoom | property |
public var comboBoxZoom:StiComboBox
This property can be used as the source for data binding.
settings | property |
settings:StiHtmlExportSettings
[read-only] public function get settings():StiHtmlExportSettings
stilabel1 | property |
public var stilabel1:StiLabel
This property can be used as the source for data binding.
stilabel2 | property |
public var stilabel2:StiLabel
This property can be used as the source for data binding.
stilabel3 | property |
public var stilabel3:StiLabel
This property can be used as the source for data binding.
stilabel4 | property |
public var stilabel4:StiLabel
This property can be used as the source for data binding.
stilabel5 | property |
public var stilabel5:StiLabel
This property can be used as the source for data binding.
stilabel6 | property |
public var stilabel6:StiLabel
This property can be used as the source for data binding.
stilabel7 | property |
public var stilabel7:StiLabel
This property can be used as the source for data binding.
stilabel8 | property |
public var stilabel8:StiLabel
This property can be used as the source for data binding.
StiHtmlSettingsControl | () | Constructor |
public function StiHtmlSettingsControl()
Constructor.
onComboBoxTypeChange | () | method |
protected function onComboBoxTypeChange():void