Package org.robovm.apple.corefoundation
Class CFMutableAttributedString
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFAttributedString
org.robovm.apple.corefoundation.CFMutableAttributedString
- All Implemented Interfaces:
AutoCloseable
public class CFMutableAttributedString extends CFAttributedString
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableAttributedString.CFMutableAttributedStringPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFAttributedString
CFAttributedString.CFAttributedStringPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFMutableAttributedString() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFAttributedString
create, create, create, create, create, create, create, createCopy, createWithSubstring, getAttribute, getAttribute, getAttribute, getAttribute, getAttributes, getAttributesDictionary, getClassTypeID, getCoreTextAttributes, getString, getTextMarkupAttributes, lengthMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFMutableAttributedString
protected CFMutableAttributedString()
-
-
Method Details
-
createCopy
-
create
-
setAttributes
public void setAttributes(CFRange range, NSAttributedStringAttributes replacement, boolean clearOtherAttributes) -
setAttributes
public void setAttributes(CFRange range, CMTextMarkupAttributes replacement, boolean clearOtherAttributes) -
setAttribute
-
setAttribute
-
removeAttribute
-
removeAttribute
-
createCopy
public static CFMutableAttributedString createCopy(CFAllocator alloc, long maxLength, CFAttributedString aStr) -
create
-
replaceString
-
getMutableString
-
setAttributesDictionary
public void setAttributesDictionary(CFRange range, CFDictionary replacement, boolean clearOtherAttributes) -
setAttribute
-
removeAttribute
-
replaceAttributedString
-
beginEditing
public void beginEditing() -
endEditing
public void endEditing()
-