NTTextMargins


@interface NTTextMargins : NSObject {
  void *swigCPtr;
  BOOL swigCMemOwn;
}

Margins info for text.

  • Undocumented

    Declaration

    Objective-C

    -(id)initWithLeft: (int)left top: (int)top right: (int)right bottom: (int)bottom;

    Swift

    init!(left: Int32, top: Int32, right: Int32, bottom: Int32)
  • Undocumented

    Declaration

    Objective-C

    -(int)getLeft;

    Swift

    func getLeft() -> Int32
  • Undocumented

    Declaration

    Objective-C

    -(int)getTop;

    Swift

    func getTop() -> Int32
  • Undocumented

    Declaration

    Objective-C

    -(int)getRight;

    Swift

    func getRight() -> Int32
  • Undocumented

    Declaration

    Objective-C

    -(int)getBottom;

    Swift

    func getBottom() -> Int32
  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;