123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- //
- // CStringConstants.h
- // 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 <Cocoa/Cocoa.h>
- //MARK: -Markup
- extern NSString *CHighlightNoteColorKey;
- extern NSString *CHighlightNoteOpacityKey;
- extern NSString *CUnderlineNoteColorKey;
- extern NSString *CUnderlineNoteOpacityKey;
- extern NSString *CStrikeOutNoteColorKey;
- extern NSString *CStrikeOutNoteOpacityKey;
- extern NSString *CSquigglyNoteColorKey;
- extern NSString *CSquigglyNoteOpacityKey;
- //MARK: -Eraser
- extern NSString *CEraserkNoteLineWidthKey;
- //MARK: -Ink
- extern NSString *CInkNoteColorKey;
- extern NSString *CInkNoteOpacityKey;
- extern NSString *CInkNoteLineWidthKey;
- extern NSString *CInkNoteDashPatternKey;
- extern NSString *CInkNoteLineStyleKey;
- //MARK: -Freetext
- extern NSString *CFreeTextNoteFontNameKey;
- extern NSString *CFreeTextNoteFontStyleKey;
- extern NSString *CFreeTextNoteFontSizeKey;
- extern NSString *CFreeTextNoteFontColorKey;
- extern NSString *CFreeTextNoteAlignmentKey;
- extern NSString *CFreeTextNoteColorKey;
- extern NSString *CFreeTextNoteOpacityKey;
- extern NSString *CFreeTextNoteBorderColorKey;
- extern NSString *CFreeTextNoteLineStyleKey;
- extern NSString *CFreeTextNoteLineWidthKey;
- extern NSString *CFreeTextNoteDashPatternKey;
- //MARK: -Note
- extern NSString *CAnchoredNoteColorKey;
- extern NSString *CAnchoredNoteOpacityKey;
- extern NSString *CAnchoredNoteIconTypeKey;
- //MARK: -Circle
- extern NSString *CCircleNoteColorKey;
- extern NSString *CCircleNoteOpacityKey;
- extern NSString *CCircleNoteInteriorColorKey;
- extern NSString *CCircleNoteInteriorOpacityKey;
- extern NSString *CCircleNoteLineWidthKey;
- extern NSString *CCircleNoteLineStyleKey;
- extern NSString *CCircleNoteDashPatternKey;
- //MARK: -Square
- extern NSString *CSquareNoteColorKey;
- extern NSString *CSquareNoteOpacityKey;
- extern NSString *CSquareNoteInteriorColorKey;
- extern NSString *CSquareNoteInteriorOpacityKey;
- extern NSString *CSquareNoteLineWidthKey;
- extern NSString *CSquareNoteLineStyleKey;
- extern NSString *CSquareNoteDashPatternKey;
- //MARK: -Line
- extern NSString *CLineNoteColorKey;
- extern NSString *CLineNoteOpacityKey;
- extern NSString *CLineNoteLineWidthKey;
- extern NSString *CLineNoteLineStyleKey;
- extern NSString *CLineNoteInteriorColorKey;
- extern NSString *CLineNoteInteriorOpacityKey;
- extern NSString *CLineNoteDashPatternKey;
- extern NSString *CLineNoteStartLineStyleKey;
- extern NSString *CLineNoteEndLineStyleKey;
- //MARK: -Arrow
- extern NSString *CArrowNoteColorKey;
- extern NSString *CArrowNoteOpacityKey;
- extern NSString *CArrowNoteLineWidthKey;
- extern NSString *CArrowNoteInteriorColorKey;
- extern NSString *CArrowNoteInteriorOpacityKey;
- extern NSString *CArrowNoteDashPatternKey;
- extern NSString *CArrowNoteLineStyleKey;
- extern NSString *CArrowNoteStartStyleKey;
- extern NSString *CArrowNoteEndStyleKey;
- //MARK: -Eraser
- extern NSString *CLinkNoteTypeKey;
- //MARK: -Form_Textfield
- extern NSString *CAnnotationTextWidgetFontColorKey;
- extern NSString *CAnnotationTextWidgetBorderColorKey;
- extern NSString *CAnnotationTextWidgetBackgroundColorKey;
- extern NSString *SKAnnotationTextWidgetFontNameKey;
- extern NSString *SKAnnotationTextWidgetFontStyleKey;
- extern NSString *SKAnnotationTextWidgetFontSizeKey;
- extern NSString *CAnnotationTextWidgetAlignmenKey;
- //MARK: - Form_CheckBox
- extern NSString *CAnnotationCheckBoxWidgetCheckedKey;
- extern NSString *CAnnotationCheckBoxWidgetColorKey;
- extern NSString *CAnnotationCheckBoxWidgetBorderColorKey;
- extern NSString *CAnnotationCheckBoxWidgetBackgroundColorKey;
- extern NSString *CAnnotationCheckBoxWidgetButtonStyleKey;
- //MARK: - Form_Radio
- extern NSString *CAnnotationRadioButtonBoxWidgetCheckedKey;
- extern NSString *CAnnotationRadioButtonBoxWidgetColorKey;
- extern NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey;
- extern NSString *CAnnotationRadioButtonWidgetBackgroundColorKey;
- extern NSString *CAnnotationRadioButtonWidgetButtonStyleKey;
- //MARK: - Form_ActionButton
- extern NSString *CAnnotationActionButtonWidgetActionTypeKey;
- extern NSString *CAnnotationActionButtonWidgetBorderColorKey;
- extern NSString *CAnnotationActionButtonWidgetFontNameKey;
- extern NSString *CAnnotationChoiceButtonWidgetFontStyleKey;
- extern NSString *CAnnotationActionButtonWidgetFontSizeKey;
- extern NSString *CAnnotationActionButtonWidgetFontColorKey;
- extern NSString *CAnnotationActionButtonWidgetBackgroundColorKey;
- //MARK: - Form_ChoiceList
- extern NSString *CAnnotationChoiceListWidgetFontColorKey;
- extern NSString *CAnnotationChoiceListWidgetBorderColorKey;
- extern NSString *CAnnotationChoiceListWidgetBackgroundColorKey;
- extern NSString *CAnnotationChoiceListWidgetFontNameKey;
- extern NSString *CAnnotationChoiceListWidgetFontStyleKey;
- extern NSString *CAnnotationChoiceListWidgetFontSizeKey;
- //MARK: - Form_ChoiceDropdown
- extern NSString *CAnnotationChoiceWidgetFontColorKey;
- extern NSString *CAnnotationChoiceWidgetBorderColorKey;
- extern NSString *CAnnotationChoiceWidgetBackgroundColorKey;
- extern NSString *CAnnotationChoiceWidgetFontNameKey;
- extern NSString *CAnnotationChoiceWidgetFontStyleKey;
- extern NSString *CAnnotationChoiceWidgetFontSizeKey;
- //MARK: - Form_Sign
- extern NSString *CAnnotationSignatureWidgetLineStyleKey;
- extern NSString *CAnnotationSignatureWidgetLineWidthKey;
- extern NSString *CAnnotationSignatureWidgetBorderColorKey;
- extern NSString *CAnnotationSignatureWidgetBackgroundColorKey;
- extern NSString *CAnnotationSignatureWidgetBackgroundOpacityKey;
- extern NSString *CDefaultSignatureWidgetWidthKey;
- extern NSString *CDefaultSignatureWidgetHeightKey;
- //MARK: - Fill & Sign
- extern NSString *CAnnotationSelfSignDefaultTypeKey;
- extern NSString *CAnnotationSelfSignTureColorKey;
- extern NSString *CAnnotationSelfSignTureOpacityKey;
- extern NSString *CAnnotationSelfSignTureLineWidthKey;
- extern NSString *CAnnotationSelfSignFalseColorKey;
- extern NSString *CAnnotationSelfSignFalseOpacityKey;
- extern NSString *CAnnotationSelfSignFalseLineWidthKey;
- extern NSString *CAnnotationSelfSignCircleColorKey;
- extern NSString *CAnnotationSelfSignCircleOpacityKey;
- extern NSString *CAnnotationSelfSignCircleLineWidthKey;
- extern NSString *CAnnotationSelfSignLineColorKey;
- extern NSString *CAnnotationSelfSignLineOpacityKey;
- extern NSString *CAnnotationSelfSignLineLineWidthKey;
- extern NSString *CAnnotationSelfSignDotColorKey;
- extern NSString *CAnnotationSelfSignDotOpacityKey;
- extern NSString *CAnnotationSelfSignDate_TypeIndex_Key;
- extern NSString *CAnnotationSelfSignDate_ShowTime_Key;
- extern NSString *CAnnotationSelfSignDate_FontName_Key;
- extern NSString *CAnnotationSelfSignDate_FontStyle_Key;
- extern NSString *CAnnotationSelfSignDate_FontSize_Key;
- extern NSString *CAnnotationSelfSignDate_FontAlign_Key;
- extern NSString *CAnnotationSelfSignDate_FontColor_Key;
- extern NSString *CAnnotationSelfSignDate_FillColor_Key;
- extern NSString *CAnnotationSelfSignDate_Opacity_Key;
- //MARK: -
- extern NSString *CDefaultNoteWidthKey;
- extern NSString *CDefaultNoteHeightKey;
- extern NSString *CDefaultAnchoredNoteWidthKey;
- extern NSString *CDefaultAnchoredNoteHeightKey;
- extern NSString *CDefaultTextFieldNoteWidthKey;
- extern NSString *CDefaultTextFieldNoteHeightKey;
- extern NSString *CDefaultRadioButtonNoteWidthKey;
- extern NSString *CDefaultRadioButtonNoteHeightKey;
- extern NSString *CDefaultCheckBoxNoteWidthKey;
- extern NSString *CDefaultCheckBoxNoteHeightKey;
- extern NSString *CDefaultListMenuNoteWidthKey;
- extern NSString *CDefaultListMenuNoteHeightKey;
- extern NSString *CDefaultComboBoxNoteWidthKey;
- extern NSString *CDefaultComboBoxNoteHeightKey;
- extern NSString *CDefaultActionButtonNoteWidthKey;
- extern NSString *CDefaultActionButtonNoteHeightKey;
- extern NSString *CDefaultSignatureNoteWidthKey;
- extern NSString *CDefaultSignatureNoteHeightKey;
- extern NSString *CDefaultSignFalseNoteWidthKey;
- extern NSString *CDefaultSignFalseNoteHeightKey;
- extern NSString *CDefaultSignTureNoteWidthKey;
- extern NSString *CDefaultSignTureNoteHeightKey;
- extern NSString *CDefaultSignCircleNoteWidthKey;
- extern NSString *CDefaultSignCircleNoteHeightKey;
- extern NSString *CDefaultSignLineNoteWidthKey;
- extern NSString *CDefaultSignLineNoteHeightKey;
- extern NSString *CDefaultSignDotNoteWidthKey;
- extern NSString *CDefaultSignDotNoteHeightKey;
- //Redact
- extern NSString *CAnnotationRedactBorderColorKey;
- extern NSString *CAnnotationRedactFillColorKey;
- extern NSString *CAnnotationRedactFontColorKey;
- extern NSString *CAnnotationRedactIsOverlayTextKey;
- extern NSString *CAnnotationRedactOverlayStringKey;
- extern NSString *CAnnotationRedactTextAlignmentKey;
- extern NSString *CAnnotationRedactFontSizeKey;
- // Measure
- extern NSString *CMeasureTypeKey;
- extern NSString *CMeasureLineFontColorKey;
- extern NSString *CMeasureLineBorderColorKey;
- extern NSString *CMeasureLineOpacityKey;
- extern NSString *CMeasureLineStyleKey;
- extern NSString *CMeasureLineWidthKey;
- extern NSString *CMeasureLineDashPatternKey;
- extern NSString *CMeasureLineStartStyleKey;
- extern NSString *CMeasureLineEndStyleKey;
- extern NSString *CMeasureLineFontNameKey;
- extern NSString *CMeasureLineFontStyleKey;
- extern NSString *CMeasureLineFontSizeKey;
-
- extern NSString *CMeasureMultilineFontColorKey;
- extern NSString *CMeasureMultilineBorderColorKey;
- extern NSString *CMeasureMultilineOpacityKey;
- extern NSString *CMeasureMultilineLineStyleKey;
- extern NSString *CMeasureMultilineLineWidthKey;
- extern NSString *CMeasureMultilineDashPatternKey;
- extern NSString *CMeasureMultilineStartStyleKey;
- extern NSString *CMeasureMultilineEndStyleKey;
- extern NSString *CMeasureMultilineFontNameKey;
- extern NSString *CMeasureMultilineFontStyleKey;
- extern NSString *CMeasureMultilineFontSizeKey;
-
- extern NSString *CMeasurePolygonalFontColorKey;
- extern NSString *CMeasurePolygonalBorderColorKey;
- extern NSString *CMeasurePolygonalLineColorKey;
- extern NSString *CMeasurePolygonalOpacityKey;
- extern NSString *CMeasurePolygonalLineStyleKey;
- extern NSString *CMeasurePolygonalLineWidthKey;
- extern NSString *CMeasurePolygonalDashPatternKey;
- extern NSString *CMeasurePolygonalFontNameKey;
- extern NSString *CMeasurePolygonalFontStyleKey;
- extern NSString *CMeasurePolygonalFontSizeKey;
- extern NSString *CMeasurePolygonalDisplayLengthKey;
- extern NSString *CMeasurePolygonalDisplayAreaKey;
-
- extern NSString *CMeasureRectanglesFontColorKey;
- extern NSString *CMeasureRectanglesBorderColorKey;
- extern NSString *CMeasureRectanglesLineColorKey;
- extern NSString *CMeasureRectanglesOpacityKey;
- extern NSString *CMeasureRectanglesLineStyleKey;
- extern NSString *CMeasureRectanglesLineWidthKey;
- extern NSString *CMeasureRectanglesDashPatternKey;
- extern NSString *CMeasureRectanglesFontNameKey;
- extern NSString *CMeasureRectanglesFontStyleKey;
- extern NSString *CMeasureRectanglesFontSizeKey;
- extern NSString *CMeasureRectanglesDisplayLengthKey;
- extern NSString *CMeasureRectanglesDisplayAreaKey;
-
- //MARK: -待删除项
- extern NSString *CAnnotationTextWidgetLineWidthKey;
|