Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_StoreFontType.h
Trading_StoreFontType.m

Overview

Store font set.

@ingroup EBayAPIInterface

Tasks

  •   nameFace

    Font for the Store name.

    property
  •   nameSize

    Font size for the Store name.

    property
  •   nameColor

    Font color for the Store name. Specified in 6-digit Hex format.
    For example: F6F6C9

    property
  •   titleFace

    Font for the Store section title.

    property
  •   titleSize

    Font size for the Store section title.

    property
  •   titleColor

    Font color for the Store section title. Specified in 6-digit Hex
    format. For example: F6F6C9

    property
  •   descFace

    Font for the Store description.

    property
  •   descSize

    Font size for the Store description.

    property
  •   descColor

    Font color for the Store description. Specified in 6-digit Hex
    format. For example: F6F6C9

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_StoreFontType.h

descColor

Font color for the Store description. Specified in 6-digit Hex
format. For example: F6F6C9

@property (nonatomic, retain) NSString *descColor

Discussion

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.h

descFace

Font for the Store description.

@property (nonatomic, retain) NSString *descFace

Discussion

Font for the Store description.

type: string constant in Trading_StoreFontFaceCodeType.h

Declared In

Trading_StoreFontType.h

descSize

Font size for the Store description.

@property (nonatomic, retain) NSString *descSize

Discussion

Font size for the Store description.

type: string constant in Trading_StoreFontSizeCodeType.h

Declared In

Trading_StoreFontType.h

nameColor

Font color for the Store name. Specified in 6-digit Hex format.
For example: F6F6C9

@property (nonatomic, retain) NSString *nameColor

Discussion

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.h

nameFace

Font for the Store name.

@property (nonatomic, retain) NSString *nameFace

Discussion

Font for the Store name.

type: string constant in Trading_StoreFontFaceCodeType.h

Declared In

Trading_StoreFontType.h

nameSize

Font size for the Store name.

@property (nonatomic, retain) NSString *nameSize

Discussion

Font size for the Store name.

type: string constant in Trading_StoreFontSizeCodeType.h

Declared In

Trading_StoreFontType.h

titleColor

Font color for the Store section title. Specified in 6-digit Hex
format. For example: F6F6C9

@property (nonatomic, retain) NSString *titleColor

Discussion

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

titleFace

Font for the Store section title.

@property (nonatomic, retain) NSString *titleFace

Discussion

Font for the Store section title.

type: string constant in Trading_StoreFontFaceCodeType.h

Declared In

Trading_StoreFontType.h

titleSize

Font size for the Store section title.

@property (nonatomic, retain) NSString *titleSize

Discussion

Font size for the Store section title.

type: string constant in Trading_StoreFontSizeCodeType.h

Declared In

Trading_StoreFontType.h