Package apple.pdfkit

Class PDFActionResetForm

    • Constructor Detail

      • PDFActionResetForm

        protected PDFActionResetForm​(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)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • 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)
      • classFallbacksForKeyedArchiver

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

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

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

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

        public NSArray<java.lang.String> fields()
        Fields are an array of NSString objects corresponding to the fieldNames of Widget annotations on the page. May return nil.
      • fieldsIncludedAreCleared

        public boolean fieldsIncludedAreCleared()
        If -[fieldsIncludedAreCleared] is YES, then the widget annotations associated with the fieldNames in the fields array above are to be cleared, i.e. uncheck checkboxes, clear text fields, reset radio buttons, etc. If -[fieldsIncludedAreCleared] is NO, then every widget annotation associated with the fields array is not to be cleared, meaning that every widget annotation in the document whose field name is not listed is to be cleared. Both situations above only occur when this reset-form action is performed.
      • hash_static

        public static long hash_static()
      • init

        public PDFActionResetForm init()
        Initially there will be no fields, and -[fieldsIncludedAreCleared] will be YES.
        Overrides:
        init in class PDFAction
      • 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)
      • setFields

        public void setFields​(NSArray<java.lang.String> value)
        Fields are an array of NSString objects corresponding to the fieldNames of Widget annotations on the page. May return nil.
      • setFieldsIncludedAreCleared

        public void setFieldsIncludedAreCleared​(boolean value)
        If -[fieldsIncludedAreCleared] is YES, then the widget annotations associated with the fieldNames in the fields array above are to be cleared, i.e. uncheck checkboxes, clear text fields, reset radio buttons, etc. If -[fieldsIncludedAreCleared] is NO, then every widget annotation associated with the fields array is not to be cleared, meaning that every widget annotation in the document whose field name is not listed is to be cleared. Both situations above only occur when this reset-form action is performed.
      • 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()