123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- //
- // CStringConstants.swift
- // ComPDFKit_Tools
- //
- // Copyright © 2014-2024 PDF Technologies, Inc. All Rights Reserved.
- //
- // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
- // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE ComPDFKit LICENSE AGREEMENT.
- // UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
- // This notice may not be removed from this file.
- //
- import UIKit
- // Annotation
- let CHighlightNoteColorKey = "CHighlightNoteColor"
- let CHighlightNoteOpacityKey = "CHighlightNoteOpacity"
- let CUnderlineNoteColorKey = "CUnderlineNoteColor"
- let CUnderlineNoteOpacityKey = "CUnderlineNoteOpacity"
- let CStrikeOutNoteColorKey = "CStrikeOutNoteColor"
- let CStrikeOutNoteOpacityKey = "CStrikeOutNoteOpacity"
- let CSquigglyNoteColorKey = "CSquigglyNoteColor"
- let CSquigglyNoteOpacityKey = "CSquigglyNoteOpacity"
- let CInkNoteColorKey = "CInkNoteColor"
- let CInkNoteOpacityKey = "CInkNoteOpacity"
- let CInkNoteLineWidthKey = "CInkNoteLineWidth"
- let CInkNoteLineStyleyKey = "CInkNoteLineStyley"
- let CInkNoteDashPatternKey = "CInkNoteDashPattern"
- let CFreeTextNoteFontFamilyNameKey = "CFreeTextNoteFontFamilyName"
- let CFreeTextNoteFontNewStyleKey = "CFreeTextNoteFontNewStyle"
- let CFreeTextNoteFontSizeKey = "CFreeTextNoteFontSize"
- let CFreeTextNoteFontColorKey = "CFreeTextNoteFontColor"
- let CFreeTextNoteAlignmentKey = "CFreeTextNoteAlignment"
- let CFreeTextNoteOpacityKey = "CFreeTextNoteOpacity"
- let CFreeTextNoteLineStyleKey = "CFreeTextNoteLineStyle"
- let CFreeTextNoteLineWidthKey = "CFreeTextNoteLineWidth"
- let CFreeTextNoteDashPatternKey = "CFreeTextNoteDashPattern"
- let CAnchoredNoteColorKey = "CAnchoredNoteColor"
- let CAnchoredNoteOpacityKey = "CAnchoredNoteOpacity"
- let CAnchoredNoteIconTypeKey = "CAnchoredNoteIconType"
- let CCircleNoteColorKey = "CCircleNoteColor"
- let CCircleNoteOpacityKey = "CCircleNoteOpacity"
- let CCircleNoteInteriorColorKey = "CCircleNoteInteriorColor"
- let CCircleNoteInteriorOpacityKey = "CCircleNoteInteriorOpacity"
- let CCircleNoteLineWidthKey = "CCircleNoteLineWidth"
- let CCircleNoteLineStyleKey = "CCircleNoteLineStyle"
- let CCircleNoteDashPatternKey = "CCircleNoteDashPattern"
- let CSquareNoteColorKey = "CSquareNoteColor"
- let CSquareNoteOpacityKey = "CSquareNoteOpacity"
- let CSquareNoteInteriorColorKey = "CSquareNoteInteriorColor"
- let CSquareNoteInteriorOpacityKey = "CSquareNoteInteriorOpacity"
- let CSquareNoteLineWidthKey = "CSquareNoteLineWidth"
- let CSquareNoteLineStyleKey = "CSquareNoteLineStyle"
- let CSquareNoteDashPatternKey = "CSquareNoteDashPattern"
- let CLineNoteColorKey = "CLineNoteColor"
- let CLineNoteOpacityKey = "CLineNoteOpacity"
- let CLineNoteLineWidthKey = "CLineNoteLineWidth"
- let CLineNoteLineStyleKey = "CLineNoteLineStyle"
- let CLineNoteDashPatternKey = "CLineNoteDashPattern"
- let CArrowNoteColorKey = "CArrowNoteColor"
- let CArrowNoteOpacityKey = "CArrowNoteOpacity"
- let CArrowNoteLineWidthKey = "CArrowNoteLineWidth"
- let CArrowNoteLineStyleKey = "CArrowNoteLineStyle"
- let CArrowNoteStartStyleKey = "CArrowNoteStartStyle"
- let CArrowNoteEndStyleKey = "CArrowNoteEndStyle"
- let CLineNoteStartStyleKey = "CLineNoteStartStyle"
- let CLineNoteEndStyleKey = "CLineNoteEndStyle"
- let CArrowNoteDashPatternKey = "CArrowNoteDashPattern"
- // Content Editor
- let CPDFContentEditTextCreateFontColorKey = "CPDFContentEditTextCreateFontColor"
- let CPDFContentEditTextCreateFontOpacityKey = "CPDFContentEditTextCreateFontOpacity"
- let CPDFContentEditTextCreateFontNewNameKey = "CPDFContentEditTextCreateFontNewName"
- let CPDFContentEditTextCreateFontNewStyleKey = "CPDFContentEditTextCreateFontNewStyle"
- let CPDFContentEditTextCreateFontSizeKey = "CPDFContentEditTextCreateFontSize"
- let CPDFContentEditTextCreateFontAlignmentKey = "CPDFContentEditTextCreateFontAlignment"
- // Forms
- let CTextFieldInteriorColorKey = "CTextFieldInteriorColor"
- let CTextFieldColorKey = "CTextFieldColor"
- let CTextFieldLineWidthKey = "CTextFieldLineWidth"
- let CTextFieldFontColorKey = "CTextFieldFontColor"
- let CTextFieldFontSizeKey = "CTextFieldFontSize"
- let CTextFieldAlignmentKey = "CTextFieldAlignment"
- let CTextFieldFontFamilyNameKey = "CTextFieldFontFamilyName"
- let CTextFieldFontStyleNameKey = "CTextFieldFontStyleName"
- let CTextFieldIsMultilineKey = "CTextFieldIsMultiline"
- let CCheckBoxInteriorColorKey = "CCheckBoxInteriorColor"
- let CCheckBoxColorKey = "CCheckBoxColor"
- let CCheckBoxLineWidthKey = "CCheckBoxLineWidth"
- let CCheckBoxCheckedColorKey = "CCheckBoxCheckedColor"
- let CCheckBoxIsCheckedKey = "CCheckBoxIsChecked"
- let CCheckBoxCheckedStyleKey = "CCheckBoxCheckedStyle"
- let CRadioButtonInteriorColorKey = "CRadioButtonInteriorColor"
- let CRadioButtonColorKey = "CRadioButtonColor"
- let CRadioButtonLineWidthKey = "CRadioButtonLineWidth"
- let CRadioButtonCheckedColorKey = "CRadioButtonCheckedColor"
- let CRadioButtonIsCheckedKey = "CRadioButtonIsChecked"
- let CRadioButtonCheckedStyleKey = "CRadioButtonCheckedStyle"
- let CListBoxInteriorColorKey = "CListBoxInteriorColor"
- let CListBoxColorKey = "CListBoxColor"
- let CListBoxLineWidthKey = "CListBoxLineWidth"
- let CListBoxFontColorKey = "CListBoxFontColor"
- let CListBoxFontSizeKey = "CListBoxFontSize"
- let CListBoxFontFamilyNameKey = "CListBoxFontFamilyName"
- let CListBoxFontStyleNameKey = "CListBoxFontStyleName"
- let CComboBoxInteriorColorKey = "CComboBoxInteriorColor"
- let CComboBoxColorKey = "CComboBoxColor"
- let CComboBoxLineWidthKey = "CComboBoxLineWidth"
- let CComboBoxFontColorKey = "CComboBoxFontColor"
- let CComboBoxFontSizeKey = "CComboBoxFontSize"
- let CComboBoxFontFamilyNameKey = "CComboBoxFontFamilyName"
- let CComboBoxFontStyleNameKey = "CComboBoxFontStyleName"
- let CPushButtonInteriorColorKey = "CPushButtonInteriorColor"
- let CPushButtonColorKey = "CPushButtonColor"
- let CPushButtonLineWidthKey = "CPushButtonLineWidth"
- let CPushButtonFontColorKey = "CPushButtonFontColor"
- let CPushButtonFontSizeKey = "CPushButtonFontSize"
- let CPushButtonTitleKey = "CPushButtonTitle"
- let CPushButtonFontFamilyNameKey = "CPushButtonFontFamilyName"
- let CPushButtonFontStyleNameKey = "CPushButtonFontStyleName"
- let CSignaturesFieldsColorKey = "CSignaturesFieldsColor"
- let CSignaturesFieldsLineWidthKey = "CSignaturesFieldsLineWidth"
- let CSignaturesFieldsInteriorColorKey = "CSignaturesFieldsInteriorColor"
- let CSignaturesFieldsLineStyleKey = "CSignaturesFieldsLineStyle"
|