Translation:Notes

From IDMLWiki

Jump to: navigation, search

Contents

注釈

InDesignのストーリーには、印刷されない注釈を含めることができます。IDMLでの注釈は、他のインラインオブジェクトと同じようにサポートされており、<CharacterStyleRange>エレメントの子エレメントとして表されます。

スキーマの例48 Note
  1. Note_Object = element Note {
  2.   attribute Collapsed { xsd:boolean }?,
  3.   attribute CreationDate{  xsd:dateTime }?,
  4.   attribute ModificationDate{  xsd:dateTime }?,
  5.   attribute UserName{  xsd:string }?,
  6.   attribute AppliedDocumentUser{  xsd:string }?,
  7.   element Properties {
  8.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  9.     }?
  10.   }
  11.   ?
  12.   ,
  13. (
  14.   Footnote_Object*&
  15.   TextVariableInstance_Object*&
  16.   TextFrame_Object*&
  17.   Oval_Object*&
  18.   Rectangle_Object*&
  19.   GraphicLine_Object*&
  20.   Polygon_Object*&
  21.   Group_Object*&
  22.   EPSText_Object*&
  23.   FormField_Object*&
  24.   Button_Object*&
  25.   Table_Object*&
  26.   ParagraphStyleRange_Object*&
  27.   CharacterStyleRange_Object*&
  28.   HiddenText_Object*
  29. )
  30. }
IDMLの例45 Note
  1. <ParagraphStyleRange AppliedParagraphStyle=" ParagraphStyle\ kNormalParagraphStyle">
  2.   <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\ k[No character style]">
  3.     <Content>This is an example paragraph. At the end of the second sentence,we’ve inserted a note.</Content>
  4.     <Note Collapsed="false" CreationDate=" 2008-02-24T23:12:55" ModificationDate=" 2008-02-24T23:16:44" UserName=" Unknown User Name" AppliedDocumentUser=" dDocumentUser1">
  5.       <ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ k[No paragraph style]">
  6.         <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\ k[No character style]">
  7.           <Content>This is a note.</Content>
  8.         </CharacterStyleRange>
  9.       </ParagraphStyleRange>
  10.     </Note>
  11.   <br/>
  12.   <Content>This is a paragraph following the note.</Content>
  13.   </CharacterStyleRange>
  14. </ParagraphStyleRange>
図37 注釈

Image:Fig037.png

Personal tools