Package org.robovm.apple.pdfkit
Class PDFAnnotation
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.pdfkit.PDFAnnotation
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,ObjCProtocol
public class PDFAnnotation extends NSObject implements NSCoding
- Since:
- Available in iOS 11.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPDFAnnotation.PDFAnnotationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description PDFAnnotation()PDFAnnotation(CGRect bounds, String annotationType, NSDictionary<?,?> properties)PDFAnnotation(NSCoder coder)protectedPDFAnnotation(NSObject.Handle h, long handle)protectedPDFAnnotation(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
PDFAnnotation
public PDFAnnotation() -
PDFAnnotation
-
PDFAnnotation
-
PDFAnnotation
- Since:
- Available in iOS 11.0 and later.
-
PDFAnnotation
-
-
Method Details
-
getPage
-
setPage
-
getType
-
setType
-
getBounds
-
setBounds
-
shouldDisplay
public boolean shouldDisplay() -
setShouldDisplay
public void setShouldDisplay(boolean v) -
shouldPrint
public boolean shouldPrint() -
setShouldPrint
public void setShouldPrint(boolean v) -
getModificationDate
- Since:
- Available in iOS 11.0 and later.
-
setModificationDate
- Since:
- Available in iOS 11.0 and later.
-
getUserName
- Since:
- Available in iOS 11.0 and later.
-
setUserName
- Since:
- Available in iOS 11.0 and later.
-
getPopup
- Since:
- Available in iOS 11.0 and later.
-
setPopup
- Since:
- Available in iOS 11.0 and later.
-
getBorder
- Since:
- Available in iOS 11.0 and later.
-
setBorder
- Since:
- Available in iOS 11.0 and later.
-
getColor
- Since:
- Available in iOS 11.0 and later.
-
setColor
- Since:
- Available in iOS 11.0 and later.
-
getContents
- Since:
- Available in iOS 11.0 and later.
-
setContents
- Since:
- Available in iOS 11.0 and later.
-
getAction
- Since:
- Available in iOS 11.0 and later.
-
setAction
- Since:
- Available in iOS 11.0 and later.
-
hasAppearanceStream
public boolean hasAppearanceStream() -
isHighlighted
public boolean isHighlighted()- Since:
- Available in iOS 11.0 and later.
-
setHighlighted
public void setHighlighted(boolean v)- Since:
- Available in iOS 11.0 and later.
-
getAnnotationKeyValues
- Since:
- Available in iOS 11.0 and later.
-
getFont
-
setFont
-
getFontColor
-
setFontColor
-
getInteriorColor
-
setInteriorColor
-
getAlignment
-
setAlignment
-
getStartPoint
-
setStartPoint
-
getEndPoint
-
setEndPoint
-
getStartLineStyle
-
setStartLineStyle
-
getEndLineStyle
-
setEndLineStyle
-
getIconType
-
setIconType
-
getQuadrilateralPoints
-
setQuadrilateralPoints
-
getMarkupType
-
setMarkupType
-
getWidgetFieldType
-
setWidgetFieldType
-
getWidgetControlType
-
setWidgetControlType
-
isMultiline
public boolean isMultiline() -
setMultiline
public void setMultiline(boolean v) -
isPasswordField
public boolean isPasswordField() -
isComb
public boolean isComb() -
setComb
public void setComb(boolean v) -
getMaximumLength
public long getMaximumLength() -
setMaximumLength
public void setMaximumLength(long v) -
getWidgetStringValue
-
setWidgetStringValue
-
getWidgetDefaultStringValue
-
setWidgetDefaultStringValue
-
allowsToggleToOff
public boolean allowsToggleToOff() -
setAllowsToggleToOff
public void setAllowsToggleToOff(boolean v) -
isRadiosInUnison
public boolean isRadiosInUnison() -
setRadiosInUnison
public void setRadiosInUnison(boolean v) -
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean v) -
isListChoice
public boolean isListChoice() -
setListChoice
public void setListChoice(boolean v) -
getChoices
-
setChoices
-
getValues
-
setValues
-
getButtonWidgetState
-
setButtonWidgetState
-
getButtonWidgetStateString
-
setButtonWidgetStateString
-
isOpen
public boolean isOpen() -
setOpen
public void setOpen(boolean v) -
getPaths
-
getDestination
-
setDestination
-
getURL
-
setURL
-
getFieldName
-
setFieldName
-
getCaption
-
setCaption
-
getBackgroundColor
-
setBackgroundColor
-
getStampName
-
setStampName
-
init
- Since:
- Available in iOS 11.0 and later.
-
draw
- Since:
- Available in iOS 11.0 and later.
-
setValue
- Since:
- Available in iOS 11.0 and later.
-
setBoolean
- Since:
- Available in iOS 11.0 and later.
-
setRect
- Since:
- Available in iOS 11.0 and later.
-
valueForAnnotationKey
- Since:
- Available in iOS 11.0 and later.
-
removeValueForAnnotationKey
- Since:
- Available in iOS 11.0 and later.
-
addBezierPath
-
removeBezierPath
-
lineStyleFromName
-
nameForLineStyle
-
encode
-
init
-