All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.AttributedStringAttributer
NSJavaAttributedStringAttributer
.
[[NSJavaAttributedStringAttributer
alloc] init]
.
+ applyFontTraits::range:
Objective-C class method.
+ containsAttachments:
Objective-C class method.
- controlAttributedStringValue:
Objective-C instance method.
+ doubleClickAtIndex::
Objective-C class method.
+ fixAttachmentAttributeInRange::
Objective-C class method.
+ fixAttributesInRange::
Objective-C class method.
+ fixFontAttributeInRange::
Objective-C class method.
+ fixParagraphStyleAttributeInRange::
Objective-C class method.
+ fontAttributesInRange::
Objective-C class method.
+ lineBreakBeforeIndex::withinRange:
Objective-C class method.
+ nextWordFromIndex::forward:
Objective-C class method.
+ RTFDFileWrapperFromRange::documentAttributes:
Objective-C class method.
+ RTFDFromRange::documentAttributes:
Objective-C class method.
+ RTFFromRange::documentAttributes:
Objective-C class method.
+ rulerAttributesInRange::
Objective-C class method.
+ setAlignment::range:
Objective-C class method.
- setControlAttributedStringValue::
Objective-C instance method.
+ setup:withHTML:documentAttributes:
Objective-C class method.
+ setup:withPath:documentAttributes:
Objective-C class method.
+ setup:withRTF:documentAttributes:
Objective-C class method.
+ setup:withRTFD:documentAttributes:
Objective-C class method.
+ setup:withRTFDFileWrapper:documentAttributes:
Objective-C class method.
+ subscriptRange::
Objective-C class method.
+ superscriptRange::
Objective-C class method.
+ unscriptRange::
Objective-C class method.
public static final String FontAttributeName
public static final String ParagraphStyleAttributeName
public static final String ForegroundColorAttributeName
public static final String UnderlineStyleAttributeName
public static final String SuperscriptAttributeName
public static final String BackgroundColorAttributeName
public static final String AttachmentAttributeName
public static final String LigatureAttributeName
public static final String BaselineOffsetAttributeName
public static final String KernAttributeName
public static final String LinkAttributeName
public static final int SingleUnderlineStyle
protected AttributedStringAttributer(boolean shouldAllocate, int objcObject)
public AttributedStringAttributer()
[[NSJavaAttributedStringAttributer
alloc] init]
.
public static native Dictionary fontAttributesInRange(AttributedString attrString, Range range)
+ fontAttributesInRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Dictionary rulerAttributesInRange(AttributedString attrString, Range range)
+ rulerAttributesInRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native boolean containsAttachments(AttributedString attrString)
+ containsAttachments:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native int lineBreakBeforeIndex(AttributedString attrString, int location, Range aRange)
+ lineBreakBeforeIndex::withinRange:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Range doubleClickAtIndex(AttributedString attrString, int location)
+ doubleClickAtIndex::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native int nextWordFromIndex(AttributedString attrString, int location, boolean isForward)
+ nextWordFromIndex::forward:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Object setupWithRTF(AttributedString attrStr, Data data, MutableDictionary attrs)
+ setup:withRTF:documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Object setupWithRTFD(AttributedString attrStr, Data data, MutableDictionary attrs)
+ setup:withRTFD:documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Object setupWithPath(AttributedString attrStr, String path, MutableDictionary attrs)
+ setup:withPath:documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Object setupWithRTFDFileWrapper(AttributedString attrStr, FileWrapper wrapper, MutableDictionary attrs)
+ setup:withRTFDFileWrapper:documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Object setupWithHTML(AttributedString attrStr, Data data, MutableDictionary attrs)
+ setup:withHTML:documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Data RTFFromRange(AttributedString attrString, Range range, Dictionary dict)
+ RTFFromRange::documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native Data RTFDFromRange(AttributedString attrString, Range range, Dictionary dict)
+ RTFDFromRange::documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native FileWrapper RTFDFileWrapperFromRange(AttributedString attrString, Range range, Dictionary dict)
+ RTFDFileWrapperFromRange::documentAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void superscriptRange(MutableAttributedString attrString, Range range)
+ superscriptRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void subscriptRange(MutableAttributedString attrString, Range range)
+ subscriptRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void unscriptRange(MutableAttributedString attrString, Range range)
+ unscriptRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void applyFontTraits(MutableAttributedString attrString, int traitMask, Range range)
+ applyFontTraits::range:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void setAlignment(MutableAttributedString attrString, int alignment, Range range)
+ setAlignment::range:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void fixAttributesInRange(MutableAttributedString attrString, Range range)
+ fixAttributesInRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void fixFontAttributeInRange(MutableAttributedString attrString, Range range)
+ fixFontAttributeInRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void fixParagraphStyleAttributeInRange(MutableAttributedString attrString, Range range)
+ fixParagraphStyleAttributeInRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public static native void fixAttachmentAttributeInRange(MutableAttributedString attrString, Range range)
+ fixAttachmentAttributeInRange::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public native void setControlAttributedStringValue(Control control, AttributedString attrString)
- setControlAttributedStringValue::
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
public native AttributedString controlAttributedStringValue(Control control)
- controlAttributedStringValue:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttributer, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index