Class CTParagraphStyleSetting


  • public final class CTParagraphStyleSetting
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setSpec​(int value)  
      void setValue​(org.moe.natj.general.ptr.ConstVoidPtr value)  
      void setValueSize​(long value)  
      int spec()  
      org.moe.natj.general.ptr.ConstVoidPtr value()  
      long valueSize()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CTParagraphStyleSetting

        public CTParagraphStyleSetting()
      • CTParagraphStyleSetting

        protected CTParagraphStyleSetting​(org.moe.natj.general.Pointer peer)
      • CTParagraphStyleSetting

        public CTParagraphStyleSetting​(int spec,
                                       long valueSize,
                                       org.moe.natj.general.ptr.ConstVoidPtr value)
    • Method Detail

      • spec

        public int spec()
      • setSpec

        public void setSpec​(int value)
      • valueSize

        public long valueSize()
      • setValueSize

        public void setValueSize​(long value)
      • value

        public org.moe.natj.general.ptr.ConstVoidPtr value()
      • setValue

        public void setValue​(org.moe.natj.general.ptr.ConstVoidPtr value)