Packagestimulsoft.viewer.export.controls
Classpublic class StiXpsSettingsControl
InheritanceStiXpsSettingsControl Inheritance StiExpander Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 Inheritedcaption : String
StiExpander
  checkBoxExportRtfTextAsImage : StiCheckBox
StiXpsSettingsControl
  comboBoxImageQuality : StiComboBox
StiXpsSettingsControl
  comboBoxImageResolution : StiComboBox
StiXpsSettingsControl
  exportFormat : int
StiXpsSettingsControl
 InheritedisMinimized : Boolean
StiExpander
  settingsPpt2007 : StiPpt2007ExportSettings
[read-only]
StiXpsSettingsControl
  settingsXps : StiXpsExportSettings
[read-only]
StiXpsSettingsControl
 InheritedshowMinimized : Boolean
StiExpander
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiExpanderTheme
[read-only]
StiExpander
Public Methods
 MethodDefined By
  
Constructor.
StiXpsSettingsControl
 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
checkBoxExportRtfTextAsImageproperty
public var checkBoxExportRtfTextAsImage:StiCheckBox

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.

exportFormatproperty 
exportFormat:int


Implementation
    public function get exportFormat():int
    public function set exportFormat(value:int):void
settingsPpt2007property 
settingsPpt2007:StiPpt2007ExportSettings  [read-only]


Implementation
    public function get settingsPpt2007():StiPpt2007ExportSettings
settingsXpsproperty 
settingsXps:StiXpsExportSettings  [read-only]


Implementation
    public function get settingsXps():StiXpsExportSettings
Constructor Detail
StiXpsSettingsControl()Constructor
public function StiXpsSettingsControl()

Constructor.