You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.7 KiB
59 lines
1.7 KiB
<!DOCTYPE KPDFAnnotatingTools> |
|
<!-- |
|
Engine/Annotation Types [specific attributes]: |
|
[color] |
|
SmoothLine [lowPassFilter{true,false}] |
|
[color] |
|
[opacity] |
|
Highlight |
|
Ink [width] |
|
PickPoint [hoverIcon{string}] |
|
[color] |
|
Stamp[icon] |
|
Text |
|
TwoPoints [block{true,false}] |
|
[color] |
|
Line[width] |
|
Geom |
|
--> |
|
<annotatingTools> |
|
<tool id="1" name="Yellow Highlighter" pixmap="tool_hl_yellow"> |
|
<tooltip>this ..</tooltip> |
|
<engine type="SmoothLine" color="#FFFF00"> |
|
<annotation type="Highlight" color="#FFFF00" /> |
|
</engine> |
|
<shortcut>1</shortcut> |
|
</tool> |
|
<tool id="2" name="Pink Highlighter" pixmap="tool_hl_pink"> |
|
<tooltip>.. is ..</tooltip> |
|
<engine type="SmoothLine" color="#FF0080"> |
|
<annotation type="Ink" color="#FF0080" /> |
|
</engine> |
|
<shortcut>2</shortcut> |
|
</tool> |
|
<tool id="3" name="note" pixmap="pinnote"> |
|
<tooltip>.. tooltip ..</tooltip> |
|
<engine type="PickPoint" color="#FF00FF" hoverIcon="too_note"> |
|
<annotation type="Text" color="#FF00FF" /> |
|
</engine> |
|
</tool> |
|
<tool id="4" name="Straight Yellow Line" pixmap="tool_ink_green"> |
|
<tooltip>.. test</tooltip> |
|
<engine type="TwoPoints" color="#FFE000"> |
|
<annotation type="Line" width="4" color="#FFE000" /> |
|
</engine> |
|
<shortcut>5</shortcut> |
|
</tool> |
|
<tool id="5" name="Arrowed Black Line" pixmap="color_line"> |
|
<engine type="TwoPoints"> |
|
<annotation type="Line" /> |
|
</engine> |
|
<shortcut>6</shortcut> |
|
</tool> |
|
<tool id="6" name="Warning Stamp" pixmap="messagebox_warning"> |
|
<engine type="PickPoint" hoverIcon="messagebox_warning"> |
|
<annotation type="Stamp" icon="messagebox_warning" /> |
|
</engine> |
|
<shortcut>7</shortcut> |
|
</tool> |
|
</annotatingTools>
|
|
|