123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- //
- // CStringConstants.m
- // ComPDFKit
- //
- // Copyright © 2014-2022 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 "CStringConstants.h"
- //MARK: - Markup
- NSString *CHighlightNoteColorKey = @"SKHighlightNoteColor";
- NSString *CHighlightNoteOpacityKey = @"CHighlightNoteOpacity";
- NSString *CUnderlineNoteColorKey = @"SKUnderlineNoteColor";
- NSString *CUnderlineNoteOpacityKey = @"CUnderlineNoteOpacity";
- NSString *CStrikeOutNoteColorKey = @"SKStrikeOutNoteColor";
- NSString *CStrikeOutNoteOpacityKey = @"CStrikeOutNoteOpacity";
- NSString *CSquigglyNoteColorKey = @"SKSquigglyNoteColor";
- NSString *CSquigglyNoteOpacityKey = @"SKSquigglyNoteOpacity";
- //MARK: - Ink
- NSString *CInkNoteColorKey = @"SKInkNoteColor";
- NSString *CInkNoteOpacityKey = @"CInkNoteOpacity";
- NSString *CInkNoteLineWidthKey = @"SKInkNoteLineWidth";
- NSString *CInkNoteLineStyleKey = @"SKInkNoteLineStyle";
- NSString *CInkNoteDashPatternKey = @"SKInkNoteDashPattern";
- //MARK: - Eraser
- NSString *CEraserkNoteLineWidthKey = @"CEraserkNoteLineWidth";
- //MARK: - FreeText
- NSString *CFreeTextNoteFontNameKey = @"SKFreeTextNoteFontName";
- NSString *CFreeTextNoteFontStyleKey = @"CFreeTextNoteFontStyleKey";
- NSString *CFreeTextNoteFontSizeKey = @"SKFreeTextNoteFontSize";
- NSString *CFreeTextNoteFontColorKey = @"SKFreeTextNoteFontColor";
- NSString *CFreeTextNoteAlignmentKey = @"SKFreeTextNoteAlignment";
- NSString *CFreeTextNoteColorKey = @"SKFreeTextNoteColor";
- NSString *CFreeTextNoteOpacityKey = @"CFreeTextNoteOpacity";
- NSString *CFreeTextNoteBorderColorKey = @"CFreeTextNoteBorderColor";
- NSString *CFreeTextNoteLineStyleKey = @"SKFreeTextNoteLineStyle";
- NSString *CFreeTextNoteLineWidthKey = @"SKFreeTextNoteLineWidth";
- NSString *CFreeTextNoteDashPatternKey = @"SKFreeTextNoteDashPattern";
- //MARK: - Note
- NSString *CAnchoredNoteColorKey = @"SKAnchoredNoteColor";
- NSString *CAnchoredNoteOpacityKey = @"CAnchoredNoteOpacity";
- NSString *CAnchoredNoteIconTypeKey = @"SKAnchoredNoteIconType";
- //MARK: - Circle
- NSString *CCircleNoteColorKey = @"SKCircleNoteColor";
- NSString *CCircleNoteOpacityKey = @"CCircleNoteOpacity";
- NSString *CCircleNoteInteriorColorKey = @"SKCircleNoteInteriorColor";
- NSString *CCircleNoteInteriorOpacityKey = @"CCircleNoteInteriorOpacity";
- NSString *CCircleNoteLineWidthKey = @"SKCircleNoteLineWidth";
- NSString *CCircleNoteLineStyleKey = @"SKCircleNoteLineStyle";
- NSString *CCircleNoteDashPatternKey = @"SKCircleNoteDashPattern";
- //MARK: - Square
- NSString *CSquareNoteColorKey = @"SKSquareNoteColor";
- NSString *CSquareNoteOpacityKey = @"CSquareNoteOpacity";
- NSString *CSquareNoteInteriorColorKey = @"SKSquareNoteInteriorColor";
- NSString *CSquareNoteInteriorOpacityKey = @"CSquareNoteInteriorOpacity";
- NSString *CSquareNoteLineWidthKey = @"SKSquareNoteLineWidth";
- NSString *CSquareNoteLineStyleKey = @"SKSquareNoteLineStyle";
- NSString *CSquareNoteDashPatternKey = @"SKSquareNoteDashPattern";
- //MARK: - Line
- NSString *CLineNoteColorKey = @"SKLineNoteColor";
- NSString *CLineNoteOpacityKey = @"CLineNoteOpacity";
- NSString *CLineNoteLineWidthKey = @"SKLineNoteLineWidth";
- NSString *CLineNoteLineStyleKey = @"SKLineNoteLineStyle";
- NSString *CLineNoteInteriorColorKey = @"SKLineNoteInteriorColor";
- NSString *CLineNoteInteriorOpacityKey = @"CLineNoteInteriorOpacity";
- NSString *CLineNoteDashPatternKey = @"SKLineNoteDashPattern";
- NSString *CLineNoteStartLineStyleKey = @"SKLineNoteStartLineStyle";
- NSString *CLineNoteEndLineStyleKey = @"SKLineNoteEndLineStyle";
- //MARK: - Arrow
- NSString *CArrowNoteColorKey = @"CArrowNoteColor";
- NSString *CArrowNoteOpacityKey = @"CArrowNoteOpacity";
- NSString *CArrowNoteLineWidthKey = @"CArrowNoteLineWidth";
- NSString *CArrowNoteInteriorColorKey = @"CArrowNoteInteriorColor";
- NSString *CArrowNoteInteriorOpacityKey = @"CArrowNoteInteriorOpacity";
- NSString *CArrowNoteLineStyleKey = @"CArrowNoteLineStyle";
- NSString *CArrowNoteDashPatternKey = @"CArrowNoteDashPatternKey";
- NSString *CArrowNoteStartStyleKey = @"CArrowNoteStartStyle";
- NSString *CArrowNoteEndStyleKey = @"CArrowNoteEndStyle";
- //MARK: - Eraser
- NSString *CLinkNoteTypeKey = @"CLinkNoteTypeKey";
- //MARK: - Form-TextField
- NSString *CAnnotationTextWidgetFontColorKey = @"SKAnnotationTextWidgetFontColorKey";
- NSString *CAnnotationTextWidgetBorderColorKey = @"CAnnotationTextWidgetBorderColor";
- NSString *CAnnotationTextWidgetBackgroundColorKey = @"SKAnnotationTextWidgetBackgroundColorKey";
- NSString *SKAnnotationTextWidgetFontNameKey = @"SKAnnotationTextWidgetFontNameKey";
- NSString *SKAnnotationTextWidgetFontStyleKey = @"SKAnnotationTextWidgetFontStyleKey";
- NSString *SKAnnotationTextWidgetFontSizeKey = @"SKAnnotationTextWidgetFontSizeKey";
- NSString *CAnnotationTextWidgetAlignmenKey = @"SKAnnotationTextWidgetAlignmenKey";
- //MARK: - Form_Checkbox
- NSString *CAnnotationCheckBoxWidgetCheckedKey = @"CAnnotationCheckBoxWidgetCheckedKey";
- NSString *CAnnotationCheckBoxWidgetColorKey = @"CAnnotationCheckBoxWidgetColorKey";
- NSString *CAnnotationCheckBoxWidgetBorderColorKey = @"CAnnotationCheckBoxWidgetBorderColor";
- NSString *CAnnotationCheckBoxWidgetBackgroundColorKey = @"SKAnnotationCheckBoxWidgetBackgroundColorKey";
- NSString *CAnnotationCheckBoxWidgetButtonStyleKey = @"CAnnotationCheckBoxWidgetButtonStyleKey";
- //MARK: - Form_Radio
- NSString *CAnnotationRadioButtonBoxWidgetCheckedKey = @"CAnnotationRadioButtonBoxWidgetCheckedKey";
- NSString *CAnnotationRadioButtonBoxWidgetColorKey = @"CAnnotationRadioButtonBoxWidgetColorKey";
- NSString *CAnnotationRadioButtonWidgetBackgroundColorKey = @"SKAnnotationRadioButtonWidgetBackgroundColorKey";
- NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey = @"CAnnotationRadioButtonBoxWidgetBorderColor";
- NSString *CAnnotationRadioButtonWidgetButtonStyleKey = @"CAnnotationRadioButtonWidgetButtonStyleKey";
- //MARK: - Form_ActionButton
- NSString *CAnnotationActionButtonWidgetActionTypeKey = @"CAnnotationActionButtonWidgetActionTypeKey";
- NSString *CAnnotationActionButtonWidgetFontColorKey = @"SKAnnotationActionButtonWidgetFontColorKey";
- NSString *CAnnotationActionButtonWidgetBackgroundColorKey = @"SKAnnotationActionButtonWidgetBackgroundColorKey";
- NSString *CAnnotationActionButtonWidgetBorderColorKey = @"CAnnotationActionButtonWidgetBorderColor";
- NSString *CAnnotationActionButtonWidgetFontNameKey = @"SKAnnotationActionButtonWidgetFontNameKey";
- NSString *CAnnotationChoiceButtonWidgetFontStyleKey = @"CAnnotationChoiceButtonWidgetFontStyleKey";
- NSString *CAnnotationActionButtonWidgetFontSizeKey = @"SKAnnotationActionButtonWidgetFontSizeKey";
- //MARK: - Form_ChoiceList
- NSString *CAnnotationChoiceListWidgetBorderColorKey = @"CAnnotationChoiceListWidgetBorderColor";
- NSString *CAnnotationChoiceListWidgetFontNameKey = @"SKAnnotationChoiceListWidgetFontNameKey";
- NSString *CAnnotationChoiceListWidgetFontStyleKey = @"CAnnotationChoiceListWidgetFontStyleKey";
- NSString *CAnnotationChoiceListWidgetFontSizeKey = @"SKAnnotationChoiceListWidgetFontSizeKey";
- NSString *CAnnotationChoiceListWidgetFontColorKey = @"SKAnnotationChoiceListWidgetFontColorKey";
- NSString *CAnnotationChoiceListWidgetBackgroundColorKey = @"SKAnnotationChoiceListWidgetBackgroundColorKey";
- //MARK: - Form_ChoiceDropdown
- NSString *CAnnotationChoiceWidgetBorderColorKey = @"CAnnotationChoiceWidgetBorderColor";
- NSString *CAnnotationChoiceWidgetFontNameKey = @"SKAnnotationChoiceWidgetFontNameKey";
- NSString *CAnnotationChoiceWidgetFontStyleKey = @"CAnnotationChoiceWidgetFontStyleKey";
- NSString *CAnnotationChoiceWidgetFontSizeKey = @"SKAnnotationChoiceWidgetFontSizeKey";
- NSString *CAnnotationChoiceWidgetFontColorKey = @"SKAnnotationChoiceWidgetFontColorKey";
- NSString *CAnnotationChoiceWidgetBackgroundColorKey = @"SKAnnotationChoiceWidgetBackgroundColorKey";
- //MARK: - Form_Sign
- NSString *CAnnotationSignatureWidgetLineStyleKey = @"CAnnotationSignatureWidgetLineStyle";
- NSString *CAnnotationSignatureWidgetLineWidthKey = @"CAnnotationSignatureWidgetLineWidth";
- NSString *CAnnotationSignatureWidgetBorderColorKey = @"CAnnotationSignatureWidgetBorderColor";
- NSString *CAnnotationSignatureWidgetBackgroundColorKey = @"CAnnotationSignatureWidgetBackgroundColor";
- NSString *CAnnotationSignatureWidgetBackgroundOpacityKey = @"CAnnotationSignatureWidgetBackgroundOpacity";
- NSString *CDefaultSignatureWidgetWidthKey = @"CDefaultSignatureWidgeWidth";
- NSString *CDefaultSignatureWidgeHeightKey = @"CDefaultSignatureWidgeHeight";
- //MARK: - Fill&Sign
- NSString *CAnnotationSelfSignDefaultTypeKey = @"CAnnotationSelfSignDefaultTypeKey";
- NSString *CAnnotationSelfSignTureColorKey = @"SKAnnotationSelfSignTureColorKey";
- NSString *CAnnotationSelfSignTureOpacityKey = @"CAnnotationSelfSignTureOpacity";
- NSString *CAnnotationSelfSignTureLineWidthKey = @"SKAnnotationSelfSignTureLineWidthKey";
- NSString *CAnnotationSelfSignFalseColorKey = @"SKAnnotationSelfSignFalseColorKey";
- NSString *CAnnotationSelfSignFalseOpacityKey = @"CAnnotationSelfSignFalseOpacity";
- NSString *CAnnotationSelfSignFalseLineWidthKey = @"SKAnnotationSelfSignFalseLineWidthKey";
- NSString *CAnnotationSelfSignCircleColorKey = @"SKAnnotationSelfSignCircleColorKey";
- NSString *CAnnotationSelfSignCircleOpacityKey = @"CAnnotationSelfSignCircleOpacity";
- NSString *CAnnotationSelfSignCircleLineWidthKey = @"SKAnnotationSelfSignCircleLineWidthKey";
- NSString *CAnnotationSelfSignLineColorKey = @"SKAnnotationSelfSignLineColorKey";
- NSString *CAnnotationSelfSignLineOpacityKey = @"CAnnotationSelfSignLineOpacity";
- NSString *CAnnotationSelfSignLineLineWidthKey = @"SKAnnotationSelfSignLineLineWidthKey";
- NSString *CAnnotationSelfSignDotColorKey = @"SKAnnotationSelfSignDotColorKey";
- NSString *CAnnotationSelfSignDotOpacityKey = @"CAnnotationSelfSignDotOpacity";
- NSString *CAnnotationSelfSignDate_TypeIndex_Key = @"CAnnotationSelfSignDate_TypeIndex_Key";
- NSString *CAnnotationSelfSignDate_ShowTime_Key = @"CAnnotationSelfSignDate_ShowTime_Key";
- NSString *CAnnotationSelfSignDate_FontName_Key = @"CAnnotationSelfSignDate_FontName_Key";
- NSString *CAnnotationSelfSignDate_FontStyle_Key = @"CAnnotationSelfSignDate_FontStyle_Key";
- NSString *CAnnotationSelfSignDate_FontSize_Key = @"CAnnotationSelfSignDate_FontSize_Key";
- NSString *CAnnotationSelfSignDate_FontAlign_Key = @"CAnnotationSelfSignDate_FontAlign_Key";
- NSString *CAnnotationSelfSignDate_FontColor_Key = @"CAnnotationSelfSignDate_FontColor_Key";
- NSString *CAnnotationSelfSignDate_FillColor_Key = @"CAnnotationSelfSignDate_FillColor_Key";
- NSString *CAnnotationSelfSignDate_Opacity_Key = @"CAnnotationSelfSignDate_Opacity_Key";
-
- //MARK: - other
- NSString *CDefaultNoteWidthKey = @"SKDefaultNoteWidth";
- NSString *CDefaultNoteHeightKey = @"SKDefaultNoteHeight";
- NSString *CDefaultAnchoredNoteWidthKey = @"CDefaultAnchoredNoteWidth";
- NSString *CDefaultAnchoredNoteHeightKey = @"CDefaultAnchoredNoteHeight";
- NSString *CDefaultTextFieldNoteWidthKey = @"CDefaultTextFieldNoteWidth";
- NSString *CDefaultTextFieldNoteHeightKey = @"CDefaultTextFieldNoteHeight";
- NSString *CDefaultRadioButtonNoteWidthKey = @"CDefaultRadioButtonNoteWidth";
- NSString *CDefaultRadioButtonNoteHeightKey = @"CDefaultRadioButtonNoteHeight";
- NSString *CDefaultCheckBoxNoteWidthKey = @"CDefaultCheckBoxNoteWidth";
- NSString *CDefaultCheckBoxNoteHeightKey = @"CDefaultCheckBoxNoteHeight";
- NSString *CDefaultListMenuNoteWidthKey = @"CDefaultListMenuNoteWidth";
- NSString *CDefaultListMenuNoteHeightKey = @"CDefaultListMenuNoteHeight";
- NSString *CDefaultComboBoxNoteWidthKey = @"CDefaultComboBoxNoteWidth";
- NSString *CDefaultComboBoxNoteHeightKey = @"CDefaultComboBoxNoteHeight";
- NSString *CDefaultActionButtonNoteWidthKey = @"CDefaultActionButtonNoteWidth";
- NSString *CDefaultActionButtonNoteHeightKey = @"CDefaultActionButtonNoteHeight";
- NSString *CDefaultSignatureNoteWidthKey = @"CDefaultSignatureNoteWidth";
- NSString *CDefaultSignatureNoteHeightKey = @"CDefaultSignatureNoteHeight";
- NSString *CDefaultSignFalseNoteWidthKey = @"CDefaultSignFalseNoteWidth";
- NSString *CDefaultSignFalseNoteHeightKey = @"CDefaultSignFalseNoteHeight";
- NSString *CDefaultSignTureNoteWidthKey = @"CDefaultSignTureNoteWidth";
- NSString *CDefaultSignTureNoteHeightKey = @"CDefaultSignTureNoteHeight";
- NSString *CDefaultSignCircleNoteWidthKey = @"CDefaultSignCircleNoteWidth";
- NSString *CDefaultSignCircleNoteHeightKey = @"CDefaultSignCircleNoteHeight";
- NSString *CDefaultSignLineNoteWidthKey = @"CDefaultSignLineNoteWidth";
- NSString *CDefaultSignLineNoteHeightKey = @"CDefaultSignLineNoteHeight";
- NSString *CDefaultSignDotNoteWidthKey = @"CDefaultSignDotNoteWidth";
- NSString *CDefaultSignDotNoteHeightKey = @"CDefaultSignDotNoteHeight";
- //MARK: - Redact
- NSString *CAnnotationRedactBorderColorKey = @"CAnnotationRedactBorderColor";
- NSString *CAnnotationRedactFillColorKey = @"KMPDFAnnotationRedactFillColor";
- NSString *CAnnotationRedactFontColorKey = @"KMPDFAnnotationRedactFontColor";
- NSString *CAnnotationRedactIsOverlayTextKey = @"CAnnotationRedactIsOverlayText";
- NSString *CAnnotationRedactOverlayStringKey = @"CAnnotationRedactOverlayString";
- NSString *CAnnotationRedactTextAlignmentKey = @"KMPDFAnnotationRedactTextAlignment";
- NSString *CAnnotationRedactFontSizeKey = @"KMPDFAnnotationRedactFontSize";
- //MARK: - Measure
- NSString *CMeasureTypeKey = @"CMeasureTypeKey";
- NSString *CMeasureLineFontColorKey = @"CMeasureLineFontColorKey";
- NSString *CMeasureLineBorderColorKey = @"CMeasureLineBorderColorKey";
- NSString *CMeasureLineOpacityKey = @"CMeasureLineOpacityKey";
- NSString *CMeasureLineStyleKey = @"CMeasureLineStyleKey";
- NSString *CMeasureLineWidthKey = @"CMeasureLineWidthKey";
- NSString *CMeasureLineDashPatternKey = @"CMeasureLineDashPatternKey";
- NSString *CMeasureLineStartStyleKey = @"CMeasureLineStartStyleKey";
- NSString *CMeasureLineEndStyleKey = @"CMeasureLineEndStyleKey";
- NSString *CMeasureLineFontNameKey = @"CMeasureLineFontNameKey";
- NSString *CMeasureLineFontStyleKey = @"CMeasureLineFontStyleKey";
- NSString *CMeasureLineFontSizeKey = @"CMeasureLineFontSizeKey";
- NSString *CMeasureMultilineFontColorKey = @"CMeasureMultilineFontColorKey";
- NSString *CMeasureMultilineBorderColorKey = @"CMeasureMultilineBorderColorKey";
- NSString *CMeasureMultilineOpacityKey = @"CMeasureMultilineOpacityKey";
- NSString *CMeasureMultilineLineStyleKey = @"CMeasureMultilineLineStyleKey";
- NSString *CMeasureMultilineLineWidthKey = @"CMeasureMultilineLineWidthKey";
- NSString *CMeasureMultilineDashPatternKey = @"CMeasureMultilineDashPatternKey";
- NSString *CMeasureMultilineStartStyleKey = @"CMeasureMultilineStartStyleKey";
- NSString *CMeasureMultilineEndStyleKey = @"CMeasureMultilineEndStyleKey";
- NSString *CMeasureMultilineFontNameKey = @"CMeasureMultilineFontNameKey";
- NSString *CMeasureMultilineFontStyleKey = @"CMeasureMultilineFontStyleKey";
- NSString *CMeasureMultilineFontSizeKey = @"CMeasureMultilineFontSizeKey";
- NSString *CMeasurePolygonalFontColorKey = @"CMeasurePolygonalFontColorKey";
- NSString *CMeasurePolygonalBorderColorKey = @"CMeasurePolygonalBorderColorKey";
- NSString *CMeasurePolygonalLineColorKey = @"CMeasurePolygonalLineColorKey";
- NSString *CMeasurePolygonalOpacityKey = @"CMeasurePolygonalOpacityKey";
- NSString *CMeasurePolygonalLineStyleKey = @"CMeasurePolygonalLineStyleKey";
- NSString *CMeasurePolygonalLineWidthKey = @"CMeasurePolygonalLineWidthKey";
- NSString *CMeasurePolygonalDashPatternKey = @"CMeasurePolygonalDashPatternKey";
- NSString *CMeasurePolygonalFontNameKey = @"CMeasurePolygonalFontNameKey";
- NSString *CMeasurePolygonalFontStyleKey = @"CMeasurePolygonalFontStyleKey";
- NSString *CMeasurePolygonalFontSizeKey = @"CMeasurePolygonalFontSizeKey";
- NSString *CMeasurePolygonalDisplayLengthKey = @"CMeasurePolygonalDisplayLengthKey";
- NSString *CMeasurePolygonalDisplayAreaKey = @"CMeasurePolygonalDisplayAreaKey";
- NSString *CMeasureRectanglesFontColorKey = @"CMeasureRectanglesFontColorKey";
- NSString *CMeasureRectanglesBorderColorKey = @"CMeasureRectanglesBorderColorKey";
- NSString *CMeasureRectanglesLineColorKey = @"CMeasureRectanglesLineColorKey";
- NSString *CMeasureRectanglesOpacityKey = @"CMeasureRectanglesOpacityKey";
- NSString *CMeasureRectanglesLineStyleKey = @"CMeasureRectanglesLineStyleKey";
- NSString *CMeasureRectanglesLineWidthKey = @"CMeasureRectanglesLineWidthKey";
- NSString *CMeasureRectanglesDashPatternKey = @"CMeasureRectanglesDashPatternKey";
- NSString *CMeasureRectanglesFontNameKey = @"CMeasureRectanglesFontNameKey";
- NSString *CMeasureRectanglesFontStyleKey = @"CMeasureRectanglesFontStyleKey";
- NSString *CMeasureRectanglesFontSizeKey = @"CMeasureRectanglesFontSizeKey";
- NSString *CMeasureRectanglesDisplayLengthKey = @"CMeasureRectanglesDisplayLengthKey";
- NSString *CMeasureRectanglesDisplayAreaKey = @"CMeasureRectanglesDisplayAreaKey";
- //待删除
- NSString *CAnnotationTextWidgetLineWidthKey = @"CAnnotationTextWidgetLineWidthKey";
|