Adobe InDesign CS (3.0) Object Model JS: ExportFormat

InDesign CS

 Export format options.

Value

NameDescriptionValue
ExportFormat.EPS_TYPEExports to EPS format.1952400720 = 't_EP'
ExportFormat.INCOPYExports to InCopy story (INCD) format.1768842084 = 'incd'
ExportFormat.JPGExports to JPEG format.1246775072 = 'JPG '
ExportFormat.PDF_TYPEExports to PDF format.1952403524 = 't_PD'
ExportFormat.RTFExports to rich text format (RTF).1381254688 = 'RTF '
ExportFormat.SVGExports to SVG format.1398163232 = 'SVG '
ExportFormat.SVG_COMPRESSEDExports to SVGZ format.1398163267 = 'SVGC'
ExportFormat.TAGGED_TEXTExports to a tagged text file with a TXT extension.1416066168 = 'Tgtx'
ExportFormat.TEXT_TYPEExports to text (TXT) format.1952412773 = 't_te'
ExportFormat.XMLExports the document's tagged content to XML.1481460768 = 'XML '

Usage

In function

void Button.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Character.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Document.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void EPS.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void FormField.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Graphic.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void GraphicLine.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Group.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Image.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void InsertionPoint.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Line.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Oval.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void PDF.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void PICT.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void PageItem.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Paragraph.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Polygon.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Rectangle.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Story.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Text.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void TextColumn.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void TextFrame.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void TextStyleRange.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void WMF.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void Word.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

void XMLElement.exportFile (format: any, to: File[, showingOptions: bool=false][, using: PDFExportPreset])

Jongware, 27-Jun-2010 v3.0.3dContents :: Index