Package apple.pdfkit

Class PDFAppearanceCharacteristics

    • Constructor Detail

      • PDFAppearanceCharacteristics

        protected PDFAppearanceCharacteristics​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • appearanceCharacteristicsKeyValues

        public NSDictionary<?,​?> appearanceCharacteristicsKeyValues()
        List all appearance characteristics properties as key-value pairs; returns a deep copy of all pairs. Helpful for debugging.
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • backgroundColor

        public UIColor backgroundColor()
        The background color of the widget annotation.
      • borderColor

        public UIColor borderColor()
        The border color of the widget annotation.
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • caption

        public java.lang.String caption()
        The widget annotation’s normal caption, displayed when it is not interacting with the user.
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • controlType

        public long controlType()
        For button widget annotations, need to specify the control type for PDFAppearanceCharacteristics as certain attributes, i.e. captions, are only available for certain flavors. Control type does not need to be set for text or choice widget annotations.
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • downCaption

        public java.lang.String downCaption()
        The widget's caption displayed when the user holds the mouse button while over the annotation. Applies only to kPDFWidgetPushButtonControl.
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • rolloverCaption

        public java.lang.String rolloverCaption()
        The widget's caption displayed when the user moves the mouse over the annotation. Applies only to kPDFWidgetPushButtonControl.
      • rotation

        public long rotation()
        The number of *degrees* by which the widget annotation is rotated counterclockwise relative to the page. The value must be a multiple of 90. Default value: 0.
      • setBackgroundColor

        public void setBackgroundColor​(UIColor value)
        The background color of the widget annotation.
      • setBorderColor

        public void setBorderColor​(UIColor value)
        The border color of the widget annotation.
      • setCaption

        public void setCaption​(java.lang.String value)
        The widget annotation’s normal caption, displayed when it is not interacting with the user.
      • setControlType

        public void setControlType​(long value)
        For button widget annotations, need to specify the control type for PDFAppearanceCharacteristics as certain attributes, i.e. captions, are only available for certain flavors. Control type does not need to be set for text or choice widget annotations.
      • setDownCaption

        public void setDownCaption​(java.lang.String value)
        The widget's caption displayed when the user holds the mouse button while over the annotation. Applies only to kPDFWidgetPushButtonControl.
      • setRolloverCaption

        public void setRolloverCaption​(java.lang.String value)
        The widget's caption displayed when the user moves the mouse over the annotation. Applies only to kPDFWidgetPushButtonControl.
      • setRotation

        public void setRotation​(long value)
        The number of *degrees* by which the widget annotation is rotated counterclockwise relative to the page. The value must be a multiple of 90. Default value: 0.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()