Package | stimulsoft.viewer.export.controls |
Class | public class StiDocumentSecurityPanel |
Inheritance | StiDocumentSecurityPanel ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
checkBoxAllowAddOrModifyTextAnnotations : StiCheckBox | StiDocumentSecurityPanel | ||
checkBoxAllowCopyTextAndGraphics : StiCheckBox | StiDocumentSecurityPanel | ||
checkBoxAllowModifyContents : StiCheckBox | StiDocumentSecurityPanel | ||
checkBoxAllowPrintDocument : StiCheckBox | StiDocumentSecurityPanel | ||
comboBoxEncryptionKeyLength : StiComboBox | StiDocumentSecurityPanel | ||
![]() | direction : int | StiPopupPanel | |
![]() | dock : String | StiPopupPanel | |
![]() | height : Number [override] [write-only] | StiPopupPanel | |
![]() | maxRowCount : int | StiPopupPanel | |
![]() | menuHeight : int [read-only] | StiPopupPanel | |
![]() | menuWidth : int [read-only] | StiPopupPanel | |
![]() | offset : Number | StiPopupPanel | |
textInputOwnerPassword : StiTextInput | StiDocumentSecurityPanel | ||
textInputUserPassword : StiTextInput | StiDocumentSecurityPanel | ||
![]() | y : Number [override] [write-only] | StiPopupPanel |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiDocumentSecurityPanel | ||
![]() | applyTheme():void | StiPopupPanel | |
hide():void [override] | StiDocumentSecurityPanel | ||
show(button:Button = null):void [override] | StiDocumentSecurityPanel |
checkBoxAllowAddOrModifyTextAnnotations | property |
public var checkBoxAllowAddOrModifyTextAnnotations:StiCheckBox
This property can be used as the source for data binding.
checkBoxAllowCopyTextAndGraphics | property |
public var checkBoxAllowCopyTextAndGraphics:StiCheckBox
This property can be used as the source for data binding.
checkBoxAllowModifyContents | property |
public var checkBoxAllowModifyContents:StiCheckBox
This property can be used as the source for data binding.
checkBoxAllowPrintDocument | property |
public var checkBoxAllowPrintDocument:StiCheckBox
This property can be used as the source for data binding.
comboBoxEncryptionKeyLength | property |
public var comboBoxEncryptionKeyLength:StiComboBox
This property can be used as the source for data binding.
textInputOwnerPassword | property |
public var textInputOwnerPassword:StiTextInput
This property can be used as the source for data binding.
textInputUserPassword | property |
public var textInputUserPassword:StiTextInput
This property can be used as the source for data binding.
StiDocumentSecurityPanel | () | Constructor |
public function StiDocumentSecurityPanel()
Constructor.
hide | () | method |
override public function hide():void
show | () | method |
override public function show(button:Button = null):void
Parameters
button:Button (default = null )
|