Initializes the controller and sets the items that will be shared. EventName - Sets the sub that will handle the complete event. Items - One or more items that will be shared.
IsInitializedAsBoolean
Tests whether this object was initialized.
Show (PageAsPage, FromViewAsObject)
Shows the share dialog. Page - The dialog parent. FromView - Relevant for iPads only. The array of the popup dialog will point to the specified view or BarButton.
TagAsObject
Gets or sets the Tag object. This is a placeholder for any object you like to tie to this object.
Initializes the controller and sets the file that should be opened.
IsInitializedAsBoolean
Tests whether this object was initialized.
OpenFile (FromViewAsObject) AsBoolean
Shows the dialog. FromView should be a View or BarButton. The dialog will be anchored to this view (on iPad). Returns False if there is no app that can open the file.
PreviewFile (ParentPageAsPage) AsBoolean
Opens a file preview. The preview will also include options such as printing the document. Returns False if the file type is not supported. The following types of documents are supported: iWord, Microsoft Office, RTF, PDF, images, text files and CSV files.
TagAsObject
Gets or sets the Tag object. This is a placeholder for any object you like to tie to this object.
Returns a list with all the supported language codes.
Initialize (EventNameAsString)
IsInitializedAsBoolean
Tests whether this object was initialized.
MAX_SPEECH_RATEAsFloat [read only]
MIN_SPEECH_RATEAsFloat [read only]
PitchAsFloat
Gets or sets the pitch value. The value should be between 0.5 to 2.
SetLanguage (LanguageCodeAsString) AsBoolean
Sets the voice language. The language code is made of the language (two lower case letters) and the locale (two upper case letters) separated with a dash. You can use GetSupportedLanguages to find all the supported language codes. Returns true if the language was set successfully.
Speak (TextAsString, ClearQueueAsBoolean)
Speaks the given text. The Complete event will be raised after the text is spoken. Text - Text to speak. ClearQueue - Whether to dismiss all waiting texts.
SpeechRateAsFloat
Gets or sets the speech rate. The value should be between MIN_SPEECH_RATE to MAX_SPEECH_RATE.
Stop
Stops speaking and dismisses texts in the queue.
TagAsObject
Gets or sets the Tag object. This is a placeholder for any object you like to tie to this object.
Top