| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| asIcon | boolean | element | 1/1 | required | ||
| coldFrame | boolean | element | 1/1 | required | ||
| color | int | element | 1/1 | required | ||
| noteText | string | element | 0/1 | |||
| textColor | int | element | 1/1 | required | ||
| textRotation | int | element | 1/1 | required | ||
| transparent | boolean | element | 1/1 | required | ||
| wordWrap | boolean | element | 1/1 | required | ||
Properties inherited from annotationType |
||||||
| accessData | annotationAccessDataType | element | 0/1 | |||
| height | short | element | 1/1 | required | ||
| page | short | element | 1/1 | required | ||
| width | short | element | 1/1 | required | ||
| x | short | element | 1/1 | required | ||
| y | short | element | 1/1 | required | ||
Example
<t----->
<textRotation>...</textRotation>
<wordWrap>...</wordWrap>
<textColor>...</textColor>
<transparent>...</transparent>
<coldFrame>...</coldFrame>
<noteText>...</noteText>
<asIcon>...</asIcon>
<color>...</color>
<y>...</y>
<height>...</height>
<width>...</width>
<page>...</page>
<accessData>
<creationDate>...</creationDate>
<lastModificationDate>...</lastModificationDate>
<creationUser>...</creationUser>
<aclName>...</aclName>
<lastModificationUser>...</lastModificationUser>
</accessData>
<x>...</x>
</t----->