| Package | stimulsoft.viewer.export.controls |
| Class | public class StiHtmlSettingsControl |
| Inheritance | StiHtmlSettingsControl StiExpander mx.containers.Canvas |
| 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:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxCompressToArchive | property |
public var checkBoxCompressToArchive:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxContinuousPages | property |
public var checkBoxContinuousPages:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxEmbeddedImageData | property |
public var checkBoxEmbeddedImageData:StiCheckBoxThis property can be used as the source for data binding.
| comboBoxExportMode | property |
public var comboBoxExportMode:StiComboBoxThis property can be used as the source for data binding.
| comboBoxImageFormat | property |
public var comboBoxImageFormat:StiComboBoxThis property can be used as the source for data binding.
| comboBoxImageQuality | property |
public var comboBoxImageQuality:StiComboBoxThis property can be used as the source for data binding.
| comboBoxImageResolution | property |
public var comboBoxImageResolution:StiComboBoxThis property can be used as the source for data binding.
| comboBoxType | property |
public var comboBoxType:StiComboBoxThis property can be used as the source for data binding.
| comboBoxZoom | property |
public var comboBoxZoom:StiComboBoxThis 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:StiLabelThis property can be used as the source for data binding.
| stilabel2 | property |
public var stilabel2:StiLabelThis property can be used as the source for data binding.
| stilabel3 | property |
public var stilabel3:StiLabelThis property can be used as the source for data binding.
| stilabel4 | property |
public var stilabel4:StiLabelThis property can be used as the source for data binding.
| stilabel5 | property |
public var stilabel5:StiLabelThis property can be used as the source for data binding.
| stilabel6 | property |
public var stilabel6:StiLabelThis property can be used as the source for data binding.
| stilabel7 | property |
public var stilabel7:StiLabelThis property can be used as the source for data binding.
| stilabel8 | property |
public var stilabel8:StiLabelThis property can be used as the source for data binding.
| StiHtmlSettingsControl | () | Constructor |
public function StiHtmlSettingsControl()Constructor.
| onComboBoxTypeChange | () | method |
protected function onComboBoxTypeChange():void