Class
Tagged text export preferences. Base Class: Preference
getElements, toSource, toSpecifier
TaggedTextExportPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
characterSet | TagTextExportCharacterSet: TagTextExportCharacterSet.ASCII TagTextExportCharacterSet.ANSI TagTextExportCharacterSet.UNICODE TagTextExportCharacterSet.SHIFT_JIS TagTextExportCharacterSet.GB18030 TagTextExportCharacterSet.KSC5601 TagTextExportCharacterSet.CHINESE_BIG_5 |
r/w | The character set. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | Application | readonly | The parent of the TaggedTextExportPreference (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
tagForm | TagTextForm: TagTextForm.VERBOSE TagTextForm.ABBREVIATED |
r/w | The form for tags in the exported text. |
Methods
Instances
Array of TaggedTextExportPreference getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the TaggedTextExportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of
Application.taggedTextExportPreferences
Return
Array of TaggedTextExportPreference TaggedTextExportPreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |