Packagestimulsoft.viewer.export.controls
Classpublic class StiHtmlSettingsControl
InheritanceStiHtmlSettingsControl Inheritance StiExpander Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 Inheritedcaption : 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
 InheritedisMinimized : Boolean
StiExpander
  settings : StiHtmlExportSettings
[read-only]
StiHtmlSettingsControl
 InheritedshowMinimized : 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
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiExpanderTheme
[read-only]
StiExpander
Public Methods
 MethodDefined By
  
Constructor.
StiHtmlSettingsControl
 Inherited
applyTheme():void
StiExpander
Protected Methods
 MethodDefined By
 Inherited
[override]
StiExpander
  
StiHtmlSettingsControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiExpander
 Inherited
updateDisplayList2007(unscaledWidth:Number, unscaledHeight:Number):void
StiExpander
 Inherited
updateDisplayList2013(unscaledWidth:Number, unscaledHeight:Number):void
StiExpander
Property Detail
checkBoxAddPageBreaksproperty
public var checkBoxAddPageBreaks:StiCheckBox

This property can be used as the source for data binding.

checkBoxCompressToArchiveproperty 
public var checkBoxCompressToArchive:StiCheckBox

This property can be used as the source for data binding.

checkBoxContinuousPagesproperty 
public var checkBoxContinuousPages:StiCheckBox

This property can be used as the source for data binding.

checkBoxEmbeddedImageDataproperty 
public var checkBoxEmbeddedImageData:StiCheckBox

This property can be used as the source for data binding.

comboBoxExportModeproperty 
public var comboBoxExportMode:StiComboBox

This property can be used as the source for data binding.

comboBoxImageFormatproperty 
public var comboBoxImageFormat:StiComboBox

This property can be used as the source for data binding.

comboBoxImageQualityproperty 
public var comboBoxImageQuality:StiComboBox

This property can be used as the source for data binding.

comboBoxImageResolutionproperty 
public var comboBoxImageResolution:StiComboBox

This property can be used as the source for data binding.

comboBoxTypeproperty 
public var comboBoxType:StiComboBox

This property can be used as the source for data binding.

comboBoxZoomproperty 
public var comboBoxZoom:StiComboBox

This property can be used as the source for data binding.

settingsproperty 
settings:StiHtmlExportSettings  [read-only]


Implementation
    public function get settings():StiHtmlExportSettings
stilabel1property 
public var stilabel1:StiLabel

This property can be used as the source for data binding.

stilabel2property 
public var stilabel2:StiLabel

This property can be used as the source for data binding.

stilabel3property 
public var stilabel3:StiLabel

This property can be used as the source for data binding.

stilabel4property 
public var stilabel4:StiLabel

This property can be used as the source for data binding.

stilabel5property 
public var stilabel5:StiLabel

This property can be used as the source for data binding.

stilabel6property 
public var stilabel6:StiLabel

This property can be used as the source for data binding.

stilabel7property 
public var stilabel7:StiLabel

This property can be used as the source for data binding.

stilabel8property 
public var stilabel8:StiLabel

This property can be used as the source for data binding.

Constructor Detail
StiHtmlSettingsControl()Constructor
public function StiHtmlSettingsControl()

Constructor.

Method Detail
onComboBoxTypeChange()method
protected function onComboBoxTypeChange():void