Class CTParagraphStyle

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CTParagraphStyle
    extends CFType
    • Constructor Detail

      • CTParagraphStyle

        protected CTParagraphStyle()
    • Method Detail

      • 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

        public java.util.List<CTTextTab> getTabStops()
      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 3.2 and later.
      • getValueForSpecifier

        protected boolean getValueForSpecifier​(CTParagraphStyleSpecifier spec,
                                               long valueBufferSize,
                                               org.robovm.rt.bro.ptr.VoidPtr valueBuffer)
        Since:
        Available in iOS 3.2 and later.