Declared in DTCSSListStyle.h

DTCSSListStylePosition

List Marker Positions

Definition

typedef NS_ENUM(NSUInteger, DTCSSListStylePosition ) {
   DTCSSListStylePositionInherit = 0,
   DTCSSListStylePositionInside,
   DTCSSListStylePositionOutside,
   DTCSSListStylePositionInvalid = NSIntegerMax,
};

Constants

DTCSSListStylePositionInherit
 List position should be inherited

Declared In DTCSSListStyle.h.

DTCSSListStylePositionInside
 List prefix position inside

Declared In DTCSSListStyle.h.

DTCSSListStylePositionOutside
 List prefix position outside

Declared In DTCSSListStyle.h.

DTCSSListStylePositionInvalid
 Value used to represent an invalid list style position

Declared In DTCSSListStyle.h.

Declared In

DTCSSListStyle.h