Class UISimpleTextPrintFormatter

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class UISimpleTextPrintFormatter
    extends UIPrintFormatter
    Since:
    Available in iOS 4.2 and later.
    • Constructor Detail

      • UISimpleTextPrintFormatter

        public UISimpleTextPrintFormatter()
      • UISimpleTextPrintFormatter

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

        protected UISimpleTextPrintFormatter​(NSObject.SkipInit skipInit)
      • UISimpleTextPrintFormatter

        public UISimpleTextPrintFormatter​(java.lang.String text)
      • UISimpleTextPrintFormatter

        public UISimpleTextPrintFormatter​(NSAttributedString attributedText)
        Since:
        Available in iOS 7.0 and later.
    • Method Detail

      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String v)
      • getAttributedText

        public NSAttributedString getAttributedText()
        Since:
        Available in iOS 7.0 and later.
      • setAttributedText

        public void setAttributedText​(NSAttributedString v)
        Since:
        Available in iOS 7.0 and later.
      • getFont

        public UIFont getFont()
      • setFont

        public void setFont​(UIFont v)
      • getColor

        public UIColor getColor()
      • setColor

        public void setColor​(UIColor v)
      • init

        protected long init​(java.lang.String text)
      • init

        protected long init​(NSAttributedString attributedText)
        Since:
        Available in iOS 7.0 and later.