ExportForWebPreference

XHTML書き出しオプション

プロパティ(parentとその逆)

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application, Document
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
copyFormattedImages 真偽値If true, copies formatted images to the images subfolder.
[12][13][14][15]
[16][17][18][19]
copyOptimizedImages 真偽値If true, copies optimized images to the images subfolder.
[12][13][14][15]
[16][17][18][19]
copyOriginalImages 真偽値If true, copies original images to the images subfolder.
[12][13][14][15]
[16][17][18][19]
gifOptionsInterlaced 真偽値インターレース
[12][13][14][15]
[16][17][18][19]
gifOptionsPalette GIFOptionsPalette
GIFOptionsPalette
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
ADAPTIVE_PALETTE1886151024
plap
Uses the adaptive (no dither) palette.
[12][13][14][15]
[16][17][18][19]
MACINTOSH_PALETTE1886154096
plmp
Uses the Macintosh palette.
[12][13][14][15]
[16][17][18][19]
WEB_PALETTE1886156656
plwp
Uses the Web palette.
[12][13][14][15]
[16][17][18][19]
WINDOWS_PALETTE1886156644
plwd
Uses the Windows palette.
パレット
[12][13][14][15]
[16][17][18][19]
imageConversion ImageConversion
ImageConversion
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
AUTOMATIC1768059764
ibst
自動
[12][13][14][15]
[16][17][18][19]
GIF1734960742
giff
GIF
[12][13][14][15]
[16][17][18][19]
JPEG1785751398
jpgf
JPEG
[12][13][14][15]
[16][17][18][19]
PNG1397059687
SEpg
PNG
画像変換
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
jpegOptionsFormat JPEGOptionsFormat
JPEGOptionsFormat
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
BASELINE_ENCODING1785751394
jpgb
ベースライン
[12][13][14][15]
[16][17][18][19]
PROGRESSIVE_ENCODING1785751408
jpgp
プログレッシブ
JPEGオプション-形式
[12][13][14][15]
[16][17][18][19]
jpegOptionsQuality JPEGOptionsQuality
JPEGOptionsQuality
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
HIGH1701726313
enHi
高画質
[12][13][14][15]
[16][17][18][19]
LOW1701727351
enLw
低画質(高圧縮率)
[12][13][14][15]
[16][17][18][19]
MAXIMUM1701727608
enMx
最高画質(低圧縮率)
[12][13][14][15]
[16][17][18][19]
MEDIUM1701727588
enMd
標準
JPEGオプション-画質
[12][13][14][15]
[16][17][18][19]
properties Object

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( ExportForWebPreference )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.