CStringConstants.m 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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. NSString *CHighlightNoteColorKey = @"SKHighlightNoteColor";
  14. NSString *CHighlightNoteOpacityKey = @"CHighlightNoteOpacity";
  15. NSString *CUnderlineNoteColorKey = @"SKUnderlineNoteColor";
  16. NSString *CUnderlineNoteOpacityKey = @"CUnderlineNoteOpacity";
  17. NSString *CStrikeOutNoteColorKey = @"SKStrikeOutNoteColor";
  18. NSString *CStrikeOutNoteOpacityKey = @"CStrikeOutNoteOpacity";
  19. NSString *CInkNoteColorKey = @"SKInkNoteColor";
  20. NSString *CInkNoteOpacityKey = @"CInkNoteOpacity";
  21. NSString *CInkNoteLineWidthKey = @"SKInkNoteLineWidth";
  22. NSString *CEraserkNoteLineWidthKey = @"CEraserkNoteLineWidth";
  23. NSString *CInkNoteLineStyleyKey = @"CInkNoteLineStyley";
  24. NSString *CInkNoteDashPatternKey = @"SKInkNoteDashPattern";
  25. NSString *CInkNoteLineStyleKey = @"SKInkNoteLineStyle";
  26. NSString *CFreeTextNoteFontNameKey = @"SKFreeTextNoteFontName";
  27. NSString *CFreeTextNoteFontSizeKey = @"SKFreeTextNoteFontSize";
  28. NSString *CFreeTextNoteFontColorKey = @"SKFreeTextNoteFontColor";
  29. NSString *CFreeTextNoteAlignmentKey = @"SKFreeTextNoteAlignment";
  30. NSString *CFreeTextNoteColorKey = @"SKFreeTextNoteColor";
  31. NSString *CFreeTextNoteOpacityKey = @"CFreeTextNoteOpacity";
  32. NSString *CFreeTextNoteBorderColorKey = @"CFreeTextNoteBorderColor";
  33. NSString *CFreeTextNoteLineStyleKey = @"SKFreeTextNoteLineStyle";
  34. NSString *CFreeTextNoteLineWidthKey = @"SKFreeTextNoteLineWidth";
  35. NSString *CFreeTextNoteDashPatternKey = @"SKFreeTextNoteDashPattern";
  36. NSString *CAnchoredNoteColorKey = @"SKAnchoredNoteColor";
  37. NSString *CAnchoredNoteOpacityKey = @"CAnchoredNoteOpacity";
  38. NSString *CAnchoredNoteIconTypeKey = @"SKAnchoredNoteIconType";
  39. NSString *CCircleNoteColorKey = @"SKCircleNoteColor";
  40. NSString *CCircleNoteOpacityKey = @"CCircleNoteOpacity";
  41. NSString *CCircleNoteInteriorColorKey = @"SKCircleNoteInteriorColor";
  42. NSString *CCircleNoteInteriorOpacityKey = @"CCircleNoteInteriorOpacity";
  43. NSString *CCircleNoteLineWidthKey = @"SKCircleNoteLineWidth";
  44. NSString *CCircleNoteLineStyleKey = @"SKCircleNoteLineStyle";
  45. NSString *CCircleNoteDashPatternKey = @"SKCircleNoteDashPattern";
  46. NSString *CSquareNoteColorKey = @"SKSquareNoteColor";
  47. NSString *CSquareNoteOpacityKey = @"CSquareNoteOpacity";
  48. NSString *CSquareNoteInteriorColorKey = @"SKSquareNoteInteriorColor";
  49. NSString *CSquareNoteInteriorOpacityKey = @"CSquareNoteInteriorOpacity";
  50. NSString *CSquareNoteLineWidthKey = @"SKSquareNoteLineWidth";
  51. NSString *CSquareNoteLineStyleKey = @"SKSquareNoteLineStyle";
  52. NSString *CSquareNoteDashPatternKey = @"SKSquareNoteDashPattern";
  53. NSString *CLineNoteColorKey = @"SKLineNoteColor";
  54. NSString *CLineNoteOpacityKey = @"CLineNoteOpacity";
  55. NSString *CLineNoteLineWidthKey = @"SKLineNoteLineWidth";
  56. NSString *CLineNoteLineStyleKey = @"SKLineNoteLineStyle";
  57. NSString *CLineNoteInteriorColorKey = @"SKLineNoteInteriorColor";
  58. NSString *CLineNoteInteriorOpacityKey = @"CLineNoteInteriorOpacity";
  59. NSString *CLineNoteDashPatternKey = @"SKLineNoteDashPattern";
  60. NSString *CLineNoteStartLineStyleKey = @"SKLineNoteStartLineStyle";
  61. NSString *CLineNoteEndLineStyleKey = @"SKLineNoteEndLineStyle";
  62. NSString *CArrowNoteColorKey = @"CArrowNoteColor";
  63. NSString *CArrowNoteOpacityKey = @"CArrowNoteOpacity";
  64. NSString *CArrowNoteLineWidthKey = @"CArrowNoteLineWidth";
  65. NSString *CArrowNoteInteriorColorKey = @"CArrowNoteInteriorColor";
  66. NSString *CArrowNoteInteriorOpacityKey = @"CArrowNoteInteriorOpacity";
  67. NSString *CArrowNoteLineStyleKey = @"CArrowNoteLineStyle";
  68. NSString *CArrowNoteStartStyleKey = @"CArrowNoteStartStyle";
  69. NSString *CArrowNoteEndStyleKey = @"CArrowNoteEndStyle";
  70. //Form
  71. NSString *CAnnotationTextWidgetLineStyleKey = @"CAnnotationTextWidgetLineStyle";
  72. NSString *CAnnotationTextWidgetLineWidthKey = @"CAnnotationTextWidgetLineWidthKey";
  73. NSString *CAnnotationTextWidgetBorderColorKey = @"CAnnotationTextWidgetBorderColor";
  74. NSString *SKAnnotationTextWidgetFontNameKey = @"SKAnnotationTextWidgetFontNameKey";
  75. NSString *SKAnnotationTextWidgetFontSizeKey = @"SKAnnotationTextWidgetFontSizeKey";
  76. NSString *CAnnotationTextWidgetFontColorKey = @"SKAnnotationTextWidgetFontColorKey";
  77. NSString *CAnnotationTextWidgetAlignmenKey = @"SKAnnotationTextWidgetAlignmenKey";
  78. NSString *CAnnotationTextWidgetBackgroundColorKey = @"SKAnnotationTextWidgetBackgroundColorKey";
  79. NSString *CAnnotationTextWidgetBackgroundOpacityKey = @"CAnnotationTextWidgetBackgroundOpacity";
  80. NSString *CAnnotationTextWidgetMultilineKey = @"SKAnnotationTextMultilineKey";
  81. NSString *CDefaultTextWidgetWidthKey = @"CDefaultTextWidgetWidth";
  82. NSString *CDefaultTextWidgetHeightKey = @"CDefaultTextWidgetHeight";
  83. NSString *CAnnotationCheckBoxWidgetLineStyleKey = @"CAnnotationCheckBoxWidgetLineStyle";
  84. NSString *CAnnotationCheckBoxWidgetLineWidthKey = @"CAnnotationCheckBoxWidgetLineWidth";
  85. NSString *CAnnotationCheckBoxWidgetBorderColorKey = @"CAnnotationCheckBoxWidgetBorderColor";
  86. NSString *CAnnotationCheckBoxWidgetBackgroundColorKey = @"SKAnnotationCheckBoxWidgetBackgroundColorKey";
  87. NSString *CAnnotationCheckBoxWidgetBackgroundOpacityKey = @"CAnnotationCheckBoxWidgetBackgroundOpacity";
  88. NSString *CAnnotationRadioButtonBoxWidgetLineStyleKey = @"CAnnotationRadioButtonBoxWidgetLineStyle";
  89. NSString *CAnnotationRadioButtonBoxWidgetLineWidthKey = @"CAnnotationRadioButtonBoxWidgetLineWidth";
  90. NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey = @"CAnnotationRadioButtonBoxWidgetBorderColor";
  91. NSString *CAnnotationRadioButtonWidgetBackgroundColorKey = @"SKAnnotationRadioButtonWidgetBackgroundColorKey";
  92. NSString *CAnnotationRadioButtonWidgetBackgroundOpacityKey = @"CAnnotationRadioButtonWidgetBackgroundOpacity";
  93. NSString *CDefaultRadioButtonWidgetWidthKey = @"CDefaultRadioButtonWidgetWidth";
  94. NSString *CDefaultRadioButtonWidgetHeightKey = @"CDefaultRadioButtonWidgetHeight";
  95. NSString *CAnnotationRadioButtonWidgetFontNameKey = @"SKAnnotationRadioButtonWidgetFontNameKey";
  96. NSString *CAnnotationChoiceListWidgetLineStyleKey = @"CAnnotationChoiceListWidgetLineStyle";
  97. NSString *CAnnotationChoiceListWidgetLineWidthKey = @"CAnnotationChoiceListWidgetLineWidth";
  98. NSString *CAnnotationChoiceListWidgetBorderColorKey = @"CAnnotationChoiceListWidgetBorderColor";
  99. NSString *CAnnotationChoiceListWidgetFontNameKey = @"SKAnnotationChoiceListWidgetFontNameKey";
  100. NSString *CAnnotationChoiceListWidgetFontSizeKey = @"SKAnnotationChoiceListWidgetFontSizeKey";
  101. NSString *CAnnotationChoiceListWidgetFontColorKey = @"SKAnnotationChoiceListWidgetFontColorKey";
  102. NSString *CAnnotationChoiceListWidgetBackgroundColorKey = @"SKAnnotationChoiceListWidgetBackgroundColorKey";
  103. NSString *CAnnotationChoiceListWidgetBackgroundOpacityKey = @"CAnnotationChoiceListWidgetBackgroundOpacity";
  104. NSString *CDefaultChoiceListWidgetWidthKey = @"CDefaultChoiceListWidgetWidth";
  105. NSString *CDefaultChoiceListWidgetHeightKey = @"CDefaultChoiceListWidgetHeight";
  106. NSString *CAnnotationChoiceWidgetLineStyleKey = @"CAnnotationChoiceWidgetLineStyle";
  107. NSString *CAnnotationChoiceWidgetLineWidthKey = @"CAnnotationChoiceWidgetLineWidth";
  108. NSString *CAnnotationChoiceWidgetBorderColorKey = @"CAnnotationChoiceWidgetBorderColor";
  109. NSString *CAnnotationChoiceWidgetFontNameKey = @"SKAnnotationChoiceWidgetFontNameKey";
  110. NSString *CAnnotationChoiceWidgetFontSizeKey = @"SKAnnotationChoiceWidgetFontSizeKey";
  111. NSString *CAnnotationChoiceWidgetFontColorKey = @"SKAnnotationChoiceWidgetFontColorKey";
  112. NSString *CAnnotationChoiceWidgetBackgroundColorKey = @"SKAnnotationChoiceWidgetBackgroundColorKey";
  113. NSString *CAnnotationChoiceWidgetBackgroundOpacityKey = @"CAnnotationChoiceWidgetBackgroundOpacity";
  114. NSString *CDefaultChoiceWidgetWidthKey = @"CDefaultChoiceWidgetWidth";
  115. NSString *CDefaultChoiceWidgetHeightKey = @"CDefaultChoiceWidgetHeight";
  116. NSString *CAnnotationActionButtonWidgetLineStyleKey = @"CAnnotationActionButtonWidgetLineStyle";
  117. NSString *CAnnotationActionButtonWidgetLineWidthKey = @"CAnnotationActionButtonWidgetLineWidth";
  118. NSString *CAnnotationActionButtonWidgetBorderColorKey = @"CAnnotationActionButtonWidgetBorderColor";
  119. NSString *CAnnotationActionButtonWidgetFontNameKey = @"SKAnnotationActionButtonWidgetFontNameKey";
  120. NSString *CAnnotationActionButtonWidgetFontSizeKey = @"SKAnnotationActionButtonWidgetFontSizeKey";
  121. NSString *CAnnotationActionButtonWidgetFontColorKey = @"SKAnnotationActionButtonWidgetFontColorKey";
  122. NSString *CAnnotationActionButtonWidgetBackgroundColorKey = @"SKAnnotationActionButtonWidgetBackgroundColorKey";
  123. NSString *CAnnotationActionButtonWidgetBackgroundOpacityKey = @"CAnnotationActionButtonWidgetBackgroundOpacity";
  124. NSString *CDefaultActionButtonWidgetWidthKey = @"CDefaultActionButtonWidgetWidth";
  125. NSString *CDefaultActionButtonWidgetHeightKey = @"CDefaultActionButtonWidgetHeight";
  126. NSString *CAnnotationSignatureWidgetLineStyleKey = @"CAnnotationSignatureWidgetLineStyle";
  127. NSString *CAnnotationSignatureWidgetLineWidthKey = @"CAnnotationSignatureWidgetLineWidth";
  128. NSString *CAnnotationSignatureWidgetBorderColorKey = @"CAnnotationSignatureWidgetBorderColor";
  129. NSString *CAnnotationSignatureWidgetBackgroundColorKey = @"CAnnotationSignatureWidgetBackgroundColor";
  130. NSString *CAnnotationSignatureWidgetBackgroundOpacityKey = @"CAnnotationSignatureWidgetBackgroundOpacity";
  131. NSString *CDefaultSignatureWidgetWidthKey = @"CDefaultSignatureWidgeWidth";
  132. NSString *CDefaultSignatureWidgeHeightKey = @"CDefaultSignatureWidgeHeight";
  133. //Fill & Sign
  134. NSString *CAnnotationSelfSignTureColorKey = @"SKAnnotationSelfSignTureColorKey";
  135. NSString *CAnnotationSelfSignTureOpacityKey = @"CAnnotationSelfSignTureOpacity";
  136. NSString *CAnnotationSelfSignTureLineWidthKey = @"SKAnnotationSelfSignTureLineWidthKey";
  137. NSString *CAnnotationSelfSignFalseColorKey = @"SKAnnotationSelfSignFalseColorKey";
  138. NSString *CAnnotationSelfSignFalseOpacityKey = @"CAnnotationSelfSignFalseOpacity";
  139. NSString *CAnnotationSelfSignFalseLineWidthKey = @"SKAnnotationSelfSignFalseLineWidthKey";
  140. NSString *CAnnotationSelfSignCircleColorKey = @"SKAnnotationSelfSignCircleColorKey";
  141. NSString *CAnnotationSelfSignCircleOpacityKey = @"CAnnotationSelfSignCircleOpacity";
  142. NSString *CAnnotationSelfSignCircleLineWidthKey = @"SKAnnotationSelfSignCircleLineWidthKey";
  143. NSString *CAnnotationSelfSignLineColorKey = @"SKAnnotationSelfSignLineColorKey";
  144. NSString *CAnnotationSelfSignLineOpacityKey = @"CAnnotationSelfSignLineOpacity";
  145. NSString *CAnnotationSelfSignLineLineWidthKey = @"SKAnnotationSelfSignLineLineWidthKey";
  146. NSString *CAnnotationSelfSignDotColorKey = @"SKAnnotationSelfSignDotColorKey";
  147. NSString *CAnnotationSelfSignDotOpacityKey = @"CAnnotationSelfSignDotOpacity";
  148. NSString *CAnnotationSelfSignDateFormatterKey = @"SKAnnotationSelfSignDateFormatterKey";
  149. NSString *CAnnotationSelfSignDateFormatterIncludeTimeKey = @"SKAnnotationSelfSignDateFormatterIncludeTimeKey";
  150. NSString *CDefaultNoteWidthKey = @"SKDefaultNoteWidth";
  151. NSString *CDefaultNoteHeightKey = @"SKDefaultNoteHeight";
  152. NSString *CDefaultAnchoredNoteWidthKey = @"CDefaultAnchoredNoteWidth";
  153. NSString *CDefaultAnchoredNoteHeightKey = @"CDefaultAnchoredNoteHeight";
  154. NSString *CDefaultTextFieldNoteWidthKey = @"CDefaultTextFieldNoteWidth";
  155. NSString *CDefaultTextFieldNoteHeightKey = @"CDefaultTextFieldNoteHeight";
  156. NSString *CDefaultRadioButtonNoteWidthKey = @"CDefaultRadioButtonNoteWidth";
  157. NSString *CDefaultRadioButtonNoteHeightKey = @"CDefaultRadioButtonNoteHeight";
  158. NSString *CDefaultCheckBoxNoteWidthKey = @"CDefaultCheckBoxNoteWidth";
  159. NSString *CDefaultCheckBoxNoteHeightKey = @"CDefaultCheckBoxNoteHeight";
  160. NSString *CDefaultListMenuNoteWidthKey = @"CDefaultListMenuNoteWidth";
  161. NSString *CDefaultListMenuNoteHeightKey = @"CDefaultListMenuNoteHeight";
  162. NSString *CDefaultComboBoxNoteWidthKey = @"CDefaultComboBoxNoteWidth";
  163. NSString *CDefaultComboBoxNoteHeightKey = @"CDefaultComboBoxNoteHeight";
  164. NSString *CDefaultActionButtonNoteWidthKey = @"CDefaultActionButtonNoteWidth";
  165. NSString *CDefaultActionButtonNoteHeightKey = @"CDefaultActionButtonNoteHeight";
  166. NSString *CDefaultSignatureNoteWidthKey = @"CDefaultSignatureNoteWidth";
  167. NSString *CDefaultSignatureNoteHeightKey = @"CDefaultSignatureNoteHeight";
  168. NSString *CDefaultSignFalseNoteWidthKey = @"CDefaultSignFalseNoteWidth";
  169. NSString *CDefaultSignFalseNoteHeightKey = @"CDefaultSignFalseNoteHeight";
  170. NSString *CDefaultSignTureNoteWidthKey = @"CDefaultSignTureNoteWidth";
  171. NSString *CDefaultSignTureNoteHeightKey = @"CDefaultSignTureNoteHeight";
  172. NSString *CDefaultSignCircleNoteWidthKey = @"CDefaultSignCircleNoteWidth";
  173. NSString *CDefaultSignCircleNoteHeightKey = @"CDefaultSignCircleNoteHeight";
  174. NSString *CDefaultSignLineNoteWidthKey = @"CDefaultSignLineNoteWidth";
  175. NSString *CDefaultSignLineNoteHeightKey = @"CDefaultSignLineNoteHeight";
  176. NSString *CDefaultSignDotNoteWidthKey = @"CDefaultSignDotNoteWidth";
  177. NSString *CDefaultSignDotNoteHeightKey = @"CDefaultSignDotNoteHeight";
  178. //Redact
  179. NSString *CAnnotationRedactBorderColorKey = @"CAnnotationRedactBorderColor";
  180. NSString *CAnnotationRedactFillColorKey = @"KMPDFAnnotationRedactFillColor";
  181. NSString *CAnnotationRedactFontColorKey = @"KMPDFAnnotationRedactFontColor";
  182. NSString *CAnnotationRedactIsOverlayTextKey = @"CAnnotationRedactIsOverlayText";
  183. NSString *CAnnotationRedactTextAlignmentKey = @"KMPDFAnnotationRedactTextAlignment";
  184. NSString *CAnnotationRedactFontSizeKey = @"KMPDFAnnotationRedactFontSize";
  185. NSString *CAnnotationRedactOverlayStringKey = @"CAnnotationRedactOverlayString";