Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
allowTransform | |
ブール型
| If true, transforms the XML using an XSLT file. |
  
   |
createLinkToXML | |
ブール型
| If true, creates a link to the imported XML file. If false, embeds the file. |
  
   |
ignoreUnmatchedIncoming | |
ブール型
| If true, ignores elements that do not match the existing structure. Note: Valid only when import style is merge. |
  
   |
ignoreWhitespace | |
ブール型
| If true, leaves existing content in place if the matching XML content contains only whitespace characters such as a carriage return, a tab character. Note: Valid only when import style is merge. |
  
   |
importCALSTables | |
ブール型
| If true, imports CALS tables as InDesign tables. |
  
   |
importStyle | |
XMLImportStyles
XMLImportStyles |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
APPEND_IMPORT | 1481466217 | |
  
   |
MERGE_IMPORT | 1481469289 | |
| The style of incorporating imported XML content into the document. |
  
   |
importTextIntoTables | |
ブール型
| If true, imports text into tables if tags match placeholder tables and their cells. Note: Valid only when import style is merge. |
  
   |
importToSelected | |
ブール型
| If true, imports into the selected XML element. If false, imports at the root element. |
  
   |
isValid | ○ |
ブール型
| |
  
   |
removeUnmatchedExisting | |
ブール型
| If true, deletes existing elements, placeholders in the document that do not have matches in the XML file. Note: Valid only when import style is merge. |
  
   |
repeatTextElements | |
ブール型
| If true, repeating text elements inherit the formatting applied to placeholder text. Note: Valid only when import style is merge. |
  
   |
transformFilename | |
ファイル型, XMLTransformFile.STYLESHEET_IN_XML(1483961208)
| The name of the XSLT file. Note: Valid when allow transform is true. |
  
   |
transformParameters | |
[[name1, value1], [name2, value2], ...]
| name, valueは文字列型 |