|
@@ -132,6 +132,33 @@ namespace PDF_Office.ViewModels.Tools
|
|
|
ToolExpandDict.Add("Link", AnnotArgsType.AnnotLink);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ //工具悬浮文案
|
|
|
+ private void InitToolTipDict()
|
|
|
+ {
|
|
|
+ ToolTipDict.Add("Hand", "滚动工具");
|
|
|
+ ToolTipDict.Add("BtnSelecttool", "内容选择工具");
|
|
|
+ ToolTipDict.Add("SnapshotEdit", "内容选择工具");
|
|
|
+ ToolTipDict.Add("HighLight", "高亮" + " | Ctrl+Alt+H");
|
|
|
+ ToolTipDict.Add("UnderLine", "高亮" + " | Ctrl+Alt+U");
|
|
|
+ ToolTipDict.Add("Squiggly", "波浪线" + " | Ctrl+Alt+Q");
|
|
|
+ ToolTipDict.Add("Strikeout", "删除线" + " | Ctrl+Alt+S");
|
|
|
+ ToolTipDict.Add("Freehand", "手绘");
|
|
|
+ ToolTipDict.Add("Freetext", "文字");
|
|
|
+ ToolTipDict.Add("StickyNote", "便签");
|
|
|
+ ToolTipDict.Add("Rect", "矩形");
|
|
|
+ ToolTipDict.Add("Circle", "圆");
|
|
|
+ ToolTipDict.Add("Arrow", "箭头");
|
|
|
+ ToolTipDict.Add("Line", "线条");
|
|
|
+ ToolTipDict.Add("Link", "超链接");
|
|
|
+ ToolTipDict.Add("Stamp", "图章");
|
|
|
+ ToolTipDict.Add("Image", "图片");
|
|
|
+ ToolTipDict.Add("Signature", "签名");
|
|
|
+ ToolTipDict.Add("ShowAnnot", "显示/隐藏注释");
|
|
|
+ }
|
|
|
+
|
|
|
+ public Dictionary<string, string> GetToolTipDict{get{return ToolTipDict;}}
|
|
|
+
|
|
|
#endregion 初始化数据
|
|
|
|
|
|
#endregion 初始化
|