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; -
Undocumented
Declaration
Objective-C
-(int)getLeft; -
Undocumented
Declaration
Objective-C
-(int)getTop; -
Undocumented
Declaration
Objective-C
-(int)getRight; -
Undocumented
Declaration
Objective-C
-(int)getBottom; -
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTTextMargins Class Reference