Packagestimulsoft.viewer.export.controls
Classpublic class StiTextSettingsControl
InheritanceStiTextSettingsControl Inheritance StiExpander Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 Inheritedcaption : String
StiExpander
  checkBoxTxtCutLongLines : StiCheckBox
StiTextSettingsControl
  checkBoxTxtDrawBorder : StiCheckBox
StiTextSettingsControl
  checkBoxTxtKillSpaceLines : StiCheckBox
StiTextSettingsControl
  checkBoxTxtPutFeedPageCode : StiCheckBox
StiTextSettingsControl
  comboBoxEncoding : StiComboBox
StiTextSettingsControl
  comboBoxX : StiComboBox
StiTextSettingsControl
  comboBoxY : StiComboBox
StiTextSettingsControl
 InheritedisMinimized : Boolean
StiExpander
  labelX : StiLabel
StiTextSettingsControl
  labelY : StiLabel
StiTextSettingsControl
  radioButtonSimple : StiRadioButton
StiTextSettingsControl
  radioButtonUnicodeDouble : StiRadioButton
StiTextSettingsControl
  radioButtonUnicodeSingle : StiRadioButton
StiTextSettingsControl
  settingsTxt : StiTxtExportSettings
[read-only]
StiTextSettingsControl
 InheritedshowMinimized : Boolean
StiExpander
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiExpanderTheme
[read-only]
StiExpander
Public Methods
 MethodDefined By
  
Constructor.
StiTextSettingsControl
 Inherited
applyTheme():void
StiExpander
Protected Methods
 MethodDefined By
 Inherited
[override]
StiExpander
 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
checkBoxTxtCutLongLinesproperty
public var checkBoxTxtCutLongLines:StiCheckBox

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

checkBoxTxtDrawBorderproperty 
public var checkBoxTxtDrawBorder:StiCheckBox

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

checkBoxTxtKillSpaceLinesproperty 
public var checkBoxTxtKillSpaceLines:StiCheckBox

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

checkBoxTxtPutFeedPageCodeproperty 
public var checkBoxTxtPutFeedPageCode:StiCheckBox

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

comboBoxEncodingproperty 
public var comboBoxEncoding:StiComboBox

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

comboBoxXproperty 
public var comboBoxX:StiComboBox

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

comboBoxYproperty 
public var comboBoxY:StiComboBox

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

labelXproperty 
public var labelX:StiLabel

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

labelYproperty 
public var labelY:StiLabel

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

radioButtonSimpleproperty 
public var radioButtonSimple:StiRadioButton

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

radioButtonUnicodeDoubleproperty 
public var radioButtonUnicodeDouble:StiRadioButton

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

radioButtonUnicodeSingleproperty 
public var radioButtonUnicodeSingle:StiRadioButton

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

settingsTxtproperty 
settingsTxt:StiTxtExportSettings  [read-only]


Implementation
    public function get settingsTxt():StiTxtExportSettings
Constructor Detail
StiTextSettingsControl()Constructor
public function StiTextSettingsControl()

Constructor.