CStringConstants.swift 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. //
  2. // CStringConstants.swift
  3. // ComPDFKit_Tools
  4. //
  5. // Copyright © 2014-2024 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 UIKit
  13. // Annotation
  14. let CHighlightNoteColorKey = "CHighlightNoteColor"
  15. let CHighlightNoteOpacityKey = "CHighlightNoteOpacity"
  16. let CUnderlineNoteColorKey = "CUnderlineNoteColor"
  17. let CUnderlineNoteOpacityKey = "CUnderlineNoteOpacity"
  18. let CStrikeOutNoteColorKey = "CStrikeOutNoteColor"
  19. let CStrikeOutNoteOpacityKey = "CStrikeOutNoteOpacity"
  20. let CSquigglyNoteColorKey = "CSquigglyNoteColor"
  21. let CSquigglyNoteOpacityKey = "CSquigglyNoteOpacity"
  22. let CInkNoteColorKey = "CInkNoteColor"
  23. let CInkNoteOpacityKey = "CInkNoteOpacity"
  24. let CInkNoteLineWidthKey = "CInkNoteLineWidth"
  25. let CInkNoteLineStyleyKey = "CInkNoteLineStyley"
  26. let CInkNoteDashPatternKey = "CInkNoteDashPattern"
  27. let CFreeTextNoteFontFamilyNameKey = "CFreeTextNoteFontFamilyName"
  28. let CFreeTextNoteFontNewStyleKey = "CFreeTextNoteFontNewStyle"
  29. let CFreeTextNoteFontSizeKey = "CFreeTextNoteFontSize"
  30. let CFreeTextNoteFontColorKey = "CFreeTextNoteFontColor"
  31. let CFreeTextNoteAlignmentKey = "CFreeTextNoteAlignment"
  32. let CFreeTextNoteOpacityKey = "CFreeTextNoteOpacity"
  33. let CFreeTextNoteLineStyleKey = "CFreeTextNoteLineStyle"
  34. let CFreeTextNoteLineWidthKey = "CFreeTextNoteLineWidth"
  35. let CFreeTextNoteDashPatternKey = "CFreeTextNoteDashPattern"
  36. let CAnchoredNoteColorKey = "CAnchoredNoteColor"
  37. let CAnchoredNoteOpacityKey = "CAnchoredNoteOpacity"
  38. let CAnchoredNoteIconTypeKey = "CAnchoredNoteIconType"
  39. let CCircleNoteColorKey = "CCircleNoteColor"
  40. let CCircleNoteOpacityKey = "CCircleNoteOpacity"
  41. let CCircleNoteInteriorColorKey = "CCircleNoteInteriorColor"
  42. let CCircleNoteInteriorOpacityKey = "CCircleNoteInteriorOpacity"
  43. let CCircleNoteLineWidthKey = "CCircleNoteLineWidth"
  44. let CCircleNoteLineStyleKey = "CCircleNoteLineStyle"
  45. let CCircleNoteDashPatternKey = "CCircleNoteDashPattern"
  46. let CSquareNoteColorKey = "CSquareNoteColor"
  47. let CSquareNoteOpacityKey = "CSquareNoteOpacity"
  48. let CSquareNoteInteriorColorKey = "CSquareNoteInteriorColor"
  49. let CSquareNoteInteriorOpacityKey = "CSquareNoteInteriorOpacity"
  50. let CSquareNoteLineWidthKey = "CSquareNoteLineWidth"
  51. let CSquareNoteLineStyleKey = "CSquareNoteLineStyle"
  52. let CSquareNoteDashPatternKey = "CSquareNoteDashPattern"
  53. let CLineNoteColorKey = "CLineNoteColor"
  54. let CLineNoteOpacityKey = "CLineNoteOpacity"
  55. let CLineNoteLineWidthKey = "CLineNoteLineWidth"
  56. let CLineNoteLineStyleKey = "CLineNoteLineStyle"
  57. let CLineNoteDashPatternKey = "CLineNoteDashPattern"
  58. let CArrowNoteColorKey = "CArrowNoteColor"
  59. let CArrowNoteOpacityKey = "CArrowNoteOpacity"
  60. let CArrowNoteLineWidthKey = "CArrowNoteLineWidth"
  61. let CArrowNoteLineStyleKey = "CArrowNoteLineStyle"
  62. let CArrowNoteStartStyleKey = "CArrowNoteStartStyle"
  63. let CArrowNoteEndStyleKey = "CArrowNoteEndStyle"
  64. let CLineNoteStartStyleKey = "CLineNoteStartStyle"
  65. let CLineNoteEndStyleKey = "CLineNoteEndStyle"
  66. let CArrowNoteDashPatternKey = "CArrowNoteDashPattern"
  67. // Content Editor
  68. let CPDFContentEditTextCreateFontColorKey = "CPDFContentEditTextCreateFontColor"
  69. let CPDFContentEditTextCreateFontOpacityKey = "CPDFContentEditTextCreateFontOpacity"
  70. let CPDFContentEditTextCreateFontNewNameKey = "CPDFContentEditTextCreateFontNewName"
  71. let CPDFContentEditTextCreateFontNewStyleKey = "CPDFContentEditTextCreateFontNewStyle"
  72. let CPDFContentEditTextCreateFontSizeKey = "CPDFContentEditTextCreateFontSize"
  73. let CPDFContentEditTextCreateFontAlignmentKey = "CPDFContentEditTextCreateFontAlignment"
  74. // Forms
  75. let CTextFieldInteriorColorKey = "CTextFieldInteriorColor"
  76. let CTextFieldColorKey = "CTextFieldColor"
  77. let CTextFieldLineWidthKey = "CTextFieldLineWidth"
  78. let CTextFieldFontColorKey = "CTextFieldFontColor"
  79. let CTextFieldFontSizeKey = "CTextFieldFontSize"
  80. let CTextFieldAlignmentKey = "CTextFieldAlignment"
  81. let CTextFieldFontFamilyNameKey = "CTextFieldFontFamilyName"
  82. let CTextFieldFontStyleNameKey = "CTextFieldFontStyleName"
  83. let CTextFieldIsMultilineKey = "CTextFieldIsMultiline"
  84. let CCheckBoxInteriorColorKey = "CCheckBoxInteriorColor"
  85. let CCheckBoxColorKey = "CCheckBoxColor"
  86. let CCheckBoxLineWidthKey = "CCheckBoxLineWidth"
  87. let CCheckBoxCheckedColorKey = "CCheckBoxCheckedColor"
  88. let CCheckBoxIsCheckedKey = "CCheckBoxIsChecked"
  89. let CCheckBoxCheckedStyleKey = "CCheckBoxCheckedStyle"
  90. let CRadioButtonInteriorColorKey = "CRadioButtonInteriorColor"
  91. let CRadioButtonColorKey = "CRadioButtonColor"
  92. let CRadioButtonLineWidthKey = "CRadioButtonLineWidth"
  93. let CRadioButtonCheckedColorKey = "CRadioButtonCheckedColor"
  94. let CRadioButtonIsCheckedKey = "CRadioButtonIsChecked"
  95. let CRadioButtonCheckedStyleKey = "CRadioButtonCheckedStyle"
  96. let CListBoxInteriorColorKey = "CListBoxInteriorColor"
  97. let CListBoxColorKey = "CListBoxColor"
  98. let CListBoxLineWidthKey = "CListBoxLineWidth"
  99. let CListBoxFontColorKey = "CListBoxFontColor"
  100. let CListBoxFontSizeKey = "CListBoxFontSize"
  101. let CListBoxFontFamilyNameKey = "CListBoxFontFamilyName"
  102. let CListBoxFontStyleNameKey = "CListBoxFontStyleName"
  103. let CComboBoxInteriorColorKey = "CComboBoxInteriorColor"
  104. let CComboBoxColorKey = "CComboBoxColor"
  105. let CComboBoxLineWidthKey = "CComboBoxLineWidth"
  106. let CComboBoxFontColorKey = "CComboBoxFontColor"
  107. let CComboBoxFontSizeKey = "CComboBoxFontSize"
  108. let CComboBoxFontFamilyNameKey = "CComboBoxFontFamilyName"
  109. let CComboBoxFontStyleNameKey = "CComboBoxFontStyleName"
  110. let CPushButtonInteriorColorKey = "CPushButtonInteriorColor"
  111. let CPushButtonColorKey = "CPushButtonColor"
  112. let CPushButtonLineWidthKey = "CPushButtonLineWidth"
  113. let CPushButtonFontColorKey = "CPushButtonFontColor"
  114. let CPushButtonFontSizeKey = "CPushButtonFontSize"
  115. let CPushButtonTitleKey = "CPushButtonTitle"
  116. let CPushButtonFontFamilyNameKey = "CPushButtonFontFamilyName"
  117. let CPushButtonFontStyleNameKey = "CPushButtonFontStyleName"
  118. let CSignaturesFieldsColorKey = "CSignaturesFieldsColor"
  119. let CSignaturesFieldsLineWidthKey = "CSignaturesFieldsLineWidth"
  120. let CSignaturesFieldsInteriorColorKey = "CSignaturesFieldsInteriorColor"
  121. let CSignaturesFieldsLineStyleKey = "CSignaturesFieldsLineStyle"