DisplaySetting

Object-level display settings.

Properties

Property Type Access Description
antialiasing bool r/w If true, uses anti-aliasing for text and bitmap images.
greekBelow number r/w The point size below which text is greeked.
index number readonly The index of the DisplaySetting within its containing object.
parent Application readonly The parent of the DisplaySetting (a Application).
properties Object r/w A property that allows setting of several properties at the same time.
raster TagRaster
:
GRAY_OUT
PROXY
HIGH_RESOLUTION
DEFAULT_VALUE
r/w The display method for raster images.
transparency TagTransparency
:
OFF
LOW_QUALITY
MEDIUM_QUALITY
HIGH_QUALITY
DEFAULT_VALUE
r/w The display setting for transparencies.
vector TagVector
:
GRAY_OUT
PROXY
HIGH_RESOLUTION
DEFAULT_VALUE
r/w The display method for vector images.

Methods

Array of DisplaySettinggetElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the DisplaySetting.

string toSpecifier ()
Retrieves the object specifier.

Used in:

DisplaySettings.previousItem (

obj:
DisplaySetting )

DisplaySettings.nextItem (

obj:
DisplaySetting )

Returned by:

Array of DisplaySetting DisplaySetting .getElements (

)

DisplaySetting DisplaySettings.anyItem (

)

Array of DisplaySetting DisplaySettings.everyItem (

)

DisplaySetting DisplaySettings.firstItem (

)

DisplaySetting DisplaySettings.item (
index:
any
)

DisplaySetting DisplaySettings.itemByName (
name:
string
)

Array of DisplaySetting DisplaySettings.itemByRange (
from:
any, to:
any
)

DisplaySetting DisplaySettings.lastItem (

)

DisplaySetting DisplaySettings.middleItem (

)

DisplaySetting DisplaySettings.nextItem (
obj:
DisplaySetting
)

DisplaySetting DisplaySettings.previousItem (
obj:
DisplaySetting
)

Leave a Comment

Previous post:

Next post: