Library Mobile API Reference for iPhone  MicroStrategy 2019
FormatUtilities Class Reference

#import <FormatUtilities.h>

Inheritance diagram for FormatUtilities:

Class Methods

(CComVariant *) + getProperty:key:
 
(BOOL) + getPropertyAsBool:key:default:
 
(NSInteger) + getPropertyAsInteger:key:default:
 
(NSString *) + getPropertyAsString:key:
 
(NSTextAlignment) + horizontalAlignmentFromInteger:
 
(TextVerticalAlignment+ verticalAlignmentFromInteger:
 
(UIFont *) + createFont:isBold:isItalic:fontSize:
 

Method Documentation

◆ createFont:isBold:isItalic:fontSize:()

+ (UIFont*) createFont: (NSString *)  ipFamilyName
isBold: (BOOL)  iIsBold
isItalic: (BOOL)  iIsItalic
fontSize: (CGFloat)  iFontSize 

◆ getProperty:key:()

+ (CComVariant*) getProperty: (void *)  ipFormatInfo
key: (NSInteger)  iKey 

◆ getPropertyAsBool:key:default:()

+ (BOOL) getPropertyAsBool: (void *)  ipFormatInfo
key: (NSInteger)  iKey
default: (BOOL)  iDefaultValue 

◆ getPropertyAsInteger:key:default:()

+ (NSInteger) getPropertyAsInteger: (void *)  ipFormatInfo
key: (NSInteger)  iKey
default: (NSInteger)  iDefaultValue 

◆ getPropertyAsString:key:()

+ (NSString*) getPropertyAsString: (void *)  ipFormatInfo
key: (NSInteger)  iKey 

◆ horizontalAlignmentFromInteger:()

+ (NSTextAlignment) horizontalAlignmentFromInteger: (NSInteger)  iValue

◆ verticalAlignmentFromInteger:()

+ (TextVerticalAlignment) verticalAlignmentFromInteger: (NSInteger)  iValue