CStringConstants.m 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. //
  2. // CStringConstants.m
  3. // ComPDFKit
  4. //
  5. // Copyright © 2014-2022 PDF Technologies, Inc. All Rights Reserved.
  6. //
  7. // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
  8. // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE ComPDFKit LICENSE AGREEMENT.
  9. // UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
  10. // This notice may not be removed from this file.
  11. //
  12. #import "CStringConstants.h"
  13. //MARK: - Markup
  14. NSString *CHighlightNoteColorKey = @"SKHighlightNoteColor";
  15. NSString *CHighlightNoteOpacityKey = @"CHighlightNoteOpacity";
  16. NSString *CUnderlineNoteColorKey = @"SKUnderlineNoteColor";
  17. NSString *CUnderlineNoteOpacityKey = @"CUnderlineNoteOpacity";
  18. NSString *CStrikeOutNoteColorKey = @"SKStrikeOutNoteColor";
  19. NSString *CStrikeOutNoteOpacityKey = @"CStrikeOutNoteOpacity";
  20. NSString *CSquigglyNoteColorKey = @"SKSquigglyNoteColor";
  21. NSString *CSquigglyNoteOpacityKey = @"SKSquigglyNoteOpacity";
  22. //MARK: - Ink
  23. NSString *CInkNoteColorKey = @"SKInkNoteColor";
  24. NSString *CInkNoteOpacityKey = @"CInkNoteOpacity";
  25. NSString *CInkNoteLineWidthKey = @"SKInkNoteLineWidth";
  26. NSString *CInkNoteLineStyleKey = @"SKInkNoteLineStyle";
  27. NSString *CInkNoteDashPatternKey = @"SKInkNoteDashPattern";
  28. //MARK: - Eraser
  29. NSString *CEraserkNoteLineWidthKey = @"CEraserkNoteLineWidth";
  30. //MARK: - FreeText
  31. NSString *CFreeTextNoteFontNameKey = @"SKFreeTextNoteFontName";
  32. NSString *CFreeTextNoteFontStyleKey = @"CFreeTextNoteFontStyleKey";
  33. NSString *CFreeTextNoteFontSizeKey = @"SKFreeTextNoteFontSize";
  34. NSString *CFreeTextNoteFontColorKey = @"SKFreeTextNoteFontColor";
  35. NSString *CFreeTextNoteAlignmentKey = @"SKFreeTextNoteAlignment";
  36. NSString *CFreeTextNoteColorKey = @"SKFreeTextNoteColor";
  37. NSString *CFreeTextNoteOpacityKey = @"CFreeTextNoteOpacity";
  38. NSString *CFreeTextNoteBorderColorKey = @"CFreeTextNoteBorderColor";
  39. NSString *CFreeTextNoteLineStyleKey = @"SKFreeTextNoteLineStyle";
  40. NSString *CFreeTextNoteLineWidthKey = @"SKFreeTextNoteLineWidth";
  41. NSString *CFreeTextNoteDashPatternKey = @"SKFreeTextNoteDashPattern";
  42. //MARK: - Note
  43. NSString *CAnchoredNoteColorKey = @"SKAnchoredNoteColor";
  44. NSString *CAnchoredNoteOpacityKey = @"CAnchoredNoteOpacity";
  45. NSString *CAnchoredNoteIconTypeKey = @"SKAnchoredNoteIconType";
  46. //MARK: - Circle
  47. NSString *CCircleNoteColorKey = @"SKCircleNoteColor";
  48. NSString *CCircleNoteOpacityKey = @"CCircleNoteOpacity";
  49. NSString *CCircleNoteInteriorColorKey = @"SKCircleNoteInteriorColor";
  50. NSString *CCircleNoteInteriorOpacityKey = @"CCircleNoteInteriorOpacity";
  51. NSString *CCircleNoteLineWidthKey = @"SKCircleNoteLineWidth";
  52. NSString *CCircleNoteLineStyleKey = @"SKCircleNoteLineStyle";
  53. NSString *CCircleNoteDashPatternKey = @"SKCircleNoteDashPattern";
  54. //MARK: - Square
  55. NSString *CSquareNoteColorKey = @"SKSquareNoteColor";
  56. NSString *CSquareNoteOpacityKey = @"CSquareNoteOpacity";
  57. NSString *CSquareNoteInteriorColorKey = @"SKSquareNoteInteriorColor";
  58. NSString *CSquareNoteInteriorOpacityKey = @"CSquareNoteInteriorOpacity";
  59. NSString *CSquareNoteLineWidthKey = @"SKSquareNoteLineWidth";
  60. NSString *CSquareNoteLineStyleKey = @"SKSquareNoteLineStyle";
  61. NSString *CSquareNoteDashPatternKey = @"SKSquareNoteDashPattern";
  62. //MARK: - Line
  63. NSString *CLineNoteColorKey = @"SKLineNoteColor";
  64. NSString *CLineNoteOpacityKey = @"CLineNoteOpacity";
  65. NSString *CLineNoteLineWidthKey = @"SKLineNoteLineWidth";
  66. NSString *CLineNoteLineStyleKey = @"SKLineNoteLineStyle";
  67. NSString *CLineNoteInteriorColorKey = @"SKLineNoteInteriorColor";
  68. NSString *CLineNoteInteriorOpacityKey = @"CLineNoteInteriorOpacity";
  69. NSString *CLineNoteDashPatternKey = @"SKLineNoteDashPattern";
  70. NSString *CLineNoteStartLineStyleKey = @"SKLineNoteStartLineStyle";
  71. NSString *CLineNoteEndLineStyleKey = @"SKLineNoteEndLineStyle";
  72. //MARK: - Arrow
  73. NSString *CArrowNoteColorKey = @"CArrowNoteColor";
  74. NSString *CArrowNoteOpacityKey = @"CArrowNoteOpacity";
  75. NSString *CArrowNoteLineWidthKey = @"CArrowNoteLineWidth";
  76. NSString *CArrowNoteInteriorColorKey = @"CArrowNoteInteriorColor";
  77. NSString *CArrowNoteInteriorOpacityKey = @"CArrowNoteInteriorOpacity";
  78. NSString *CArrowNoteLineStyleKey = @"CArrowNoteLineStyle";
  79. NSString *CArrowNoteDashPatternKey = @"CArrowNoteDashPatternKey";
  80. NSString *CArrowNoteStartStyleKey = @"CArrowNoteStartStyle";
  81. NSString *CArrowNoteEndStyleKey = @"CArrowNoteEndStyle";
  82. //MARK: - Eraser
  83. NSString *CLinkNoteTypeKey = @"CLinkNoteTypeKey";
  84. //MARK: - Form-TextField
  85. NSString *CAnnotationTextWidgetFontColorKey = @"SKAnnotationTextWidgetFontColorKey";
  86. NSString *CAnnotationTextWidgetBorderColorKey = @"CAnnotationTextWidgetBorderColor";
  87. NSString *CAnnotationTextWidgetBackgroundColorKey = @"SKAnnotationTextWidgetBackgroundColorKey";
  88. NSString *SKAnnotationTextWidgetFontNameKey = @"SKAnnotationTextWidgetFontNameKey";
  89. NSString *SKAnnotationTextWidgetFontStyleKey = @"SKAnnotationTextWidgetFontStyleKey";
  90. NSString *SKAnnotationTextWidgetFontSizeKey = @"SKAnnotationTextWidgetFontSizeKey";
  91. NSString *CAnnotationTextWidgetAlignmenKey = @"SKAnnotationTextWidgetAlignmenKey";
  92. //MARK: - Form_Checkbox
  93. NSString *CAnnotationCheckBoxWidgetCheckedKey = @"CAnnotationCheckBoxWidgetCheckedKey";
  94. NSString *CAnnotationCheckBoxWidgetColorKey = @"CAnnotationCheckBoxWidgetColorKey";
  95. NSString *CAnnotationCheckBoxWidgetBorderColorKey = @"CAnnotationCheckBoxWidgetBorderColor";
  96. NSString *CAnnotationCheckBoxWidgetBackgroundColorKey = @"SKAnnotationCheckBoxWidgetBackgroundColorKey";
  97. NSString *CAnnotationCheckBoxWidgetButtonStyleKey = @"CAnnotationCheckBoxWidgetButtonStyleKey";
  98. //MARK: - Form_Radio
  99. NSString *CAnnotationRadioButtonBoxWidgetCheckedKey = @"CAnnotationRadioButtonBoxWidgetCheckedKey";
  100. NSString *CAnnotationRadioButtonBoxWidgetColorKey = @"CAnnotationRadioButtonBoxWidgetColorKey";
  101. NSString *CAnnotationRadioButtonWidgetBackgroundColorKey = @"SKAnnotationRadioButtonWidgetBackgroundColorKey";
  102. NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey = @"CAnnotationRadioButtonBoxWidgetBorderColor";
  103. NSString *CAnnotationRadioButtonWidgetButtonStyleKey = @"CAnnotationRadioButtonWidgetButtonStyleKey";
  104. //MARK: - Form_ActionButton
  105. NSString *CAnnotationActionButtonWidgetActionTypeKey = @"CAnnotationActionButtonWidgetActionTypeKey";
  106. NSString *CAnnotationActionButtonWidgetFontColorKey = @"SKAnnotationActionButtonWidgetFontColorKey";
  107. NSString *CAnnotationActionButtonWidgetBackgroundColorKey = @"SKAnnotationActionButtonWidgetBackgroundColorKey";
  108. NSString *CAnnotationActionButtonWidgetBorderColorKey = @"CAnnotationActionButtonWidgetBorderColor";
  109. NSString *CAnnotationActionButtonWidgetFontNameKey = @"SKAnnotationActionButtonWidgetFontNameKey";
  110. NSString *CAnnotationChoiceButtonWidgetFontStyleKey = @"CAnnotationChoiceButtonWidgetFontStyleKey";
  111. NSString *CAnnotationActionButtonWidgetFontSizeKey = @"SKAnnotationActionButtonWidgetFontSizeKey";
  112. //MARK: - Form_ChoiceList
  113. NSString *CAnnotationChoiceListWidgetBorderColorKey = @"CAnnotationChoiceListWidgetBorderColor";
  114. NSString *CAnnotationChoiceListWidgetFontNameKey = @"SKAnnotationChoiceListWidgetFontNameKey";
  115. NSString *CAnnotationChoiceListWidgetFontStyleKey = @"CAnnotationChoiceListWidgetFontStyleKey";
  116. NSString *CAnnotationChoiceListWidgetFontSizeKey = @"SKAnnotationChoiceListWidgetFontSizeKey";
  117. NSString *CAnnotationChoiceListWidgetFontColorKey = @"SKAnnotationChoiceListWidgetFontColorKey";
  118. NSString *CAnnotationChoiceListWidgetBackgroundColorKey = @"SKAnnotationChoiceListWidgetBackgroundColorKey";
  119. //MARK: - Form_ChoiceDropdown
  120. NSString *CAnnotationChoiceWidgetBorderColorKey = @"CAnnotationChoiceWidgetBorderColor";
  121. NSString *CAnnotationChoiceWidgetFontNameKey = @"SKAnnotationChoiceWidgetFontNameKey";
  122. NSString *CAnnotationChoiceWidgetFontStyleKey = @"CAnnotationChoiceWidgetFontStyleKey";
  123. NSString *CAnnotationChoiceWidgetFontSizeKey = @"SKAnnotationChoiceWidgetFontSizeKey";
  124. NSString *CAnnotationChoiceWidgetFontColorKey = @"SKAnnotationChoiceWidgetFontColorKey";
  125. NSString *CAnnotationChoiceWidgetBackgroundColorKey = @"SKAnnotationChoiceWidgetBackgroundColorKey";
  126. //MARK: - Form_Sign
  127. NSString *CAnnotationSignatureWidgetLineStyleKey = @"CAnnotationSignatureWidgetLineStyle";
  128. NSString *CAnnotationSignatureWidgetLineWidthKey = @"CAnnotationSignatureWidgetLineWidth";
  129. NSString *CAnnotationSignatureWidgetBorderColorKey = @"CAnnotationSignatureWidgetBorderColor";
  130. NSString *CAnnotationSignatureWidgetBackgroundColorKey = @"CAnnotationSignatureWidgetBackgroundColor";
  131. NSString *CAnnotationSignatureWidgetBackgroundOpacityKey = @"CAnnotationSignatureWidgetBackgroundOpacity";
  132. NSString *CDefaultSignatureWidgetWidthKey = @"CDefaultSignatureWidgeWidth";
  133. NSString *CDefaultSignatureWidgeHeightKey = @"CDefaultSignatureWidgeHeight";
  134. //MARK: - Fill&Sign
  135. NSString *CAnnotationSelfSignDefaultTypeKey = @"CAnnotationSelfSignDefaultTypeKey";
  136. NSString *CAnnotationSelfSignTureColorKey = @"SKAnnotationSelfSignTureColorKey";
  137. NSString *CAnnotationSelfSignTureOpacityKey = @"CAnnotationSelfSignTureOpacity";
  138. NSString *CAnnotationSelfSignTureLineWidthKey = @"SKAnnotationSelfSignTureLineWidthKey";
  139. NSString *CAnnotationSelfSignFalseColorKey = @"SKAnnotationSelfSignFalseColorKey";
  140. NSString *CAnnotationSelfSignFalseOpacityKey = @"CAnnotationSelfSignFalseOpacity";
  141. NSString *CAnnotationSelfSignFalseLineWidthKey = @"SKAnnotationSelfSignFalseLineWidthKey";
  142. NSString *CAnnotationSelfSignCircleColorKey = @"SKAnnotationSelfSignCircleColorKey";
  143. NSString *CAnnotationSelfSignCircleOpacityKey = @"CAnnotationSelfSignCircleOpacity";
  144. NSString *CAnnotationSelfSignCircleLineWidthKey = @"SKAnnotationSelfSignCircleLineWidthKey";
  145. NSString *CAnnotationSelfSignLineColorKey = @"SKAnnotationSelfSignLineColorKey";
  146. NSString *CAnnotationSelfSignLineOpacityKey = @"CAnnotationSelfSignLineOpacity";
  147. NSString *CAnnotationSelfSignLineLineWidthKey = @"SKAnnotationSelfSignLineLineWidthKey";
  148. NSString *CAnnotationSelfSignDotColorKey = @"SKAnnotationSelfSignDotColorKey";
  149. NSString *CAnnotationSelfSignDotOpacityKey = @"CAnnotationSelfSignDotOpacity";
  150. NSString *CAnnotationSelfSignDate_TypeIndex_Key = @"CAnnotationSelfSignDate_TypeIndex_Key";
  151. NSString *CAnnotationSelfSignDate_ShowTime_Key = @"CAnnotationSelfSignDate_ShowTime_Key";
  152. NSString *CAnnotationSelfSignDate_FontName_Key = @"CAnnotationSelfSignDate_FontName_Key";
  153. NSString *CAnnotationSelfSignDate_FontStyle_Key = @"CAnnotationSelfSignDate_FontStyle_Key";
  154. NSString *CAnnotationSelfSignDate_FontSize_Key = @"CAnnotationSelfSignDate_FontSize_Key";
  155. NSString *CAnnotationSelfSignDate_FontAlign_Key = @"CAnnotationSelfSignDate_FontAlign_Key";
  156. NSString *CAnnotationSelfSignDate_FontColor_Key = @"CAnnotationSelfSignDate_FontColor_Key";
  157. NSString *CAnnotationSelfSignDate_FillColor_Key = @"CAnnotationSelfSignDate_FillColor_Key";
  158. NSString *CAnnotationSelfSignDate_Opacity_Key = @"CAnnotationSelfSignDate_Opacity_Key";
  159. //MARK: - other
  160. NSString *CDefaultNoteWidthKey = @"SKDefaultNoteWidth";
  161. NSString *CDefaultNoteHeightKey = @"SKDefaultNoteHeight";
  162. NSString *CDefaultAnchoredNoteWidthKey = @"CDefaultAnchoredNoteWidth";
  163. NSString *CDefaultAnchoredNoteHeightKey = @"CDefaultAnchoredNoteHeight";
  164. NSString *CDefaultTextFieldNoteWidthKey = @"CDefaultTextFieldNoteWidth";
  165. NSString *CDefaultTextFieldNoteHeightKey = @"CDefaultTextFieldNoteHeight";
  166. NSString *CDefaultRadioButtonNoteWidthKey = @"CDefaultRadioButtonNoteWidth";
  167. NSString *CDefaultRadioButtonNoteHeightKey = @"CDefaultRadioButtonNoteHeight";
  168. NSString *CDefaultCheckBoxNoteWidthKey = @"CDefaultCheckBoxNoteWidth";
  169. NSString *CDefaultCheckBoxNoteHeightKey = @"CDefaultCheckBoxNoteHeight";
  170. NSString *CDefaultListMenuNoteWidthKey = @"CDefaultListMenuNoteWidth";
  171. NSString *CDefaultListMenuNoteHeightKey = @"CDefaultListMenuNoteHeight";
  172. NSString *CDefaultComboBoxNoteWidthKey = @"CDefaultComboBoxNoteWidth";
  173. NSString *CDefaultComboBoxNoteHeightKey = @"CDefaultComboBoxNoteHeight";
  174. NSString *CDefaultActionButtonNoteWidthKey = @"CDefaultActionButtonNoteWidth";
  175. NSString *CDefaultActionButtonNoteHeightKey = @"CDefaultActionButtonNoteHeight";
  176. NSString *CDefaultSignatureNoteWidthKey = @"CDefaultSignatureNoteWidth";
  177. NSString *CDefaultSignatureNoteHeightKey = @"CDefaultSignatureNoteHeight";
  178. NSString *CDefaultSignFalseNoteWidthKey = @"CDefaultSignFalseNoteWidth";
  179. NSString *CDefaultSignFalseNoteHeightKey = @"CDefaultSignFalseNoteHeight";
  180. NSString *CDefaultSignTureNoteWidthKey = @"CDefaultSignTureNoteWidth";
  181. NSString *CDefaultSignTureNoteHeightKey = @"CDefaultSignTureNoteHeight";
  182. NSString *CDefaultSignCircleNoteWidthKey = @"CDefaultSignCircleNoteWidth";
  183. NSString *CDefaultSignCircleNoteHeightKey = @"CDefaultSignCircleNoteHeight";
  184. NSString *CDefaultSignLineNoteWidthKey = @"CDefaultSignLineNoteWidth";
  185. NSString *CDefaultSignLineNoteHeightKey = @"CDefaultSignLineNoteHeight";
  186. NSString *CDefaultSignDotNoteWidthKey = @"CDefaultSignDotNoteWidth";
  187. NSString *CDefaultSignDotNoteHeightKey = @"CDefaultSignDotNoteHeight";
  188. //MARK: - Redact
  189. NSString *CAnnotationRedactBorderColorKey = @"CAnnotationRedactBorderColor";
  190. NSString *CAnnotationRedactFillColorKey = @"KMPDFAnnotationRedactFillColor";
  191. NSString *CAnnotationRedactFontColorKey = @"KMPDFAnnotationRedactFontColor";
  192. NSString *CAnnotationRedactIsOverlayTextKey = @"CAnnotationRedactIsOverlayText";
  193. NSString *CAnnotationRedactOverlayStringKey = @"CAnnotationRedactOverlayString";
  194. NSString *CAnnotationRedactTextAlignmentKey = @"KMPDFAnnotationRedactTextAlignment";
  195. NSString *CAnnotationRedactFontSizeKey = @"KMPDFAnnotationRedactFontSize";
  196. //MARK: - Measure
  197. NSString *CMeasureTypeKey = @"CMeasureTypeKey";
  198. NSString *CMeasureLineFontColorKey = @"CMeasureLineFontColorKey";
  199. NSString *CMeasureLineBorderColorKey = @"CMeasureLineBorderColorKey";
  200. NSString *CMeasureLineOpacityKey = @"CMeasureLineOpacityKey";
  201. NSString *CMeasureLineStyleKey = @"CMeasureLineStyleKey";
  202. NSString *CMeasureLineWidthKey = @"CMeasureLineWidthKey";
  203. NSString *CMeasureLineDashPatternKey = @"CMeasureLineDashPatternKey";
  204. NSString *CMeasureLineStartStyleKey = @"CMeasureLineStartStyleKey";
  205. NSString *CMeasureLineEndStyleKey = @"CMeasureLineEndStyleKey";
  206. NSString *CMeasureLineFontNameKey = @"CMeasureLineFontNameKey";
  207. NSString *CMeasureLineFontStyleKey = @"CMeasureLineFontStyleKey";
  208. NSString *CMeasureLineFontSizeKey = @"CMeasureLineFontSizeKey";
  209. NSString *CMeasureMultilineFontColorKey = @"CMeasureMultilineFontColorKey";
  210. NSString *CMeasureMultilineBorderColorKey = @"CMeasureMultilineBorderColorKey";
  211. NSString *CMeasureMultilineOpacityKey = @"CMeasureMultilineOpacityKey";
  212. NSString *CMeasureMultilineLineStyleKey = @"CMeasureMultilineLineStyleKey";
  213. NSString *CMeasureMultilineLineWidthKey = @"CMeasureMultilineLineWidthKey";
  214. NSString *CMeasureMultilineDashPatternKey = @"CMeasureMultilineDashPatternKey";
  215. NSString *CMeasureMultilineStartStyleKey = @"CMeasureMultilineStartStyleKey";
  216. NSString *CMeasureMultilineEndStyleKey = @"CMeasureMultilineEndStyleKey";
  217. NSString *CMeasureMultilineFontNameKey = @"CMeasureMultilineFontNameKey";
  218. NSString *CMeasureMultilineFontStyleKey = @"CMeasureMultilineFontStyleKey";
  219. NSString *CMeasureMultilineFontSizeKey = @"CMeasureMultilineFontSizeKey";
  220. NSString *CMeasurePolygonalFontColorKey = @"CMeasurePolygonalFontColorKey";
  221. NSString *CMeasurePolygonalBorderColorKey = @"CMeasurePolygonalBorderColorKey";
  222. NSString *CMeasurePolygonalLineColorKey = @"CMeasurePolygonalLineColorKey";
  223. NSString *CMeasurePolygonalOpacityKey = @"CMeasurePolygonalOpacityKey";
  224. NSString *CMeasurePolygonalLineStyleKey = @"CMeasurePolygonalLineStyleKey";
  225. NSString *CMeasurePolygonalLineWidthKey = @"CMeasurePolygonalLineWidthKey";
  226. NSString *CMeasurePolygonalDashPatternKey = @"CMeasurePolygonalDashPatternKey";
  227. NSString *CMeasurePolygonalFontNameKey = @"CMeasurePolygonalFontNameKey";
  228. NSString *CMeasurePolygonalFontStyleKey = @"CMeasurePolygonalFontStyleKey";
  229. NSString *CMeasurePolygonalFontSizeKey = @"CMeasurePolygonalFontSizeKey";
  230. NSString *CMeasurePolygonalDisplayLengthKey = @"CMeasurePolygonalDisplayLengthKey";
  231. NSString *CMeasurePolygonalDisplayAreaKey = @"CMeasurePolygonalDisplayAreaKey";
  232. NSString *CMeasureRectanglesFontColorKey = @"CMeasureRectanglesFontColorKey";
  233. NSString *CMeasureRectanglesBorderColorKey = @"CMeasureRectanglesBorderColorKey";
  234. NSString *CMeasureRectanglesLineColorKey = @"CMeasureRectanglesLineColorKey";
  235. NSString *CMeasureRectanglesOpacityKey = @"CMeasureRectanglesOpacityKey";
  236. NSString *CMeasureRectanglesLineStyleKey = @"CMeasureRectanglesLineStyleKey";
  237. NSString *CMeasureRectanglesLineWidthKey = @"CMeasureRectanglesLineWidthKey";
  238. NSString *CMeasureRectanglesDashPatternKey = @"CMeasureRectanglesDashPatternKey";
  239. NSString *CMeasureRectanglesFontNameKey = @"CMeasureRectanglesFontNameKey";
  240. NSString *CMeasureRectanglesFontStyleKey = @"CMeasureRectanglesFontStyleKey";
  241. NSString *CMeasureRectanglesFontSizeKey = @"CMeasureRectanglesFontSizeKey";
  242. NSString *CMeasureRectanglesDisplayLengthKey = @"CMeasureRectanglesDisplayLengthKey";
  243. NSString *CMeasureRectanglesDisplayAreaKey = @"CMeasureRectanglesDisplayAreaKey";
  244. //待删除
  245. NSString *CAnnotationTextWidgetLineWidthKey = @"CAnnotationTextWidgetLineWidthKey";