CStringConstants.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. //
  2. // CStringConstants.h
  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 <Cocoa/Cocoa.h>
  13. //MARK: -Markup
  14. extern NSString *CHighlightNoteColorKey;
  15. extern NSString *CHighlightNoteOpacityKey;
  16. extern NSString *CUnderlineNoteColorKey;
  17. extern NSString *CUnderlineNoteOpacityKey;
  18. extern NSString *CStrikeOutNoteColorKey;
  19. extern NSString *CStrikeOutNoteOpacityKey;
  20. extern NSString *CSquigglyNoteColorKey;
  21. extern NSString *CSquigglyNoteOpacityKey;
  22. //MARK: -Eraser
  23. extern NSString *CEraserkNoteLineWidthKey;
  24. //MARK: -Ink
  25. extern NSString *CInkNoteColorKey;
  26. extern NSString *CInkNoteOpacityKey;
  27. extern NSString *CInkNoteLineWidthKey;
  28. extern NSString *CInkNoteDashPatternKey;
  29. extern NSString *CInkNoteLineStyleKey;
  30. //MARK: -Freetext
  31. extern NSString *CFreeTextNoteFontNameKey;
  32. extern NSString *CFreeTextNoteFontStyleKey;
  33. extern NSString *CFreeTextNoteFontSizeKey;
  34. extern NSString *CFreeTextNoteFontColorKey;
  35. extern NSString *CFreeTextNoteAlignmentKey;
  36. extern NSString *CFreeTextNoteColorKey;
  37. extern NSString *CFreeTextNoteOpacityKey;
  38. extern NSString *CFreeTextNoteBorderColorKey;
  39. extern NSString *CFreeTextNoteLineStyleKey;
  40. extern NSString *CFreeTextNoteLineWidthKey;
  41. extern NSString *CFreeTextNoteDashPatternKey;
  42. //MARK: -Note
  43. extern NSString *CAnchoredNoteColorKey;
  44. extern NSString *CAnchoredNoteOpacityKey;
  45. extern NSString *CAnchoredNoteIconTypeKey;
  46. //MARK: -Circle
  47. extern NSString *CCircleNoteColorKey;
  48. extern NSString *CCircleNoteOpacityKey;
  49. extern NSString *CCircleNoteInteriorColorKey;
  50. extern NSString *CCircleNoteInteriorOpacityKey;
  51. extern NSString *CCircleNoteLineWidthKey;
  52. extern NSString *CCircleNoteLineStyleKey;
  53. extern NSString *CCircleNoteDashPatternKey;
  54. //MARK: -Square
  55. extern NSString *CSquareNoteColorKey;
  56. extern NSString *CSquareNoteOpacityKey;
  57. extern NSString *CSquareNoteInteriorColorKey;
  58. extern NSString *CSquareNoteInteriorOpacityKey;
  59. extern NSString *CSquareNoteLineWidthKey;
  60. extern NSString *CSquareNoteLineStyleKey;
  61. extern NSString *CSquareNoteDashPatternKey;
  62. //MARK: -Line
  63. extern NSString *CLineNoteColorKey;
  64. extern NSString *CLineNoteOpacityKey;
  65. extern NSString *CLineNoteLineWidthKey;
  66. extern NSString *CLineNoteLineStyleKey;
  67. extern NSString *CLineNoteInteriorColorKey;
  68. extern NSString *CLineNoteInteriorOpacityKey;
  69. extern NSString *CLineNoteDashPatternKey;
  70. extern NSString *CLineNoteStartLineStyleKey;
  71. extern NSString *CLineNoteEndLineStyleKey;
  72. //MARK: -Arrow
  73. extern NSString *CArrowNoteColorKey;
  74. extern NSString *CArrowNoteOpacityKey;
  75. extern NSString *CArrowNoteLineWidthKey;
  76. extern NSString *CArrowNoteInteriorColorKey;
  77. extern NSString *CArrowNoteInteriorOpacityKey;
  78. extern NSString *CArrowNoteDashPatternKey;
  79. extern NSString *CArrowNoteLineStyleKey;
  80. extern NSString *CArrowNoteStartStyleKey;
  81. extern NSString *CArrowNoteEndStyleKey;
  82. //MARK: -Eraser
  83. extern NSString *CLinkNoteTypeKey;
  84. //MARK: -Form_Textfield
  85. extern NSString *CAnnotationTextWidgetFontColorKey;
  86. extern NSString *CAnnotationTextWidgetBorderColorKey;
  87. extern NSString *CAnnotationTextWidgetBackgroundColorKey;
  88. extern NSString *SKAnnotationTextWidgetFontNameKey;
  89. extern NSString *SKAnnotationTextWidgetFontStyleKey;
  90. extern NSString *SKAnnotationTextWidgetFontSizeKey;
  91. extern NSString *CAnnotationTextWidgetAlignmenKey;
  92. //MARK: - Form_CheckBox
  93. extern NSString *CAnnotationCheckBoxWidgetCheckedKey;
  94. extern NSString *CAnnotationCheckBoxWidgetColorKey;
  95. extern NSString *CAnnotationCheckBoxWidgetBorderColorKey;
  96. extern NSString *CAnnotationCheckBoxWidgetBackgroundColorKey;
  97. extern NSString *CAnnotationCheckBoxWidgetButtonStyleKey;
  98. //MARK: - Form_Radio
  99. extern NSString *CAnnotationRadioButtonBoxWidgetCheckedKey;
  100. extern NSString *CAnnotationRadioButtonBoxWidgetColorKey;
  101. extern NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey;
  102. extern NSString *CAnnotationRadioButtonWidgetBackgroundColorKey;
  103. extern NSString *CAnnotationRadioButtonWidgetButtonStyleKey;
  104. //MARK: - Form_ActionButton
  105. extern NSString *CAnnotationActionButtonWidgetActionTypeKey;
  106. extern NSString *CAnnotationActionButtonWidgetBorderColorKey;
  107. extern NSString *CAnnotationActionButtonWidgetFontNameKey;
  108. extern NSString *CAnnotationChoiceButtonWidgetFontStyleKey;
  109. extern NSString *CAnnotationActionButtonWidgetFontSizeKey;
  110. extern NSString *CAnnotationActionButtonWidgetFontColorKey;
  111. extern NSString *CAnnotationActionButtonWidgetBackgroundColorKey;
  112. //MARK: - Form_ChoiceList
  113. extern NSString *CAnnotationChoiceListWidgetFontColorKey;
  114. extern NSString *CAnnotationChoiceListWidgetBorderColorKey;
  115. extern NSString *CAnnotationChoiceListWidgetBackgroundColorKey;
  116. extern NSString *CAnnotationChoiceListWidgetFontNameKey;
  117. extern NSString *CAnnotationChoiceListWidgetFontStyleKey;
  118. extern NSString *CAnnotationChoiceListWidgetFontSizeKey;
  119. //MARK: - Form_ChoiceDropdown
  120. extern NSString *CAnnotationChoiceWidgetFontColorKey;
  121. extern NSString *CAnnotationChoiceWidgetBorderColorKey;
  122. extern NSString *CAnnotationChoiceWidgetBackgroundColorKey;
  123. extern NSString *CAnnotationChoiceWidgetFontNameKey;
  124. extern NSString *CAnnotationChoiceWidgetFontStyleKey;
  125. extern NSString *CAnnotationChoiceWidgetFontSizeKey;
  126. //MARK: - Form_Sign
  127. extern NSString *CAnnotationSignatureWidgetLineStyleKey;
  128. extern NSString *CAnnotationSignatureWidgetLineWidthKey;
  129. extern NSString *CAnnotationSignatureWidgetBorderColorKey;
  130. extern NSString *CAnnotationSignatureWidgetBackgroundColorKey;
  131. extern NSString *CAnnotationSignatureWidgetBackgroundOpacityKey;
  132. extern NSString *CDefaultSignatureWidgetWidthKey;
  133. extern NSString *CDefaultSignatureWidgetHeightKey;
  134. //MARK: - Fill & Sign
  135. extern NSString *CAnnotationSelfSignDefaultTypeKey;
  136. extern NSString *CAnnotationSelfSignTureColorKey;
  137. extern NSString *CAnnotationSelfSignTureOpacityKey;
  138. extern NSString *CAnnotationSelfSignTureLineWidthKey;
  139. extern NSString *CAnnotationSelfSignFalseColorKey;
  140. extern NSString *CAnnotationSelfSignFalseOpacityKey;
  141. extern NSString *CAnnotationSelfSignFalseLineWidthKey;
  142. extern NSString *CAnnotationSelfSignCircleColorKey;
  143. extern NSString *CAnnotationSelfSignCircleOpacityKey;
  144. extern NSString *CAnnotationSelfSignCircleLineWidthKey;
  145. extern NSString *CAnnotationSelfSignLineColorKey;
  146. extern NSString *CAnnotationSelfSignLineOpacityKey;
  147. extern NSString *CAnnotationSelfSignLineLineWidthKey;
  148. extern NSString *CAnnotationSelfSignDotColorKey;
  149. extern NSString *CAnnotationSelfSignDotOpacityKey;
  150. extern NSString *CAnnotationSelfSignDate_TypeIndex_Key;
  151. extern NSString *CAnnotationSelfSignDate_ShowTime_Key;
  152. extern NSString *CAnnotationSelfSignDate_FontName_Key;
  153. extern NSString *CAnnotationSelfSignDate_FontStyle_Key;
  154. extern NSString *CAnnotationSelfSignDate_FontSize_Key;
  155. extern NSString *CAnnotationSelfSignDate_FontAlign_Key;
  156. extern NSString *CAnnotationSelfSignDate_FontColor_Key;
  157. extern NSString *CAnnotationSelfSignDate_FillColor_Key;
  158. extern NSString *CAnnotationSelfSignDate_Opacity_Key;
  159. //MARK: -
  160. extern NSString *CDefaultNoteWidthKey;
  161. extern NSString *CDefaultNoteHeightKey;
  162. extern NSString *CDefaultAnchoredNoteWidthKey;
  163. extern NSString *CDefaultAnchoredNoteHeightKey;
  164. extern NSString *CDefaultTextFieldNoteWidthKey;
  165. extern NSString *CDefaultTextFieldNoteHeightKey;
  166. extern NSString *CDefaultRadioButtonNoteWidthKey;
  167. extern NSString *CDefaultRadioButtonNoteHeightKey;
  168. extern NSString *CDefaultCheckBoxNoteWidthKey;
  169. extern NSString *CDefaultCheckBoxNoteHeightKey;
  170. extern NSString *CDefaultListMenuNoteWidthKey;
  171. extern NSString *CDefaultListMenuNoteHeightKey;
  172. extern NSString *CDefaultComboBoxNoteWidthKey;
  173. extern NSString *CDefaultComboBoxNoteHeightKey;
  174. extern NSString *CDefaultActionButtonNoteWidthKey;
  175. extern NSString *CDefaultActionButtonNoteHeightKey;
  176. extern NSString *CDefaultSignatureNoteWidthKey;
  177. extern NSString *CDefaultSignatureNoteHeightKey;
  178. extern NSString *CDefaultSignFalseNoteWidthKey;
  179. extern NSString *CDefaultSignFalseNoteHeightKey;
  180. extern NSString *CDefaultSignTureNoteWidthKey;
  181. extern NSString *CDefaultSignTureNoteHeightKey;
  182. extern NSString *CDefaultSignCircleNoteWidthKey;
  183. extern NSString *CDefaultSignCircleNoteHeightKey;
  184. extern NSString *CDefaultSignLineNoteWidthKey;
  185. extern NSString *CDefaultSignLineNoteHeightKey;
  186. extern NSString *CDefaultSignDotNoteWidthKey;
  187. extern NSString *CDefaultSignDotNoteHeightKey;
  188. //Redact
  189. extern NSString *CAnnotationRedactBorderColorKey;
  190. extern NSString *CAnnotationRedactFillColorKey;
  191. extern NSString *CAnnotationRedactFontColorKey;
  192. extern NSString *CAnnotationRedactIsOverlayTextKey;
  193. extern NSString *CAnnotationRedactOverlayStringKey;
  194. extern NSString *CAnnotationRedactTextAlignmentKey;
  195. extern NSString *CAnnotationRedactFontSizeKey;
  196. // Measure
  197. extern NSString *CMeasureTypeKey;
  198. extern NSString *CMeasureLineFontColorKey;
  199. extern NSString *CMeasureLineBorderColorKey;
  200. extern NSString *CMeasureLineOpacityKey;
  201. extern NSString *CMeasureLineStyleKey;
  202. extern NSString *CMeasureLineWidthKey;
  203. extern NSString *CMeasureLineDashPatternKey;
  204. extern NSString *CMeasureLineStartStyleKey;
  205. extern NSString *CMeasureLineEndStyleKey;
  206. extern NSString *CMeasureLineFontNameKey;
  207. extern NSString *CMeasureLineFontStyleKey;
  208. extern NSString *CMeasureLineFontSizeKey;
  209. extern NSString *CMeasureMultilineFontColorKey;
  210. extern NSString *CMeasureMultilineBorderColorKey;
  211. extern NSString *CMeasureMultilineOpacityKey;
  212. extern NSString *CMeasureMultilineLineStyleKey;
  213. extern NSString *CMeasureMultilineLineWidthKey;
  214. extern NSString *CMeasureMultilineDashPatternKey;
  215. extern NSString *CMeasureMultilineStartStyleKey;
  216. extern NSString *CMeasureMultilineEndStyleKey;
  217. extern NSString *CMeasureMultilineFontNameKey;
  218. extern NSString *CMeasureMultilineFontStyleKey;
  219. extern NSString *CMeasureMultilineFontSizeKey;
  220. extern NSString *CMeasurePolygonalFontColorKey;
  221. extern NSString *CMeasurePolygonalBorderColorKey;
  222. extern NSString *CMeasurePolygonalLineColorKey;
  223. extern NSString *CMeasurePolygonalOpacityKey;
  224. extern NSString *CMeasurePolygonalLineStyleKey;
  225. extern NSString *CMeasurePolygonalLineWidthKey;
  226. extern NSString *CMeasurePolygonalDashPatternKey;
  227. extern NSString *CMeasurePolygonalFontNameKey;
  228. extern NSString *CMeasurePolygonalFontStyleKey;
  229. extern NSString *CMeasurePolygonalFontSizeKey;
  230. extern NSString *CMeasurePolygonalDisplayLengthKey;
  231. extern NSString *CMeasurePolygonalDisplayAreaKey;
  232. extern NSString *CMeasureRectanglesFontColorKey;
  233. extern NSString *CMeasureRectanglesBorderColorKey;
  234. extern NSString *CMeasureRectanglesLineColorKey;
  235. extern NSString *CMeasureRectanglesOpacityKey;
  236. extern NSString *CMeasureRectanglesLineStyleKey;
  237. extern NSString *CMeasureRectanglesLineWidthKey;
  238. extern NSString *CMeasureRectanglesDashPatternKey;
  239. extern NSString *CMeasureRectanglesFontNameKey;
  240. extern NSString *CMeasureRectanglesFontStyleKey;
  241. extern NSString *CMeasureRectanglesFontSizeKey;
  242. extern NSString *CMeasureRectanglesDisplayLengthKey;
  243. extern NSString *CMeasureRectanglesDisplayAreaKey;
  244. //MARK: -待删除项
  245. extern NSString *CAnnotationTextWidgetLineWidthKey;