Class PDFAppearanceCharacteristics

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PDFAppearanceCharacteristics
extends NSObject
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • PDFAppearanceCharacteristics

      public PDFAppearanceCharacteristics()
    • PDFAppearanceCharacteristics

      protected PDFAppearanceCharacteristics​(NSObject.Handle h, long handle)
    • PDFAppearanceCharacteristics

      protected PDFAppearanceCharacteristics​(NSObject.SkipInit skipInit)
  • Method Details

    • getControlType

      public PDFWidgetControlType getControlType()
    • setControlType

      public void setControlType​(PDFWidgetControlType v)
    • getBackgroundColor

      public UIColor getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor​(UIColor v)
    • getBorderColor

      public UIColor getBorderColor()
    • setBorderColor

      public void setBorderColor​(UIColor v)
    • getRotation

      public long getRotation()
    • setRotation

      public void setRotation​(long v)
    • getCaption

      public String getCaption()
    • setCaption

      public void setCaption​(String v)
    • getRolloverCaption

      public String getRolloverCaption()
    • setRolloverCaption

      public void setRolloverCaption​(String v)
    • getDownCaption

      public String getDownCaption()
    • setDownCaption

      public void setDownCaption​(String v)
    • getAppearanceCharacteristicsKeyValues

      public NSDictionary<?,​?> getAppearanceCharacteristicsKeyValues()