InCopyExportOption

Export options for InCopy INCX document format.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Object,

Hierarchy:

Superclass: Preference

Class: InCopyExportOption

Property Listing

Property

Type

Access

Description

includeAllResources

Boolean

read/write

If true, export all resources (styles etc), otherwise export resources used by the story.

includeGraphicProxies

Boolean

read/write

If true, include graphic proxy data.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

parent

Oval

Rectangle

Story

Application

Polygon

readonly

The parent of the InCopyExportOption (a Application, Story, Oval, Rectangle or Polygon).

properties

Object

read/write

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

Method Listing

InCopyExportOption getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the InCopyExportOption.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.incopyExportOptions

Oval.incopyExportOptions

Rectangle.incopyExportOptions

Polygon.incopyExportOptions

Story.incopyExportOptions

XmlStory.incopyExportOptions

Return

InCopyExportOption.getElements()