123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- //
- // 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"
- NSString *CHighlightNoteColorKey = @"SKHighlightNoteColor";
- NSString *CHighlightNoteOpacityKey = @"CHighlightNoteOpacity";
- NSString *CUnderlineNoteColorKey = @"SKUnderlineNoteColor";
- NSString *CUnderlineNoteOpacityKey = @"CUnderlineNoteOpacity";
- NSString *CStrikeOutNoteColorKey = @"SKStrikeOutNoteColor";
- NSString *CSquigglyNoteColorKey = @"SKSquigglyNoteColor";
- NSString *CStrikeOutNoteOpacityKey = @"CStrikeOutNoteOpacity";
- NSString *CInkNoteColorKey = @"SKInkNoteColor";
- NSString *CInkNoteOpacityKey = @"CInkNoteOpacity";
- NSString *CInkNoteLineWidthKey = @"SKInkNoteLineWidth";
- NSString *CEraserkNoteLineWidthKey = @"CEraserkNoteLineWidth";
- NSString *CInkNoteLineStyleyKey = @"CInkNoteLineStyley";
- NSString *CInkNoteDashPatternKey = @"SKInkNoteDashPattern";
- NSString *CInkNoteLineStyleKey = @"SKInkNoteLineStyle";
- NSString *CFreeTextNoteFontNameKey = @"SKFreeTextNoteFontName";
- 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";
- NSString *CAnchoredNoteColorKey = @"SKAnchoredNoteColor";
- NSString *CAnchoredNoteOpacityKey = @"CAnchoredNoteOpacity";
- NSString *CAnchoredNoteIconTypeKey = @"SKAnchoredNoteIconType";
- NSString *CCircleNoteColorKey = @"SKCircleNoteColor";
- NSString *CCircleNoteOpacityKey = @"CCircleNoteOpacity";
- NSString *CCircleNoteInteriorColorKey = @"SKCircleNoteInteriorColor";
- NSString *CCircleNoteInteriorOpacityKey = @"CCircleNoteInteriorOpacity";
- NSString *CCircleNoteLineWidthKey = @"SKCircleNoteLineWidth";
- NSString *CCircleNoteLineStyleKey = @"SKCircleNoteLineStyle";
- NSString *CCircleNoteDashPatternKey = @"SKCircleNoteDashPattern";
- NSString *CSquareNoteColorKey = @"SKSquareNoteColor";
- NSString *CSquareNoteOpacityKey = @"CSquareNoteOpacity";
- NSString *CSquareNoteInteriorColorKey = @"SKSquareNoteInteriorColor";
- NSString *CSquareNoteInteriorOpacityKey = @"CSquareNoteInteriorOpacity";
- NSString *CSquareNoteLineWidthKey = @"SKSquareNoteLineWidth";
- NSString *CSquareNoteLineStyleKey = @"SKSquareNoteLineStyle";
- NSString *CSquareNoteDashPatternKey = @"SKSquareNoteDashPattern";
- 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";
- NSString *CArrowNoteColorKey = @"CArrowNoteColor";
- NSString *CArrowNoteOpacityKey = @"CArrowNoteOpacity";
- NSString *CArrowNoteLineWidthKey = @"CArrowNoteLineWidth";
- NSString *CArrowNoteInteriorColorKey = @"CArrowNoteInteriorColor";
- NSString *CArrowNoteInteriorOpacityKey = @"CArrowNoteInteriorOpacity";
- NSString *CArrowNoteLineStyleKey = @"CArrowNoteLineStyle";
- NSString *CArrowNoteStartStyleKey = @"CArrowNoteStartStyle";
- NSString *CArrowNoteEndStyleKey = @"CArrowNoteEndStyle";
- //Form
- NSString *CAnnotationTextWidgetLineStyleKey = @"CAnnotationTextWidgetLineStyle";
- NSString *CAnnotationTextWidgetLineWidthKey = @"CAnnotationTextWidgetLineWidthKey";
- NSString *CAnnotationTextWidgetBorderColorKey = @"CAnnotationTextWidgetBorderColor";
- NSString *SKAnnotationTextWidgetFontNameKey = @"SKAnnotationTextWidgetFontNameKey";
- NSString *SKAnnotationTextWidgetFontSizeKey = @"SKAnnotationTextWidgetFontSizeKey";
- NSString *CAnnotationTextWidgetFontColorKey = @"SKAnnotationTextWidgetFontColorKey";
- NSString *CAnnotationTextWidgetAlignmenKey = @"SKAnnotationTextWidgetAlignmenKey";
- NSString *CAnnotationTextWidgetBackgroundColorKey = @"SKAnnotationTextWidgetBackgroundColorKey";
- NSString *CAnnotationTextWidgetBackgroundOpacityKey = @"CAnnotationTextWidgetBackgroundOpacity";
- NSString *CAnnotationTextWidgetMultilineKey = @"SKAnnotationTextMultilineKey";
- NSString *CDefaultTextWidgetWidthKey = @"CDefaultTextWidgetWidth";
- NSString *CDefaultTextWidgetHeightKey = @"CDefaultTextWidgetHeight";
- NSString *CAnnotationCheckBoxWidgetLineStyleKey = @"CAnnotationCheckBoxWidgetLineStyle";
- NSString *CAnnotationCheckBoxWidgetLineWidthKey = @"CAnnotationCheckBoxWidgetLineWidth";
- NSString *CAnnotationCheckBoxWidgetBorderColorKey = @"CAnnotationCheckBoxWidgetBorderColor";
- NSString *CAnnotationCheckBoxWidgetBackgroundColorKey = @"SKAnnotationCheckBoxWidgetBackgroundColorKey";
- NSString *CAnnotationCheckBoxWidgetBackgroundOpacityKey = @"CAnnotationCheckBoxWidgetBackgroundOpacity";
- NSString *CAnnotationRadioButtonBoxWidgetLineStyleKey = @"CAnnotationRadioButtonBoxWidgetLineStyle";
- NSString *CAnnotationRadioButtonBoxWidgetLineWidthKey = @"CAnnotationRadioButtonBoxWidgetLineWidth";
- NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey = @"CAnnotationRadioButtonBoxWidgetBorderColor";
- NSString *CAnnotationRadioButtonWidgetBackgroundColorKey = @"SKAnnotationRadioButtonWidgetBackgroundColorKey";
- NSString *CAnnotationRadioButtonWidgetBackgroundOpacityKey = @"CAnnotationRadioButtonWidgetBackgroundOpacity";
- NSString *CDefaultRadioButtonWidgetWidthKey = @"CDefaultRadioButtonWidgetWidth";
- NSString *CDefaultRadioButtonWidgetHeightKey = @"CDefaultRadioButtonWidgetHeight";
- NSString *CAnnotationRadioButtonWidgetFontNameKey = @"SKAnnotationRadioButtonWidgetFontNameKey";
- NSString *CAnnotationChoiceListWidgetLineStyleKey = @"CAnnotationChoiceListWidgetLineStyle";
- NSString *CAnnotationChoiceListWidgetLineWidthKey = @"CAnnotationChoiceListWidgetLineWidth";
- NSString *CAnnotationChoiceListWidgetBorderColorKey = @"CAnnotationChoiceListWidgetBorderColor";
- NSString *CAnnotationChoiceListWidgetFontNameKey = @"SKAnnotationChoiceListWidgetFontNameKey";
- NSString *CAnnotationChoiceListWidgetFontSizeKey = @"SKAnnotationChoiceListWidgetFontSizeKey";
- NSString *CAnnotationChoiceListWidgetFontColorKey = @"SKAnnotationChoiceListWidgetFontColorKey";
- NSString *CAnnotationChoiceListWidgetBackgroundColorKey = @"SKAnnotationChoiceListWidgetBackgroundColorKey";
- NSString *CAnnotationChoiceListWidgetBackgroundOpacityKey = @"CAnnotationChoiceListWidgetBackgroundOpacity";
- NSString *CDefaultChoiceListWidgetWidthKey = @"CDefaultChoiceListWidgetWidth";
- NSString *CDefaultChoiceListWidgetHeightKey = @"CDefaultChoiceListWidgetHeight";
- NSString *CAnnotationChoiceWidgetLineStyleKey = @"CAnnotationChoiceWidgetLineStyle";
- NSString *CAnnotationChoiceWidgetLineWidthKey = @"CAnnotationChoiceWidgetLineWidth";
- NSString *CAnnotationChoiceWidgetBorderColorKey = @"CAnnotationChoiceWidgetBorderColor";
- NSString *CAnnotationChoiceWidgetFontNameKey = @"SKAnnotationChoiceWidgetFontNameKey";
- NSString *CAnnotationChoiceWidgetFontSizeKey = @"SKAnnotationChoiceWidgetFontSizeKey";
- NSString *CAnnotationChoiceWidgetFontColorKey = @"SKAnnotationChoiceWidgetFontColorKey";
- NSString *CAnnotationChoiceWidgetBackgroundColorKey = @"SKAnnotationChoiceWidgetBackgroundColorKey";
- NSString *CAnnotationChoiceWidgetBackgroundOpacityKey = @"CAnnotationChoiceWidgetBackgroundOpacity";
- NSString *CDefaultChoiceWidgetWidthKey = @"CDefaultChoiceWidgetWidth";
- NSString *CDefaultChoiceWidgetHeightKey = @"CDefaultChoiceWidgetHeight";
- NSString *CAnnotationActionButtonWidgetLineStyleKey = @"CAnnotationActionButtonWidgetLineStyle";
- NSString *CAnnotationActionButtonWidgetLineWidthKey = @"CAnnotationActionButtonWidgetLineWidth";
- NSString *CAnnotationActionButtonWidgetBorderColorKey = @"CAnnotationActionButtonWidgetBorderColor";
- NSString *CAnnotationActionButtonWidgetFontNameKey = @"SKAnnotationActionButtonWidgetFontNameKey";
- NSString *CAnnotationActionButtonWidgetFontSizeKey = @"SKAnnotationActionButtonWidgetFontSizeKey";
- NSString *CAnnotationActionButtonWidgetFontColorKey = @"SKAnnotationActionButtonWidgetFontColorKey";
- NSString *CAnnotationActionButtonWidgetBackgroundColorKey = @"SKAnnotationActionButtonWidgetBackgroundColorKey";
- NSString *CAnnotationActionButtonWidgetBackgroundOpacityKey = @"CAnnotationActionButtonWidgetBackgroundOpacity";
- NSString *CDefaultActionButtonWidgetWidthKey = @"CDefaultActionButtonWidgetWidth";
- NSString *CDefaultActionButtonWidgetHeightKey = @"CDefaultActionButtonWidgetHeight";
- NSString *CAnnotationSignatureWidgetLineStyleKey = @"CAnnotationSignatureWidgetLineStyle";
- NSString *CAnnotationSignatureWidgetLineWidthKey = @"CAnnotationSignatureWidgetLineWidth";
- NSString *CAnnotationSignatureWidgetBorderColorKey = @"CAnnotationSignatureWidgetBorderColor";
- NSString *CAnnotationSignatureWidgetBackgroundColorKey = @"CAnnotationSignatureWidgetBackgroundColor";
- NSString *CAnnotationSignatureWidgetBackgroundOpacityKey = @"CAnnotationSignatureWidgetBackgroundOpacity";
- NSString *CDefaultSignatureWidgetWidthKey = @"CDefaultSignatureWidgeWidth";
- NSString *CDefaultSignatureWidgeHeightKey = @"CDefaultSignatureWidgeHeight";
- //Fill & Sign
- 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 *CAnnotationSelfSignDateFormatterKey = @"SKAnnotationSelfSignDateFormatterKey";
- NSString *CAnnotationSelfSignDateFormatterIncludeTimeKey = @"SKAnnotationSelfSignDateFormatterIncludeTimeKey";
- 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";
- //Redact
- NSString *CAnnotationRedactBorderColorKey = @"CAnnotationRedactBorderColor";
- NSString *CAnnotationRedactFillColorKey = @"KMPDFAnnotationRedactFillColor";
- NSString *CAnnotationRedactFontColorKey = @"KMPDFAnnotationRedactFontColor";
- NSString *CAnnotationRedactIsOverlayTextKey = @"CAnnotationRedactIsOverlayText";
- NSString *CAnnotationRedactTextAlignmentKey = @"KMPDFAnnotationRedactTextAlignment";
- NSString *CAnnotationRedactFontSizeKey = @"KMPDFAnnotationRedactFontSize";
- NSString *CAnnotationRedactOverlayStringKey = @"CAnnotationRedactOverlayString";
- // Measure
- NSString *CMeasureLineBorderColorKey = @"CMeasureLineBorderColor";
- NSString *CMeasureMultilineBorderColorKey = @"CMeasureMultilineBorderColor";
- NSString *CMeasurePolygonalBorderColorKey = @"CMeasurePolygonalBorderColor";
- NSString *CMeasureRectanglesBorderColorKey = @"CMeasureRectanglesBorderColor";
- NSString *CMeasurePolygonalLineColorKey = @"CAnnotationPolyLineBorderColor";
- NSString *CMeasureRectanglesLineColorKey = @"CMeasureRectanglesLineColor";
- NSString *CMeasureLineOpacityKey = @"CMeasureLineOpacity";
- NSString *CMeasureMultilineOpacityKey = @"CMeasureMultilineOpacity";
- NSString *CMeasurePolygonalOpacityKey = @"CMeasurePolygonalOpacity";
- NSString *CMeasureRectanglesOpacityKey = @"CMeasureRectanglesOpacity";
- NSString *CMeasureLineWidthKey = @"CMeasureLineWidth";
- NSString *CMeasureMultilineLineWidthKey = @"CMeasureMultilineLineWidth";
- NSString *CMeasurePolygonalLineWidthKey = @"CMeasurePolygonalLineWidth";
- NSString *CMeasureRectanglesLineWidthKey = @"CMeasureRectanglesLineWidth";
- NSString *CMeasureLineStyleKey = @"CMeasureLineStyle";
- NSString *CMeasureMultilineLineStyleKey = @"CMeasureMultilineLineStyle";
- NSString *CMeasurePolygonalLineStyleKey = @"CMeasurePolygonalLineStyle";
- NSString *CMeasureRectanglesLineStyleKey = @"CMeasureRectanglesLineStyle";
- NSString *CMeasureLineDashPatternKey = @"CMeasureLineDashPattern";
- NSString *CMeasureMultilineDashPatternKey = @"CMeasureMultilineDashPattern";
- NSString *CMeasurePolygonalDashPatternKey = @"CMeasurePolygonalDashPattern";
- NSString *CMeasureRectanglesDashPatternKey = @"CMeasureRectanglesDashPattern";
- NSString *CMeasureLineStartStyleKey = @"CMeasureLineStartStyle";
- NSString *CMeasureLineEndStyleKey = @"CMeasureLineEndStyle";
- NSString *CMeasureLineFontNameKey = @"CMeasureLineFontName";
- NSString *CMeasureMultilineFontNameKey = @"CMeasureMultilineFontName";
- NSString *CMeasurePolygonalFontNameKey = @"CMeasurePolygonalFontName";
- NSString *CMeasureRectanglesFontNameKey = @"CMeasureRectanglesFontName";
- NSString *CMeasureLineFontStyleKey = @"CMeasureLineFontStyle";
- NSString *CMeasureMultilineFontStyleKey = @"CMeasureMultilineFontStyle";
- NSString *CMeasurePolygonalFontStyleKey = @"CMeasurePolygonalFontStyle";
- NSString *CMeasureRectanglesFontStyleKey = @"CMeasureRectanglesFontStyle";
- NSString *CMeasureLineFontSizeKey = @"CMeasureLineFontSize";
- NSString *CMeasureMultilineFontSizeKey = @"CMeasureMultilineFontSize";
- NSString *CMeasurePolygonalFontSizeKey = @"CMeasurePolygonalFontSize";
- NSString *CMeasureRectanglesFontSizeKey = @"CMeasureRectanglesFontSize";
- NSString *CMeasureLineFontColorKey = @"CMeasureLineFontColor";
- NSString *CMeasureMultilineFontColorKey = @"CMeasureMultilineFontColor";
- NSString *CMeasurePolygonalFontColorKey = @"CMeasurePolygonalFontColor";
- NSString *CMeasureRectanglesFontColorKey = @"CMeasureRectanglesFontColor";
|