Translation:Text Wrap Preference

From IDMLWiki

Jump to: navigation, search

Contents

10.7.19 TextWrapPreference

<TextWrapPreference>エレメントは、ページオブジェクトに対するテキストの回りこみをコントロールします。このエレメントの設定値は、すべてのテキスト回り込みの、明示的に定義された属性とエレメント以外をオーバーライドします。

スキーマの例88 TextWrapPreference
  1. TextWrapPreference_Object = element TextWrapPreference {
  2.   attribute TextWrapType { TextWrapTypes_EnumValue }?,
  3.   attribute Inverse { xsd:boolean }?,
  4.   attribute ApplyToMasterPageOnly { xsd:boolean }?,
  5.   attribute TextWrapSide { TextWrapSideOptions_EnumValue }?,
  6.   attribute ItemTransform { TransformationMatrixType_TypeDef }?,
  7.   element Properties {
  8.     element TextWrapOffset { UnitRectangleBoundsType_TypeDef }?&
  9.     element PathGeometry { element GeometryPathType { GeometryPathType_TypeDef }*
  10.     }?
  11.   }
  12.   ?
  13.   ,
  14. (
  15.   ContourOption_Object?
  16. )
  17. }
スキーマの例89 ContourOption
  1. ContourOption_Object = element ContourOption{ 
  2.   attribute Self { xsd:string },
  3.   attribute ContourType{  ContourOptionsTypes_EnumValue }?,
  4.   attribute IncludeInsideEdges{  xsd:boolean }?,
  5.   attribute ContourPathName{  xsd:string }?
  6. }
IDMLの例73 TextWrapPreference
  1. <TextWrapPreference Self="dTextWrapPreference1" TextWrapType=" None" Inverse="false" ApplyToMasterPageOnly=" false" TextWrapSide=" BothSides">
  2.   <Properties>
  3.     <TextWrapOffset Top="0" Left="0" Bottom="0" Right="0"/>
  4.   </Properties>
  5.   <ContourOption Self="dTextWrapPreference1ContourOption1" ContourType=" SameAsClipping" IncludeInsideEdges=" false" ContourPathName="$ ID/"/>
  6. </TextWrapPreference>
表96 属性としてのContourOptionプロパティ
名前 必須 説明
ContourPathName string 輪郭オプションで適用するアルファチャンネル名またはPhotoshopパス名。ContourTypeがPhotoshopPathかAlphaChannelのときのみ
ContourType ContourOptionsTypes_EnumValue 輪郭オプション。BoundingBox、PhotoshopPath、DetectEdges、AlphaChannel、GraphicFrameまたはSameAsClipping
IncludeInsideEdges boolean trueのとき、パスの内側の背景を透明にするはオン。Note:ContourTypeがAlphaChannelかDetectEdgesのときのみ
Personal tools