Trading_StoreFontType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_StoreFontType.h Trading_StoreFontType.m |
Tasks
-
nameFaceFont for the Store name.
property -
nameSizeFont size for the Store name.
property -
nameColorFont color for the Store name. Specified in 6-digit Hex format.
property
For example: F6F6C9 -
titleFaceFont for the Store section title.
property -
titleSizeFont size for the Store section title.
property -
titleColorFont color for the Store section title. Specified in 6-digit Hex
property
format. For example: F6F6C9 -
descFaceFont for the Store description.
property -
descSizeFont size for the Store description.
property -
descColorFont color for the Store description. Specified in 6-digit Hex
property
format. For example: F6F6C9 -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_StoreFontType.hdescColor
Font color for the Store description. Specified in 6-digit Hex
format. For example: F6F6C9
@property (nonatomic, retain) NSString *descColorDiscussion
Font color for the Store description. Specified in 6-digit Hex
format. For example: F6F6C9
type : NSString, wrapper for primitive string
Declared In
Trading_StoreFontType.hdescFace
Font for the Store description.
@property (nonatomic, retain) NSString *descFaceDiscussion
Font for the Store description.
type: string constant in Trading_StoreFontFaceCodeType.h
Declared In
Trading_StoreFontType.hdescSize
Font size for the Store description.
@property (nonatomic, retain) NSString *descSizeDiscussion
Font size for the Store description.
type: string constant in Trading_StoreFontSizeCodeType.h
Declared In
Trading_StoreFontType.hnameColor
Font color for the Store name. Specified in 6-digit Hex format.
For example: F6F6C9
@property (nonatomic, retain) NSString *nameColorDiscussion
Font color for the Store name. Specified in 6-digit Hex format.
For example: F6F6C9
type : NSString, wrapper for primitive string
Declared In
Trading_StoreFontType.hnameFace
Font for the Store name.
@property (nonatomic, retain) NSString *nameFaceDiscussion
Font for the Store name.
type: string constant in Trading_StoreFontFaceCodeType.h
Declared In
Trading_StoreFontType.hnameSize
Font size for the Store name.
@property (nonatomic, retain) NSString *nameSizeDiscussion
Font size for the Store name.
type: string constant in Trading_StoreFontSizeCodeType.h
Declared In
Trading_StoreFontType.htitleColor
Font color for the Store section title. Specified in 6-digit Hex
format. For example: F6F6C9
@property (nonatomic, retain) NSString *titleColorDiscussion
Font color for the Store section title. Specified in 6-digit Hex
format. For example: F6F6C9
type : NSString, wrapper for primitive string
Declared In
Trading_StoreFontType.h