TaggedTextExportPreference

Tagged text export preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Object, TagTextExportCharacterSet, TagTextForm

Property Listing

Property

Type

Access

Description

characterSet

TagTextExportCharacterSet

TagTextExportCharacterSet.ANSI

TagTextExportCharacterSet.ASCII

TagTextExportCharacterSet.CHINESE_BIG_5

TagTextExportCharacterSet.GB18030

TagTextExportCharacterSet.KSC5601

TagTextExportCharacterSet.SHIFT_JIS

TagTextExportCharacterSet.UNICODE

read/write

The character set.

parent

Application

readonly

The parent of the TaggedTextExportPreference (a Application).

properties

Object

read/write

A property that allows setting of several properties at the same time.

tagForm

TagTextForm

TagTextForm.ABBREVIATED

TagTextForm.VERBOSE

read/write

The form for tags in the exported text.

Method Listing

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.

Object of

Application.taggedTextExportPreferences

Return

TaggedTextExportPreference.getElements()