DTCSSListStylePosition Constants Reference
| 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 inheritedDeclared In
DTCSSListStyle.h. DTCSSListStylePositionInside- 
List prefix position insideDeclared In
DTCSSListStyle.h. DTCSSListStylePositionOutside- 
List prefix position outsideDeclared In
DTCSSListStyle.h. DTCSSListStylePositionInvalid- 
Value used to represent an invalid list style positionDeclared In
DTCSSListStyle.h. 
Declared In
DTCSSListStyle.h