Uses of Class
org.robovm.apple.coretext.CTParagraphStyleSpecifier
| Package | Description |
|---|---|
| org.robovm.apple.coretext |
-
Uses of CTParagraphStyleSpecifier in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CTParagraphStyleSpecifier Modifier and Type Method Description CTParagraphStyleSpecifierCTParagraphStyleSetting. getSpec()static CTParagraphStyleSpecifierCTParagraphStyleSpecifier. valueOf(long n)Returns the enum constant of this type with the specified name.static CTParagraphStyleSpecifierCTParagraphStyleSpecifier. valueOf(String name)Returns the enum constant of this type with the specified name.static CTParagraphStyleSpecifier[]CTParagraphStyleSpecifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretext that return types with arguments of type CTParagraphStyleSpecifier Modifier and Type Method Description Map<CTParagraphStyleSpecifier,CTParagraphStyleSetting>CTParagraphStyleSettings. getSettings()Methods in org.robovm.apple.coretext with parameters of type CTParagraphStyleSpecifier Modifier and Type Method Description protected booleanCTParagraphStyle. getValueForSpecifier(CTParagraphStyleSpecifier spec, long valueBufferSize, VoidPtr valueBuffer)CTParagraphStyleSettingCTParagraphStyleSetting. setSpec(CTParagraphStyleSpecifier spec)voidCTParagraphStyleSettings. setValueForSpecifier(CTParagraphStyleSpecifier spec, VoidPtr value)Constructors in org.robovm.apple.coretext with parameters of type CTParagraphStyleSpecifier Constructor Description CTParagraphStyleSetting(CTParagraphStyleSpecifier spec, long valueSize, VoidPtr value)