Package org.robovm.apple.coretext
Class CTParagraphStyle
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coretext.CTParagraphStyle
- All Implemented Interfaces:
AutoCloseable
public class CTParagraphStyle extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTParagraphStyle.CTParagraphStylePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCTParagraphStyle() -
Method Summary
Modifier and Type Method Description protected static CTParagraphStylecreate(CTParagraphStyleSetting settings, long settingCount)static CTParagraphStylecreate(CTParagraphStyleSettings settings)static CTParagraphStylecreateCopy(CTParagraphStyle paragraphStyle)CTTextAlignmentgetAlignment()CTWritingDirectiongetBaseWritingDirection()static longgetClassTypeID()doublegetDefaultTabInterval()doublegetFirstLineHeadIndent()doublegetHeadIndent()CTLineBoundsOptionsgetLineBoundsOptions()CTLineBreakModegetLineBreakMode()doublegetLineHeightMultiple()doublegetLineSpacingAdjustment()doublegetMaximumLineHeight()doublegetMaximumLineSpacing()doublegetMinimumLineHeight()doublegetMinimumLineSpacing()doublegetParagraphSpacing()doublegetParagraphSpacingBefore()List<CTTextTab>getTabStops()doublegetTailIndent()protected booleangetValueForSpecifier(CTParagraphStyleSpecifier spec, long valueBufferSize, VoidPtr valueBuffer)Methods 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
-
CTParagraphStyle
protected CTParagraphStyle()
-
-
Method Details
-
create
- Since:
- Available in iOS 3.2 and later.
-
getAlignment
-
getLineBreakMode
-
getBaseWritingDirection
-
getFirstLineHeadIndent
public double getFirstLineHeadIndent() -
getHeadIndent
public double getHeadIndent() -
getTailIndent
public double getTailIndent() -
getDefaultTabInterval
public double getDefaultTabInterval() -
getLineHeightMultiple
public double getLineHeightMultiple() -
getMaximumLineHeight
public double getMaximumLineHeight() -
getMinimumLineHeight
public double getMinimumLineHeight() -
getParagraphSpacing
public double getParagraphSpacing() -
getParagraphSpacingBefore
public double getParagraphSpacingBefore() -
getMaximumLineSpacing
public double getMaximumLineSpacing() -
getMinimumLineSpacing
public double getMinimumLineSpacing() -
getLineSpacingAdjustment
public double getLineSpacingAdjustment() -
getTabStops
-
getLineBoundsOptions
-
getClassTypeID
public static long getClassTypeID() -
create
-
createCopy
-
getValueForSpecifier
protected boolean getValueForSpecifier(CTParagraphStyleSpecifier spec, long valueBufferSize, VoidPtr valueBuffer)
-