Package org.robovm.apple.uikit
Class NSAttributedStringAttributes
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.NSAttributedStringAttributes
public class NSAttributedStringAttributes extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSAttributedStringAttributes.AsListMarshalerstatic classNSAttributedStringAttributes.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description NSAttributedStringAttributes()NSAttributedStringAttributes(NSDictionary data) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSAttributedStringAttributes
-
NSAttributedStringAttributes
public NSAttributedStringAttributes()
-
-
Method Details
-
has
-
get
-
set
-
has
-
get
-
set
-
isSpeechPunctuation
public boolean isSpeechPunctuation() -
setSpeechPunctuation
-
getSpeechLanguage
-
setSpeechLanguage
-
getSpeechPitch
public double getSpeechPitch() -
setSpeechPitch
-
getFont
-
setFont
-
getParagraphStyle
-
setParagraphStyle
-
getForegroundColor
-
setForegroundColor
-
getBackgroundColor
-
setBackgroundColor
-
getKerning
public double getKerning() -
setKerning
-
getStrikethroughStyle
-
setStrikethroughStyle
-
getUnderlineStyle
-
setUnderlineStyle
-
getStrokeColor
-
setStrokeColor
-
getStrokeWidth
public double getStrokeWidth() -
setStrokeWidth
-
getShadow
-
setShadow
-
getTextEffect
-
setTextEffect
-
getAttachment
-
setAttachment
-
getLink
-
setLink
-
getBaselineOffset
public double getBaselineOffset() -
setBaselineOffset
-
getUnderlineColor
-
setUnderlineColor
-
getStrikethroughColor
-
setStrikethroughColor
-
getObliqueness
public double getObliqueness() -
setObliqueness
-
getExpansion
public double getExpansion() -
setExpansion
-
isVerticalText
public boolean isVerticalText() -
setVerticalText
-
getWritingDirections
-
setWritingDirections
- Since:
- Available in iOS 7.0 and later.
-
getLigature
- Since:
- Available in iOS 6.0 and later.
-
setLigature
- Since:
- Available in iOS 6.0 and later.
-