Package apple.coretext.struct
Class CTParagraphStyleSetting
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.CTParagraphStyleSetting
-
public final class CTParagraphStyleSetting extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CTParagraphStyleSetting()CTParagraphStyleSetting(int spec, long valueSize, org.moe.natj.general.ptr.ConstVoidPtr value)protectedCTParagraphStyleSetting(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetSpec(int value)voidsetValue(org.moe.natj.general.ptr.ConstVoidPtr value)voidsetValueSize(long value)intspec()org.moe.natj.general.ptr.ConstVoidPtrvalue()longvalueSize()
-