Package org.robovm.apple.uikit
Class NSAttributedStringDocumentAttributes
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.NSAttributedStringDocumentAttributes
public class NSAttributedStringDocumentAttributes extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSAttributedStringDocumentAttributes.AsListMarshalerstatic classNSAttributedStringDocumentAttributes.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description NSAttributedStringDocumentAttributes() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSAttributedStringDocumentAttributes
public NSAttributedStringDocumentAttributes()
-
-
Method Details
-
has
-
get
-
set
-
has
-
get
-
set
public NSAttributedStringDocumentAttributes set(NSAttributedStringDocumentAttribute key, NSObject value) -
getDocumentType
-
setDocumentType
-
getCharacterEncoding
-
setCharacterEncoding
public NSAttributedStringDocumentAttributes setCharacterEncoding(NSStringEncoding characterEncoding) -
getDefaultAttributes
-
setDefaultAttributes
public NSAttributedStringDocumentAttributes setDefaultAttributes(NSAttributedStringAttributes defaultAttributes) -
getPaperSize
-
setPaperSize
-
getPaperMargin
-
setPaperMargin
-
getViewSize
-
setViewSize
-
getViewZoom
public double getViewZoom() -
setViewZoom
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
-
getBackgroundColor
-
setBackgroundColor
-
getHyphenationFactor
public double getHyphenationFactor() -
setHyphenationFactor
-
getDefaultTabInterval
public double getDefaultTabInterval() -
setDefaultTabInterval
-
getViewMode
- Since:
- Available in iOS 7.0 and later.
-
setViewMode
- Since:
- Available in iOS 7.0 and later.
-
getTextLayoutSections
-
setTextLayoutSections
public NSAttributedStringDocumentAttributes setTextLayoutSections(List<NSTextLayoutSection> sections)- Since:
- Available in iOS 7.0 and later.
-