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 class
NSAttributedStringDocumentAttributes.AsListMarshaler
static class
NSAttributedStringDocumentAttributes.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
-
-
-
-
Method Detail
-
has
public boolean has(java.lang.String key)
-
get
public NSObject get(java.lang.String key)
-
set
public NSAttributedStringDocumentAttributes set(java.lang.String key, NSObject value)
-
has
public boolean has(NSAttributedStringDocumentAttribute key)
-
get
public NSObject get(NSAttributedStringDocumentAttribute key)
-
set
public NSAttributedStringDocumentAttributes set(NSAttributedStringDocumentAttribute key, NSObject value)
-
getDocumentType
public NSDocumentType getDocumentType()
- Since:
- Available in iOS 7.0 and later.
-
setDocumentType
public NSAttributedStringDocumentAttributes setDocumentType(NSDocumentType documentType)
- Since:
- Available in iOS 7.0 and later.
-
getCharacterEncoding
public NSStringEncoding getCharacterEncoding()
- Since:
- Available in iOS 7.0 and later.
-
setCharacterEncoding
public NSAttributedStringDocumentAttributes setCharacterEncoding(NSStringEncoding characterEncoding)
- Since:
- Available in iOS 7.0 and later.
-
getDefaultAttributes
public NSAttributedStringAttributes getDefaultAttributes()
- Since:
- Available in iOS 7.0 and later.
-
setDefaultAttributes
public NSAttributedStringDocumentAttributes setDefaultAttributes(NSAttributedStringAttributes defaultAttributes)
- Since:
- Available in iOS 7.0 and later.
-
getPaperSize
public CGSize getPaperSize()
- Since:
- Available in iOS 7.0 and later.
-
setPaperSize
public NSAttributedStringDocumentAttributes setPaperSize(CGSize paperSize)
- Since:
- Available in iOS 7.0 and later.
-
getPaperMargin
public UIEdgeInsets getPaperMargin()
- Since:
- Available in iOS 7.0 and later.
-
setPaperMargin
public NSAttributedStringDocumentAttributes setPaperMargin(UIEdgeInsets paperMargin)
- Since:
- Available in iOS 7.0 and later.
-
getViewSize
public CGSize getViewSize()
- Since:
- Available in iOS 7.0 and later.
-
setViewSize
public NSAttributedStringDocumentAttributes setViewSize(CGSize viewSize)
- Since:
- Available in iOS 7.0 and later.
-
getViewZoom
public double getViewZoom()
- Since:
- Available in iOS 7.0 and later.
-
setViewZoom
public NSAttributedStringDocumentAttributes setViewZoom(double viewZoom)
- Since:
- Available in iOS 7.0 and later.
-
isReadOnly
public boolean isReadOnly()
- Since:
- Available in iOS 7.0 and later.
-
setReadOnly
public NSAttributedStringDocumentAttributes setReadOnly(boolean readOnly)
- Since:
- Available in iOS 7.0 and later.
-
getBackgroundColor
public UIColor getBackgroundColor()
- Since:
- Available in iOS 7.0 and later.
-
setBackgroundColor
public NSAttributedStringDocumentAttributes setBackgroundColor(UIColor backgroundColor)
- Since:
- Available in iOS 7.0 and later.
-
getHyphenationFactor
public double getHyphenationFactor()
- Since:
- Available in iOS 7.0 and later.
-
setHyphenationFactor
public NSAttributedStringDocumentAttributes setHyphenationFactor(double hyphenationFactor)
- Since:
- Available in iOS 7.0 and later.
-
getDefaultTabInterval
public double getDefaultTabInterval()
- Since:
- Available in iOS 7.0 and later.
-
setDefaultTabInterval
public NSAttributedStringDocumentAttributes setDefaultTabInterval(double defaultTabInterval)
- Since:
- Available in iOS 7.0 and later.
-
getViewMode
public NSDocumentViewMode getViewMode()
- Since:
- Available in iOS 7.0 and later.
-
setViewMode
public NSAttributedStringDocumentAttributes setViewMode(NSDocumentViewMode viewMode)
- Since:
- Available in iOS 7.0 and later.
-
getTextLayoutSections
public java.util.List<NSTextLayoutSection> getTextLayoutSections()
-
setTextLayoutSections
public NSAttributedStringDocumentAttributes setTextLayoutSections(java.util.List<NSTextLayoutSection> sections)
- Since:
- Available in iOS 7.0 and later.
-
-