From IDMLWiki
10.7.19 TextWrapPreference
<TextWrapPreference>エレメントは、ページオブジェクトに対するテキストの回りこみをコントロールします。このエレメントの設定値は、すべてのテキスト回り込みの、明示的に定義された属性とエレメント以外をオーバーライドします。
スキーマの例88 TextWrapPreference
TextWrapPreference_Object = element TextWrapPreference { attribute TextWrapType { TextWrapTypes_EnumValue }?, attribute Inverse { xsd:boolean }?, attribute ApplyToMasterPageOnly { xsd:boolean }?, attribute TextWrapSide { TextWrapSideOptions_EnumValue }?, attribute ItemTransform { TransformationMatrixType_TypeDef }?, element Properties { element TextWrapOffset { UnitRectangleBoundsType_TypeDef }?& element PathGeometry { element GeometryPathType { GeometryPathType_TypeDef }* }?
}
?
,
(
ContourOption_Object?
)
}
スキーマの例89 ContourOption
ContourOption_Object = element ContourOption{ attribute Self { xsd:string }, attribute ContourType{ ContourOptionsTypes_EnumValue }?, attribute IncludeInsideEdges{ xsd:boolean }?, attribute ContourPathName{ xsd:string }?}
IDMLの例73 TextWrapPreference
<TextWrapPreference Self="dTextWrapPreference1" TextWrapType=" None" Inverse="false" ApplyToMasterPageOnly=" false" TextWrapSide=" BothSides">
<Properties>
<TextWrapOffset Top="0" Left="0" Bottom="0" Right="0"/>
</Properties>
<ContourOption Self="dTextWrapPreference1ContourOption1" ContourType=" SameAsClipping" IncludeInsideEdges=" false" ContourPathName="$ ID/"/>
</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のときのみ |